An open API service indexing awesome lists of open source software.

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

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)