Skip to content

Latest commit

 

History

History
112 lines (68 loc) · 3.27 KB

README.md

File metadata and controls

112 lines (68 loc) · 3.27 KB

Kafka Labs

Welcome to Kafka labs bundle.

Tips

Copy-Paste Shortcuts on Jupyter terminal

  • On Windows try: Shift + Insert
  • On Windows try: Shift + Right Click

Intro Labs

1 - Setup Kafka

2 - Kafka Utils

3 - Kafka API

4. More Kafka API

5 - Offset Management

6 - Practice Lab - Domain Count

7 - Kafka Streams

optional (intermediate)

Practice Lab - Fraud Detection

Design Exercise 1 (Group Exercise)

  • Instructor will provide details

Intermediate Labs

8 - Confluent Platform

9 - Metrics

10 - Kafka Connect

11 - Spark and Kafka

Design Exercise 2 (Group Exercise)

  • Instructor will provide details

BONUS Labs

12 - Kafka in Docker

Downloading Your Work from Lab Machine

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.