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)

* migrate

If you want to migrate Azkaban Job File, use migrate
```
ayd migrate --jobdir azkaban_job_dir --outputyaml aaa.yaml
```

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.7.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file ayd-0.0.7.tar.gz.

File metadata

  • Download URL: ayd-0.0.7.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ayd-0.0.7.tar.gz
Algorithm Hash digest
SHA256 df92541281f0526373f04e858cc086db2856fab73b64488c19f20951108f3319
MD5 86390b0276787278076ae6a04e94b69c
BLAKE2b-256 1d9b2dd51b9bd39ba0ffec1567d75800ff0a81ad100de4769184cbaf764b569f

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