ScriptBee is a tool that helps the analysis of different models. Different tools create data and with the help of loaders, ScriptBee can load the data and create a model. The model can then be analyzed by running different scripts written in C#, Javascript and Python on it.
The full documentation can be found here.
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
To run ScriptBee simply run the following command:
docker-compose up
For local development, run the following command:
docker-compose -f docker-compose-dev.yaml up