Skip to content

Shimmur/benthos-stream-ui

Repository files navigation

benthos stream ui

A react based UI for benthos streams that be used for debugging runtime configuration

Requirements

Setup

Config setup
  1. touch .env.local (.gitignored)
  2. add your custom benthos host and port in this format
VITE_BENTHOS_HOST=0.0.0.0
VITE_BENTHOS_PORT=5195

defaults to localhost:4195

Development

  • npm start # spins up dev server
  • npm run format # formats code via prettier

Production build

  • npm run build

About

A simple UI for Benthos!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published