Skip to content

Service that orchestrates the execution of Mercury workflows and underlying notebooks.

Notifications You must be signed in to change notification settings

mercury-app/orchestration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercury Orchestration

This repository contains all the code for the service that orchestrates the execution of workflows and underlying notebooks.

Usage

Install dependencies and activate virtual environment

Install poetry - https://python-poetry.org/docs/basic-usage/

cd orchestration
poetry install
poetry shell

Start the server

python3 -m server.app

Go to localhost:8888

Contributing

If you install a new dependency or update an existing dependency, commit the poetry.lock file as well.

Build the docker image for Mercury in the container repository

https://github.com/mercury-app/container#build-docker-image

API documentation

Docs in Postman https://documenter.getpostman.com/view/2281095/TzK16F5A

Run in Postman

About

Service that orchestrates the execution of Mercury workflows and underlying notebooks.

Resources

Stars

Watchers

Forks

Releases

No releases published