Skip to content

A project template that demonstrates data enrichment using a Redis database as a lookup source.

Notifications You must be signed in to change notification settings

quixio/template-data-enrichment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data enrichment template

This basic template contains:

A real time data processing pipeline with these services:

  • Lookup data ingestion - a one-time job that ingests CSV data into a Redis database.
  • CSV data source - A continuously looping data source containing mock sensor data.
  • Data enrichment - Performs a real-time lookup on Redis data for each processed message and appends the extra data to the message.
  • Console logger - This destination service simply logs the data being recieved to the console. Adapt it to suit your needs.

About

A project template that demonstrates data enrichment using a Redis database as a lookup source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published