A cli tool for orchestrating model workflows
Project description
# Introduction [](https://dev.azure.com/org-ehs/orca/_build/latest?definitionId=18&branchName=master)
Orca is a workflow management solution similar in nature to [Airflow]() and [Luigi](), but specifically for microservices and is built with data streaming in mind. It attempts to provide a sensible way to define a workflow in yaml.
Read the full docs [here](https://koduisgreat.github.io/orca/) # Contributing Review the following for contributing to this repository.
## Prerequisites 1. pipenv: ` pip install pipenv`
## Quickstart
clone the repo ‘git clone https://github.com/KoduIsGreat/orca.git’
install python dependencies pipenv install
## Development Setup `bash pipenv run flake8 --install-hook git ` or if you have flake8 installed `bash flake8 --install-hook git `
Set the linter to strict in git config `bash git config --bool flake8.strict true `
Run tests `bash pipenv run pytest tests `
build package `bash python setup.py install python setup.py sdist `
install package locally `bash pip install dist/orca-<version>.tar.gz `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for amanzi.orca-0.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29632b7e0b3da4099e15bc96b4f261452c5fbb051a5038e6eea659af1cf7d733 |
|
MD5 | a5f91d8cdc83bb6e760d414387e68c07 |
|
BLAKE2b-256 | a6ee97a839eaea5c0c1c0c032f5d682157351e12b35ccde5939da68cc6a5a4b8 |