Use case anatomy
A use case binds together the required data and stream pipeline unit to perform the desired function
Overview
A use case definition brings together required data, stream processing and data consumers.
Example
use case:
name: basic_twindow_analytics
sources:
- nasdaq_quotes_stream
stream name: basic_tumbling_window_pipeline
sinks:
- kafka_analytics_view
Attribute schema
Available configuration parameters
Attribute
Description
Data Type
Required
name
Unique name of use case
String
sources
List of registered data sources deployed
List<String>
stream name
Valid name of a register use case stream
String
sinks
List of registered data sinks deployed
List<String>
Last updated
Was this helpful?