# 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 `
Release files for amanzi.orca 0.5.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| amanzi.orca-0.5.3.tar.gz | 15.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| amanzi.orca-0.5.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 48.2 kB
Release files / amanzi.orca-0.5.3.tar.gz
| Download URL | amanzi.orca-0.5.3.tar.gz |
|---|---|
| Size | 15.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
17e7215d5bca467b31583257d4c3c90221008090ee61c020a07ef077a9245bf8
|
|
BLAKE2b-256 checksum How to use checksums |
a8a1b1473ca27771dba740c2640d7c41e3adfedbf24bef58658415f549ba080e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|
Release files / amanzi.orca-0.5.3-py3-none-any.whl
| Download URL | amanzi.orca-0.5.3-py3-none-any.whl |
|---|---|
| Size | 32.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
693d53008c525545d00bfaa6753ee0180e39ff130fe13083036299a3df8becaa
|
|
BLAKE2b-256 checksum How to use checksums |
399017b5b893948382b160fca54aec400124e1dc3a0c8af56215c56a9f663026
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|