Joule
Search
K
Comment on page

Reference data enricher

Enrichment of streaming events with external data is supported through the use of a low-latency data caching platform.

Example

enricher:
enrich:
companyInformation:
key: symbol
using: nasdaqIndexCompanies
stores:
nasdaqIndexCompanies:
storeName: nasdaqIndex
primaryKey: symbol
primaryKeyType: java.lang.String
queryByKey: true

Note: More details to follow