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

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

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
```