Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytw1/gauge-controller
MQTT metrics router. Route message bus metrics to output devices.
https://github.com/tonytw1/gauge-controller
Last synced: about 1 month ago
JSON representation
MQTT metrics router. Route message bus metrics to output devices.
- Host: GitHub
- URL: https://github.com/tonytw1/gauge-controller
- Owner: tonytw1
- Created: 2013-10-12T09:14:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T09:47:52.000Z (4 months ago)
- Last Synced: 2024-08-23T19:10:34.500Z (4 months ago)
- Language: Go
- Homepage:
- Size: 260 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gauge Controller
Listens for metrics on the local MQTT message queue.
Provides a UI to select interesting metrics and forward them to gauges which announce themselves via MQTT.React client with a Golang backend.
Used as my sandbox project for staying current in React front ends, Golang and building non Intel container images.### Client local dev
```
cd client
npm run dev
```UI is on `http://localhost:5173/`
### Client build
```
cd client
npm install
npm run build
```Produces files in `client/dist`
### Cloud Build
Test locally with:
```
gcloud components install cloud-build-local
cloud-build-local --config=cloudbuild.yaml --dryrun=false --push=false .
```