A simple web app built with:
- streamlit
- zerorpc
- mongodb(as config db) and timescaledb(as timeseries db)
To start the app
docker-compose up
once started, the dashboard is served on port 8051.
To re-build the images:
docker-compose build
To change config, edit the /db/mongo-init.js.