Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
carotte-dashboard
Advanced tools
carotte-dashboard will generate a documentation website from your microservices data, and keep track of your microservices health and performances. Your services needs to embed a carotte AMQP agent (see available carotte-compatible agents for your languag
carotte-dashboard will generate a documentation website from your microservices data, and keep track of your microservices health and performances. Your services needs to embed a carotte AMQP agent (see available carotte-compatible agents for your language below).
Name | Default | Description |
---|---|---|
WEBSITE_NAME | Carotte Dashboard | The name of the hosted carotte dashboard |
AMQP_HOSTNAME | localhost:5672 | The AMQP broker connection string |
REFRESH_INTERVAL | 60000 | The interval in ms to refresh the services data |
HTTP_PORT | 3000 | The http port of the hosted carotte dashboard |
EXCHANGE_NAME | carotte.fanout | The fanout exchange name to be used on the broker |
docker run -d --name rabbitmq rabbitmq:3.6-management-alpine
docker run --link rabbitmq:rabbitmq -p 3000:3000 cubyn/carotte-dashboard:develop
Language | Name | Repo |
---|---|---|
node.js (>=6) | carotte-amqp | See on GitHub |
# one-time only
make deps
make init
# run and watch for changes (requires nodemon)
nodemon src/
# lint
make lint
# tests
make test
# coverage
make cover
FAQs
carotte-dashboard will generate a documentation website from your microservices data, and keep track of your microservices health and performances. Your services needs to embed a carotte AMQP agent (see available carotte-compatible agents for your languag
The npm package carotte-dashboard receives a total of 0 weekly downloads. As such, carotte-dashboard popularity was classified as not popular.
We found that carotte-dashboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.