Skip to content

theterminalguy/beamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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