Sources
Data sources provide independent data events that are transformed in to an internal form to drive a use case
Declaring data sources
A single sources file provides one or more data sources through the sources
tag. This forms a logic set of data sources that enables one or more use cases.
Kafka example
Each data consumer defines its own syntax due to their specific functional requirements. A use case references a data source by using the name specified within the transport definition, as an example nasdaq_quotes_stream
for the kafkaconsumer.
DSL Elements
consumer
Consumer namespace.
name
The logical name of the set of consumer transports.
sources
List of data consumer transports.
Transformation
For data to be processed it needs to be transformed in to a Joule StreamEvent object. These objects are then used throughout the Joule platform until the publishing stage of the process. For more information read the custom transformers documentation.
Last updated