Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimmur/benthos-stream-ui
A simple UI for Benthos!
https://github.com/shimmur/benthos-stream-ui
Last synced: about 2 months ago
JSON representation
A simple UI for Benthos!
- Host: GitHub
- URL: https://github.com/shimmur/benthos-stream-ui
- Owner: Shimmur
- License: mit
- Created: 2021-11-01T16:52:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T12:53:57.000Z (over 2 years ago)
- Last Synced: 2024-03-19T05:10:31.755Z (10 months ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 12
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `benthos stream ui`
> A react based UI for benthos streams that be used for debugging runtime configuration
### Requirements
- [Node.js](https://nodejs.org/en/)
### Setup
##### Config setup
1. `touch .env.local` (.gitignored)
2. add your custom benthos host and port in this format
```.dotenv
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`