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.
- Host: GitHub
- URL: https://github.com/alxmrs/beam-cli-example
- Owner: alxmrs
- License: mit
- Created: 2020-10-08T16:31:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T23:03:47.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T13:33:34.865Z (over 1 year ago)
- Topics: apache-beam, cli
- Language: Python
- Homepage: https://alxmrs.com/blog/beam-cli-hack.html
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```