Enrich events
Often processing stream events require additional data to support further processing functions. Joule provides a solution where events are enriched in place using locally cached reference
Use case configuration
SOURCEFILE=conf/sources/mobileSimulatedStream.yaml
REFERENCEDATA=conf/sources/mobileReferenceData.yaml
ENGINEFILE=conf/usecases/enrichment/mobileEventEnrichmentProcessWithSelect.yaml
PUBLISHFILE=conf/publishers/enrichedMobileEventFile.yamlPipeline configuration
Processing steps
Output Event
Last updated