All Projects → jaredpetersen → kafka-connect-redis

jaredpetersen / kafka-connect-redis

Licence: MIT license
📕 Kafka Connect source and sink connector for Redis

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to kafka-connect-redis

Kukulcan
A REPL for Apache Kafka
Stars: ✭ 103 (+194.29%)
Mutual labels:  kafka-connect
Strimzi Kafka Operator
Apache Kafka running on Kubernetes
Stars: ✭ 2,833 (+7994.29%)
Mutual labels:  kafka-connect
kafka-scala-examples
Examples of Avro, Kafka, Schema Registry, Kafka Streams, Interactive Queries, KSQL, Kafka Connect in Scala
Stars: ✭ 53 (+51.43%)
Mutual labels:  kafka-connect
Kafka Connect Spooldir
Kafka Connect connector for reading CSV files into Kafka.
Stars: ✭ 116 (+231.43%)
Mutual labels:  kafka-connect
Mongo Kafka
MongoDB Kafka Connector
Stars: ✭ 166 (+374.29%)
Mutual labels:  kafka-connect
Ksql Udf Deep Learning Mqtt Iot
Deep Learning UDF for KSQL for Streaming Anomaly Detection of MQTT IoT Sensor Data
Stars: ✭ 219 (+525.71%)
Mutual labels:  kafka-connect
Streamx
kafka-connect-s3 : Ingest data from Kafka to Object Stores(s3)
Stars: ✭ 96 (+174.29%)
Mutual labels:  kafka-connect
kafka-connect-mq-sink
This repository contains a Kafka Connect sink connector for copying data from Apache Kafka into IBM MQ.
Stars: ✭ 27 (-22.86%)
Mutual labels:  kafka-connect
Mirus
Mirus is a cross data-center data replication tool for Apache Kafka
Stars: ✭ 171 (+388.57%)
Mutual labels:  kafka-connect
postgres-kafka-demo
Fully reproducible, Dockerized, step-by-step, demo on how to stream tables from Postgres to Kafka/KSQL back to Postgres. Detailed blog post published on Medium.
Stars: ✭ 128 (+265.71%)
Mutual labels:  kafka-connect
Kafka Connect Mongodb
**Unofficial / Community** Kafka Connect MongoDB Sink Connector - Find the official MongoDB Kafka Connector here: https://www.mongodb.com/kafka-connector
Stars: ✭ 137 (+291.43%)
Mutual labels:  kafka-connect
Kafka Connect Storage Cloud
Kafka Connect suite of connectors for Cloud storage (Amazon S3)
Stars: ✭ 153 (+337.14%)
Mutual labels:  kafka-connect
Kafka Ui
Open-Source Web GUI for Apache Kafka Management
Stars: ✭ 230 (+557.14%)
Mutual labels:  kafka-connect
Kafka Connect Tools
Kafka Connect Tooling
Stars: ✭ 115 (+228.57%)
Mutual labels:  kafka-connect
kafka-jdbc-connector
Simple way to copy data from relational databases into kafka.
Stars: ✭ 19 (-45.71%)
Mutual labels:  kafka-connect
Kafka Connect
equivalent to kafka-connect 🔧 for nodejs ✨🐢🚀✨
Stars: ✭ 102 (+191.43%)
Mutual labels:  kafka-connect
Hivemq Mqtt Tensorflow Kafka Realtime Iot Machine Learning Training Inference
Real Time Big Data / IoT Machine Learning (Model Training and Inference) with HiveMQ (MQTT), TensorFlow IO and Apache Kafka - no additional data store like S3, HDFS or Spark required
Stars: ✭ 204 (+482.86%)
Mutual labels:  kafka-connect
kafka-connect-redis
Kafka Connect connector for Redis
Stars: ✭ 37 (+5.71%)
Mutual labels:  kafka-connect
football-events
Event-Driven microservices with Kafka Streams
Stars: ✭ 57 (+62.86%)
Mutual labels:  kafka-connect
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (+205.71%)
Mutual labels:  kafka-connect

Kafka Connect Redis

Build Status Maven Central

Kafka Source and Sink Connector for Redis

Connectors

Source

Kafka Connect Redis Source subscribes to Redis channels/patterns (including keyspace notifications) using the Redis Pub/Sub and write the received messages to Kafka.

For more information, see the detailed documentation.

Sink

Kafka Connect Redis Sink consumes Kafka records in a Redis command format (SET, GEOADD, etc.) and applies them to Redis.

For more information, see the detailed documentation.

Demo

Check out the demo for a hands-on experience that shows the connector in action!

This demonstration will walk you through setting up Kubernetes on your local machine, installing the connector, and using the connector to either write data into a Redis Cluster or pull data from Redis into Kafka.

Compatibility

Requires Redis 2.6 or higher.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].