Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 555 Bytes

iObserve User Behavior Model Visualization Prototype

Code

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.

Docs

Contains documentation for the prototype.