Kafka How-To Guides
Step-by-step guides that use the Kafka driver. Each one starts from an installed engine and ends with data moving.
Data Logging
Log the values arriving on a Kafka topic to a database or a file.
- How to Log Kafka Data to CSV or Excel File
- How to Log Kafka Data to Cassandra
- How to Log Kafka Data to InfluxDB
- How to Log Kafka Data to MariaDB
- How to Log Kafka Data to MongoDB
- How to Log Kafka Data to MySQL
- How to Log Kafka Data to Oracle
- How to Log Kafka Data to PostgreSQL
- How to Log Kafka Data to SQL Server
- How to Log Kafka Data to SQLite
- How to Log Kafka Data to a Database
Alarm Logging
Log alarms raised on Kafka sourced tags.
- How to Log Kafka Alarms to CSV File
- How to Log Kafka Alarms to Cassandra
- How to Log Kafka Alarms to MariaDB
- How to Log Kafka Alarms to MongoDB
- How to Log Kafka Alarms to MySQL
- How to Log Kafka Alarms to Oracle
- How to Log Kafka Alarms to PostgreSQL
- How to Log Kafka Alarms to SQL Server
- How to Log Kafka Alarms to SQLite
- How to Log Kafka Alarms to a Database
Transfer Data From Kafka
Move values arriving on a Kafka topic to another device, broker or platform.
- How to Transfer Data from Kafka to AWS IoT Core
- How to Transfer Data from Kafka to Allen Bradley
- How to Transfer Data from Kafka to Azure IoT Hub
- How to Transfer Data from Kafka to Kafka
- How to Transfer Data from Kafka to MQTT
- How to Transfer Data from Kafka to Modbus
- How to Transfer Data from Kafka to OPC DA
- How to Transfer Data from Kafka to OPC UA
- How to Transfer Data from Kafka to Siemens
- How to Transfer Data from Kafka to Snowflake
- How to Transfer Data from Kafka to Sparkplug B
Transfer Data To Kafka
Publish values from another source to a Kafka topic.
- How to Transfer Any Source Data to Kafka
- How to Transfer Data from AWS IoT Core to Kafka
- How to Transfer Data from Allen Bradley to Kafka
- How to Transfer Data from Database to Kafka
- How to Transfer Data from MQTT to Kafka
- How to Transfer Data from MTConnect to Kafka
- How to Transfer Data from Modbus to Kafka
- How to Transfer Data from OPC DA to Kafka
- How to Transfer Data from OPC UA to Kafka
- How to Transfer Data from Siemens to Kafka
- How to Transfer Data from Sparkplug B to Kafka
Where next
- Kafka Driver - what the connector does.
- Getting Started with Kafka - a working consumer and producer from scratch.
- Config Reference - every parameter on the driver.
