...
As a pipeline developer, I want to create realtime ETL pipelines that run using Spark Streaming.
As a pipeline developer, I want to enrich streaming events by joining to other datasets.
As a pipeline developer, I want to be able to group events into time windows in my streaming pipeline.
- As a pipeline developer, I want to train machine learning models in my streaming pipeline.
As a plugin developer, I want my transform, aggregate, and join plugins to work in both Spark Streaming and Data Pipelines.
As a plugin developer, I want to be able to use features available in Spark Streaming like MLLib to write plugins.
Design