nats-streaming-ui
v0.3.1
Published
GUI for Nats Streaming server
Downloads
47
Readme
NATS Streaming UI
Powerful dashboard for the Nats Streaming
Features
- 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
How to run with Docker
docker-compose build && docker-compose up
Follow the link http://127.0.0.1:8282
How to run locally
git https://gitlab.com/united-travel-tickets/common/nats-streaming-ui.git
cd nats-streaming-ui
yarn run build:react
node ./server/index.js
Issues
Let us know about any issues by GitLab
Credits
Inspired By
- nats-streaming-console by KualiCo
- Google Cloud Pub/Sub