Contains a working prototype. You can start the whole visualization with
docker-compose from within the code directory.
cd code
docker-compose build
docker-compose up
You may stop the service with
docker-compose down
Please note you have to run docker-compose build before running the
service for the first time and after every change of the docker-compose.yml
file and any other modification to the service.
Contains documentation for the prototype.