Apache Beam SDK

The Apache Beam SDK provides the programming model for constructing data processing pipelines. Available in Java, Python, and Go, it provides PCollections, PTransforms, and Runners for batch and streaming data processing.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-beam:apache-beam-sdk
name: Apache Beam SDK
description: The Apache Beam SDK provides the programming model for constructing data processing pipelines.
  Available in Java, Python, and Go, it provides PCollections, PTransforms, and Runners for batch and
  streaming data processing.
humanURL: https://beam.apache.org/documentation/
tags:
- Batch
- Pipeline
- SDK
- Streaming
properties:
- type: Documentation
  url: https://beam.apache.org/documentation/
- type: APIReference
  url: https://beam.apache.org/releases/pydoc/current/
- type: GettingStarted
  url: https://beam.apache.org/get-started/wordcount-example/