Skip to main content

Package extends Airflow functionality with CWL v1.0 support

Project description

# cwl-airflow-parser

### About
Extends **[Apache-Airflow](https://github.com/apache/incubator-airflow)** with **[CWL v1.0](http://www.commonwl.org/v1.0/)** support.

### Installation
1. Make sure your system satisfies the following criteria:
- Ubuntu 16.04.3
- python 3.6
- pip
```
sudo apt install python-pip
pip install --upgrade pip
```
- setuptools
```
pip install setuptools
```
- [docker](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/)
```
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
sudo groupadd docker
sudo usermod -aG docker $USER
```
Log out and log back in so that your group membership is re-evaluated.
- libmysqlclient-dev
```bash
sudo apt-get install libmysqlclient-dev
```
- nodejs
```
sudo apt-get install nodejs
```

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cwl-airflow-parser-1.0.20180215072308.tar.gz (7.7 kB view details)

Uploaded Source

File details

Details for the file cwl-airflow-parser-1.0.20180215072308.tar.gz.

File metadata

File hashes

Hashes for cwl-airflow-parser-1.0.20180215072308.tar.gz
Algorithm Hash digest
SHA256 ccd06066c1f612fae11b541b067b64281cfb5e3e79715080bb843fa682813618
MD5 8cfd95f9ef5458b80267ead6616f2e66
BLAKE2b-256 398c88490fb942dccd0f1c3f85ed0c1bfecc956ed3f44c089b40015ba4108d02

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page