Socket
Socket
Sign inDemoInstall

carotte-dashboard

Package Overview
Dependencies
143
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    carotte-dashboard

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


Version published
Maintainers
1
Created

Readme

Source

carotte-dashboard

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).

Preview

Bouillon preview

Configuration (Env variables)

NameDefaultDescription
WEBSITE_NAMECarotte DashboardThe name of the hosted carotte dashboard
AMQP_HOSTNAMElocalhost:5672The AMQP broker connection string
REFRESH_INTERVAL60000The interval in ms to refresh the services data
HTTP_PORT3000The http port of the hosted carotte dashboard
EXCHANGE_NAMEcarotte.fanoutThe fanout exchange name to be used on the broker

Launch with docker

docker run -d --name rabbitmq rabbitmq:3.6-management-alpine
docker run --link rabbitmq:rabbitmq -p 3000:3000 cubyn/carotte-dashboard:develop

Carotte-compatible agents

LanguageNameRepo
node.js (>=6)carotte-amqpSee on GitHub

Local development

# 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

Last updated on 01 Mar 2017

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc