dluc / kafka-connect-azure-iot-hub

Kafka Connect IoT Hub is a Kafka source connector for pumping data from Azure IoT Hub to Kafka.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka Connect Azure IoT Hub


Kafka Connect Azure IoT Hub consists of 2 connectors - a source connector and a sink connector. The source connector is used to pump data from Azure IoT Hub to Apache Kafka, whereas the sink connector reads messages from Kafka and sends them to IoT devices via Azure IoT Hub. When used in tandem, the 2 connectors allow communicating with IoT devices by simply posting and reading messages to/from Kafka topics. This should make it easier for open source systems and other systems that already interface with Kafka to communicate with Azure IoT devices.

For more information on the capabilities of the connectors and how to use them, please refer to the links below -

Source Connector

Sink Connector

Contribute Code

If you are sending a pull request, we kindly request to check the code style with IntelliJ IDEA, importing the settings from Codestyle.IntelliJ.xml.

About

Kafka Connect IoT Hub is a Kafka source connector for pumping data from Azure IoT Hub to Kafka.

License:MIT License


Languages

Language:Scala 100.0%