Skip navigation links

Package com.google.cloud.dataflow.sdk

Provides a simple, powerful model for building both batch and streaming parallel data processing Pipelines.

See: Description

Package com.google.cloud.dataflow.sdk Description

Provides a simple, powerful model for building both batch and streaming parallel data processing Pipelines.

To use the Google Cloud Dataflow 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.

Skip navigation links