Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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`