https://github.com/streamdal/kafka-demo
Accompanies youtube video
https://github.com/streamdal/kafka-demo
Last synced: 12 days ago
JSON representation
Accompanies youtube video
- Host: GitHub
- URL: https://github.com/streamdal/kafka-demo
- Owner: streamdal
- Created: 2021-08-13T17:01:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T18:02:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T16:50:16.727Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-demo
### About
A quick demo on how to work kafka and real time data. Accompanies a youtube video.
### Requirments Mac
* [Docker](https://docs.docker.com/docker-for-mac/install/)
* [Home Brew](https://brew.sh/#install)
* brew install python3
### Demo
* docker-compose up -d
* python3 ws-producer.py
* python3 ws-consumer.py
### Docker endpoints
* View message Kafka http//:127.0.0.1:9000
* Setup InfluxDb http//:127.0.0.1:8086
* Setup Grafana http://127.0.0.1:3000
### Youtube Video
* [YOUTUBE](https://www.youtube.com/watch?v=kX0hSH_7hds)