Powerful dashboard for the Nats Streaming
- Dashboard - some metrics like number of messages, channels, subscriptions, etc.
- Channels - channels list, ability to create new channel, push message to the queue
- Subscriptions
- Clients
docker run -p 8282:8282 \
-e STAN_URL=http://nats-url:4222 \
-e STAN_MONITOR_URL=http://nats-url:8222 \
-e STAN_CLUSTER=test-cluster \
piotrpersona/nats-streaming-ui:latest
Follow the link http://127.0.0.1:8282
git https://gitlab.com/united-travel-tickets/common/nats-streaming-ui.git
cd nats-streaming-ui
yarn run build:react
node ./server/index.js
Let us know about any issues by GitLab
- GitLab original source
- nats-streaming-console by KualiCo
- Google Cloud Pub/Sub