blob: 6dd0408447b604b43a4889982866c38b411027d2 [file] [log] [blame]
Illyoung Choife121d02019-07-16 10:47:41 -07001Airflow Extensions for CORD Workflow
2====================================
3This library provides airflow extensions and tools for CORD Workflow.
4Three packages are provided as below:
5
6Essence Extractor
7-----------------
8A tool to extract **essence** from Airflow workflow code. Extracted essence is
9used to register the workflow to CORD Workflow Controller.
10
11Workflow Kickstarter
12--------------------
13A daemon that monitors kickstart events from CORD Workflow Controller, and
14instantiate Airflow Workflows.
15
16Airflow Extensions
17------------------
18A set of Airflow extensions that provide Python library to access CORD data
19models and Airflow operators/sensors.
20
21
22
23Note
24----
25Installing Airflow 1.10 has an issue of PEP 517 when installing it with pip 19.1.
26PEP 517 makes installing pendulum 1.4.4 which is required by Airflow failed.
27Higher version of pendulum is not compatible to Airflow.