Skip to main content

generate Azkaban Flow

Project description

# ayd

ayd generates Azkaban Flow based on Azkaban YAML DSL.

##Prerequisites
Python 2.7

##Required Python Libraries
* cliff
* PyYAML

##Install
```
pip install ayd
```

Usage
----------

* aaa.yaml

```
foo:
type: command
command: echo "foo"
retries: 1
retry.backoff: 300000

bar:
type: command
command: echo "bar"
dependencies: foo
retries: 1
retry.backoff: 300000

hoge:
type: command
dependencies: foo
command: echo "hoge"
command.1: echo "hoge1"
retries: 2
retry.backoff: 30000

piyo:
type: command
dependencies: bar, hoge
command: echo "piyo"
retries: 1
retry.backoff: 300000
```

* execute
```
ayd generateFlow --flowyaml aaa.yaml --outputdir aaa
```

then, Azkaban Flow is generated.

If you archive aaa directory and upload aaa.zip, Azkaban Flow is the following.

![ayd](screenshot/azkaban_job.png)

Project details


Download files

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

Source Distribution

ayd-0.0.3.tar.gz (2.7 kB view hashes)

Uploaded Source

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