An open API service indexing awesome lists of open source software.

https://github.com/alxmrs/beam-cli-example

How to structure Apache Beam pipelines as pip-installable CLIs.
https://github.com/alxmrs/beam-cli-example

apache-beam cli

Last synced: 8 days ago
JSON representation

How to structure Apache Beam pipelines as pip-installable CLIs.

Awesome Lists containing this project

README

          

# beam-cli-example

## Installation

```shell script
pip install git+https://github.com/alxmrs/beam-cli-example.git#egg=mytool
```

## Usage
```shell script
boom roasted \
--runner DataflowRunner \
--project $PROJECT \
--region $REGION \
--temp_location gs://$BUCKET/tmp
```