A suggestion for how to offer a user help in selecting which waveforms he wants to view. This is meant to demonstrate a UI, data access is not included here, demo data is loaded from files.
- Git clone https://github.com/jmosbacher/waveform-watcher-ui.git
- cd waveform-watcher-ui/waveforms
- pip install -r requirements.txt
- panel serve waveforms.py
- Git clone https://github.com/jmosbacher/waveform-watcher-ui.git
- cd waveform-watcher-ui/
- eval $(docker-machine env 'your-docker-machine-name')
- Create a network called web:
docker network create web
- export DOMAIN='your.domain.name'
- docker-compose up