Pipeline Processing on SparkTransformer functions as a Spark client that launches distributed Spark applications.
Batch Case StudyTransformer can run pipelines in batch mode. A batch pipeline processes all available data in a single batch, and then stops.
Streaming Case StudyTransformer can run pipelines in streaming mode. A streaming pipeline maintains connections to origin systems and processes data at user-defined intervals. The pipeline runs continuously until you manually stop it.
Tutorials and Sample PipelinesStreamSets provides tutorials and sample pipelines to help you learn about using Transformer.