Welcome to Kafka labs bundle.
Copy-Paste Shortcuts on Jupyter terminal
- On Windows try:
Shift + Insert
- On Windows try:
Shift + Right Click
optional (intermediate)
- Instructor will provide details
- Optional - 9.1 - Metrics Intro - This is an introduction to using Metrics library. Provided as reference.
- 9.2 - Kafka Metrics
- BONUS - 9.3 - Kafka Metrics - traffic stats
- 11.1 - Spark + Kafka: batch processing
- 11.2 - Spark + Kafka: stream processing
- 11.3 - Fraud detection with Spark and Kafka - batch mode
- 11.4 - Fraud detection with Spark and Kafka - streaming
- Instructor will provide details
- Running full kafka stack in docker - Check out this guide on how to run multiple kafka brokers + zookeeper + kafka manager using Docker
On Jupyter terminal, execute these commands
$ cd ~/dev
$ zip -x '*.jar' -x '*.git*' -x '*.ipynb_checkpoints*' -r my-kafka-labs.zip kafka-labs
Now right-click on my-kafka-labs.zip
from Jupyter UI to download.