Skip to content

Stream processing pipeline ingesting SpaceX rockets timeseries data a doing some cool stuff

Notifications You must be signed in to change notification settings

PatrickMiraP/hackaton-feb-2024

 
 

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

Stream processing pipeline ingesting SpaceX rockets timeseries data a doing some cool stuff

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.8%
  • HTML 39.2%