Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 641 Bytes

beamer

Automatically generate job parameter options from GCP Dataflow Templates

Usage

usage: beamer <command> <args>

These are the only two commands available:
	init    setup beamer for the current directory
        gen     generates a new job config
        run     runs the generated job config on GCP

Examples:
        - Generates a job config for BigQueryToDatastore
        $ beamer gen BigQueryToDatastore

        - Run the job config for BigQueryToDatastore migration
        $ beamer run BigQueryToDatastore

Installation

$ make install