See: Description
Interface | Description |
---|---|
TransformServiceOptions |
Class | Description |
---|---|
ArtifactService | |
Controller |
A component that controlls the transform service.
|
ExpansionService | |
TransformServiceConfig | |
TransformServiceOptions.TransformServiceConfigFactory |
Loads the TransformService config.
|
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.