Package org.apache.beam.sdk


@DefaultAnnotation(org.checkerframework.checker.nullness.qual.NonNull.class) package org.apache.beam.sdk
Provides a simple, powerful model for building both batch and streaming parallel data processing Pipelines.

To use the Apache Beam SDK, you build a Pipeline, which manages a graph of PTransforms and the PCollections that the PTransforms consume and produce.

Each Pipeline has a PipelineRunner to specify where and how it should run after pipeline construction is complete.