theterminalguy / beamer

Automatically generate job parameter options from GCP Dataflow Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automatically generate job parameter options from GCP Dataflow Templates

License:Apache License 2.0


Languages

Language:Go 98.2%Language:Makefile 1.8%