shipyard/shipyard_airflow
eanylin e8ea60273e Update Error Handling Logic for XCOM Response 2017-06-26 17:08:33 +00:00
..
control Update configparser to align with Python3 2017-06-11 21:53:08 -05:00
dags/samples Add Operator to Retrieve Task State 2017-06-26 01:24:34 +00:00
plugins Update Error Handling Logic for XCOM Response 2017-06-26 17:08:33 +00:00
README.md Update configparser to align with Python3 2017-06-11 21:53:08 -05:00
__init__.py Initial Shipyard API skeleton 2017-06-06 14:48:11 -05:00
setup.py Update Codes Based on Feedbacks 2017-06-09 21:42:48 -05:00
shipyard.py Update Codes Based on Feedbacks 2017-06-09 21:42:48 -05:00

README.md

Shipyard Airflow

A python REST workflow orchestrator

To run:

$ virtualenv -p python3 /var/tmp/shipyard
$ . /var/tmp/shipyard/bin/activate
$ python setup.py install
$ uwsgi --http :9000 -w shipyard_airflow.shipyard --callable shipyard -L