shipyard/shipyard_airflow
Vamsi Krishna Surapureddi 539d5050ad Initial testing framework
Change-Id: I6dffda68221faae3960230e5e3f9856fc0caba47
2017-08-15 06:50:47 -04:00
..
control Initial testing framework 2017-08-15 06:50:47 -04: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 testing framework 2017-08-15 06:50:47 -04:00
airflow_client.py Initial testing framework 2017-08-15 06:50:47 -04:00
errors.py Initial testing framework 2017-08-15 06:50:47 -04:00
setup.py Initial testing framework 2017-08-15 06:50:47 -04:00
shipyard.py Bug Fixes for Shipyard 2017-08-09 12:14:03 -04: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