The Domain Modeler Workbench. This repository contains backend infrastructure for executing blackbox models. It is organized into two major components:
dmc
: the Domain Model Controller (DMC), an Airflow based execution engine.api
: the Dojo API, a FastAPI based management and data routing layer
First run DMC with:
cd dmc
docker-compose up -d
then run the Dojo API with:
cd ../api
docker-compose up --build -d
- Free software: MIT license