Skip to content

keiraqz/RaspPiDemo

Repository files navigation

RaspPiDemo

Image of Demo Image of Text

Install Zookeeper | Kafka | Redis

[NOTE] don't run the script.. it's a reference..

Kafka Config

####2 topics

  • auto_trnx: for auto streaming
  • twilio_trnx: for Twilio

Install on the Pi

#setup
conda create --name rasp_pi python=2
source activate rasp_pi

pip install kafka-python
pip install twilio
pip install flask
pip install numpy
pip install redis

To start the demo

  • run both consumer & producer

     bash run_streaming.sh
    
  • start flask app

     cd flask
     python run.py
    

About

Raspberry Pi streaming demo with Standalone Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published