Apache Beam

From air
Revision as of 17:15, 11 February 2018 by Donsez (talk | contribs) (Created page with "https://beam.apache.org/get-started/beam-overview/ ''Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines. Us...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

https://beam.apache.org/get-started/beam-overview/

Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines. Using one of the open source Beam SDKs, you build a program that defines the pipeline. The pipeline is then executed by one of Beam’s supported distributed processing back-ends, which include Apache Apex, Apache Flink, Apache Spark, and Google Cloud Dataflow.

Démo : https://beam.apache.org/get-started/mobile-gaming-example/