Skip to content

davecharles/kafka_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka 1XX Demos

This repository contains a series of simple Kafka demonstrations. Start here and follow the steps using the Kafka 101 project files:

$ make compose-build
$ make compose-up

Navigate a browser to http://localhost:8000. This is the Kafka Topics UI. Initially it will look pretty bare. Execute:

$ make compose-exec

This will drop you onto a container command-line. The container image provides all the dependencies you need. From here you can run a script to publish some weather stats to the kubertron.weather.inbound topic, and run a script to consume those stats.

$ python scripts/publish-weather.py
$ python scripts/consume-weather.py

About

Simple Kafka Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published