Apache Beam Workshop: Difference between revisions

From HOPE Wiki
Apache Beam Workshop
 
No edit summary
 
Line 1: Line 1:
Apache Beam Workshop
Apache Beam Workshop
Apache Beam is an open source unified model for defining data processing pipelines (Batch and strEAM), which allows you to write your pipeline in your language of choice and run it with minimal effort on the execution engine (ex: Apache Spark, Apache Flink, Google Cloud Dataflow) of choice.  In this practical session we will get hands-on writing Beam pipelines, and as well as discuss the fundamentals of Beam programming model, and SDKs (Python, Go, Java).
also see --> beam.apache.org

Latest revision as of 03:47, 31 July 2020

Apache Beam Workshop

Apache Beam is an open source unified model for defining data processing pipelines (Batch and strEAM), which allows you to write your pipeline in your language of choice and run it with minimal effort on the execution engine (ex: Apache Spark, Apache Flink, Google Cloud Dataflow) of choice. In this practical session we will get hands-on writing Beam pipelines, and as well as discuss the fundamentals of Beam programming model, and SDKs (Python, Go, Java).

also see --> beam.apache.org