Skip to content

A simple three-step pipeline that you can use as a basis for any project.

Notifications You must be signed in to change notification settings

krisajenkins/template-hello-quix

 
 

Repository files navigation

Hello Quix template

This basic template contains:

A real time data processing pipeline with these services:

  • CSV data source - A continuously looping data source containing timestamp, number and name.
  • Name counter - In this stateful service we count the number of times we encounter each name from the CSV data.
  • Console logger - This destination service simply logs the data being recieved to the console. Adapt it to suit your needs.

We have also included a docker-compose.yml file so you can run the whole pipeline locally, including the message broker.

About

A simple three-step pipeline that you can use as a basis for any project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Other 1.4%