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

Dojo - a suite of software tools that allows domain experts to register their models using an intuitive web based terminal emulator. Additionally, Dojo provides a mechanism for analysts and domain experts to register and transform datasets for use in downstream modeling workflows.

License

Notifications You must be signed in to change notification settings

jataware/dojo-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dojo - a suite of software tools that allows domain experts to register their models using an intuitive web based terminal emulator. Additionally, Dojo provides a mechanism for analysts and domain experts to register and transform datasets for use in downstream modeling workflows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published