Skip navigation links

Package org.apache.beam.sdk.transformservice

A service that can be used to discover and expand transforms.

See: Description

Package org.apache.beam.sdk.transformservice Description

A service that can be used to discover and expand transforms.

The transform service can be used to discover portable transforms available in Apache Beam and to use such transforms in Apache Beam pipelines. Portable transforms are any transforms that are offered through an expansion service. Discovery functionality can be used to discover Schema-aware transforms availabe through the transform service.

The transform service implements the Beam Expansion API.

For more details regarding the design, please see the corresponding design doc.

Skip navigation links