Skip to content

Streaming pipeline repo for data engineering training program

Notifications You must be signed in to change notification settings

khuranabalvinder/streaming-data-pipeline

 
 

Repository files navigation

streaming-data-pipeline

Streaming pipeline repo for data engineering training program

See producers and consumers set up README in their respective directories

local environment setup

Make sure you have sbt installed. Make sure you have docker installed.

Run ./sbin/buildAndRunLocal.sh to create Docker containers for running and testing this setup on your local machine

To run the Streaming application in one Docker image run have to run inside each folder before run the docker container:

sbt assembly

To run the docker container you have available this commands:

make run => that run the container with all infrastructure needed

make kill => kill the docker container

make console => access to the console of the docker container

About

Streaming pipeline repo for data engineering training program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 38.7%
  • Scala 37.7%
  • Java 17.6%
  • Dockerfile 2.7%
  • Python 2.6%
  • Makefile 0.7%