Skip to content

piotrpersona/nats-streaming-ui

Repository files navigation

NATS Streaming UI

Powerful dashboard for the Nats Streaming

CI NPM

Nats Streaming UI

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

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