8000 GitHub - lameay/beam-workshop: Getting Started with an Apache Beam Development Environment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lameay/beam-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started with an Apache Beam Development Environment

Link to Slides

Install Cloud SDK

  • (Optional) Request a Test Google Account
  • Verify if already installed by typing gcloud in bash terminal
  • Follow the appropriate quickstart for your OS
  • Initialize tool
    • gcloud init
      • Create your own project when prompted
  • Set default application credentials
    • gcloud auth application-default login

Download IDE (Integrated Development Environment)

For Java Developers:

For Python Developers:

For Developers with only a browser:

Launch your IDE

On the welcome screen:

  • Select Checkout from Version Control
  • Choose Git from the dropdown

Enter git repo URL:

Running Beam in Cloud Dataflow

Set the following required pipeline arguments:

  • --runner=DataflowRunner
  • --project=YOUR_PROJECT_ID

More Dataflow Pipeline Options

Build and Run Beam SDK Examples

Launch IntelliJ and on the welcome screen:

Python

The following commands should be run in the sdks/python directory

  • virtualenv env
  • source env/bin/activate
  • pip install -e .[gcp]

About

Getting Started with an Apache Beam Development Environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0