Use case

A use case binds together the required computation and data unit to perform the desired funciton


Overview

Use case definitions provide the required binding of the stream and data transports.

Example

use case:
  name: basic_twindow_analytics
  sources:
  - nasdaq_quotes_stream
  stream name: basic_tumbling_window_pipeline
  sinks:
  - kafka_analytics_view

Core Attributes

Available configuration parameters

AttributeDescriptionData TypeRequired

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