npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

db1-hpc

v1.1.9

Published

DB1 - Health Panel Metrics Collector - A CLI tool to collect metrics from sonarqube

Downloads

17,118

Readme

Bem vindo ao HPC (Health Panel Collector)

Essa aplicação tem como objetivo coletar dados de saúde de tecnica do sonarqube cadastrado no HealthPanel.

Como usar

O primeiro passo é entender como uma avaliação funciona.

A avaliação começa com a resposta do questionário de processos de saúde tecnica, ou seja, antes da coleta das métricas, é necessário responder o questionário.

Após o questionário respondido, você precisa gerar um token de avaliação para o HPC.

Você também precisa do SONARQUBE_TOKEN, que é o token de acesso do sonarqube.

Precisa ser um usertoken com permissão de leitura.
O token do sonarqube é necessário para que o HPC consiga coletar as métricas.

Acesse
http://{URL_DO_SONAR_PROJETO}/account/security/

CLI Token

  • Esse token tem durabilidade de 24 horas, após esse tempo, é necessário gerar um novo token.
  • Esse token é de uso unico, ou seja, após a avaliação ser finalizada, é necessário gerar um novo token.

Como funciona o fluxo

Como rodar

npm install

npm run start

Como rodar os testes

npm run test

Deploy

Esse é um pacote NPM, ou seja, o deploy consiste em publicar o pacote no NPM.

O deploy está configurado para ser feito automaticamente pelo Azure DevOps. Basta o merge na branch main.

Uso

npm i -g db1-hpc

1- Insira o token gerado no passo anterior 2 - Insira o token do sonarqube

Pronto, agora é só conferir os dados no HealthPanel.