Dan-Dongcheol-Lee / dataflow-examples

Google Cloud Dataflow pipeline examples in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google Cloud Dataflow pipeline examples in java


Languages

Language:Java 91.5%Language:Shell 8.5%