shipyard/shipyard_airflow
Mark Burnett a2f51b64bd Merge pull request #5 from eanylin/shipyard_dag
Add Dag
2017-07-03 11:26:53 -05:00
..
control Update Path of shipyard.conf to align with DryDock 2017-06-30 20:11:28 +00:00
dags/samples Update Airflow Dag and Plugin 2017-07-02 22:07:46 -05:00
plugins Update Logging to List 2017-07-03 09:27:16 -05: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