Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 572 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 572 Bytes

Dataflow batch examples

Setting up Google Account

  • Set up a Google Account on a local machine to run & deploy pipelines
  • gcloud init: select your account and a project

Running examples

  • Usage: ./make.sh <command> <projectId> <jobClass|jobName|templateName> <templateClient>
  • command:
  • runLocal: runs a pipeline job on local
  • runCloud: runs a pipeline job in cloud
  • deployTemplate: deploys a template to cloud
  • runTemplate: creates and run a job from the template in cloud
  • example:
  • /> ./make.sh runCloud projectId ChangingDataInDatastore