https://github.com/thbkrkr/blinkafka
Blink LEDs on Kafka messages
https://github.com/thbkrkr/blinkafka
Last synced: about 1 year ago
JSON representation
Blink LEDs on Kafka messages
- Host: GitHub
- URL: https://github.com/thbkrkr/blinkafka
- Owner: thbkrkr
- Created: 2017-06-03T14:21:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T16:03:57.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T05:08:02.811Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blinkafka
[Blink](https://www.blinkstick.com/) LEDs on Kafka messages.
## Install
```sh
sudo apt-get install -y python python-pip
sudo pip install blinkstick
sudo pip install kafka-python
```
## Run
```sh
export B=broker:9093
export U=user
export P=password
export T=topic
./blinkafka
```