Skip to content

magloirend/apache_beam_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

apache_beam_tutorial

This repository it's a tutorial to a batch pipeline using Apache beam deployed to the cloud in GCP with Dataflow

code to deploy in GCP

python pipeline_to_calculate_avg_session_by_country.py \
--input <YOUR: GS STORAGE> : *gs://apache-beam-tuto/data/data.csv* \
--output <YOUR: GS STORAGE> : *gs://apache-beam-tuto/data/<OUTPUT NAME>* \
--runner DataflowRunner \
--project apache-beam-tuto \
--staging_location <YOUR: GS STORAGE> : *gs://apache-beam-tuto/data/staging* \
--temp_location <YOUR: GS STORAGE> : *gs://apache-beam-tuto/data/temp* \
--region <YOUR: GS STORAGE REGION> : *europe-west1* \
--save_main_session

** = exemple

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages