shipyard/shipyard_airflow
Anthony Lin 2d7f7dc57c Bug Fixes for Shipyard
Changes required for Python 3.x setup
 - urlparse in Python 2.7 was renamed to urllib.parse in Python 3.x

Change-Id: I46208e1e5779f1e35746dc2c80bae9f522966db0
2017-08-09 12:14:03 -04:00
..
control Bug Fixes for Shipyard 2017-08-09 12:14:03 -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 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 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