This repository is for the Governing Data Streams course provided by Confluent Developer.
For full details of the course and exercise instructions, please visit developer.confluent.io.
This folder is where you will do your work. Inside the folder you will find an exercise.sh script.
You can use this script to setup an exercise by running:
./exercise.sh stage <exerciseId>You can solve the exercise automatically by running:
./exercise.sh solve <exerciseId>You can also solve an individual file by running:
./exercise.sh solve <exerciseId> <filename>This folder contains any file necessary to set up for the individual exercises. For the most part, you can probably ignore this folder.
This folder contains the solution files for each exercise. You can use it for reference if needed, but we recommend you try and do each exercise on your own.