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

Latest commit

 

History

History
28 lines (19 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 645 Bytes

Dojo

The Domain Modeler Workbench. This repository contains backend infrastructure for executing blackbox models. It is organized into two major components:

  1. dmc: the Domain Model Controller (DMC), an Airflow based execution engine.
  2. api: the Dojo API, a FastAPI based management and data routing layer

Model Execution Workflow

Execution Architecture

Quickstart

First run DMC with:

cd dmc
docker-compose up -d

then run the Dojo API with:

cd ../api
docker-compose up --build -d

License

  • Free software: MIT license