https://github.com/alfredorubin96/kafkacdcdemo
https://github.com/alfredorubin96/kafkacdcdemo
debezium kafka kafka-connect mongodb mysql neo4j nodes-2022
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfredorubin96/kafkacdcdemo
- Owner: alfredorubin96
- Created: 2022-06-13T15:23:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T09:23:42.000Z (over 2 years ago)
- Last Synced: 2025-02-28T05:52:41.658Z (4 months ago)
- Topics: debezium, kafka, kafka-connect, mongodb, mysql, neo4j, nodes-2022
- Language: Shell
- Homepage:
- Size: 813 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Change Data Capture With Kafka Hands On
This repository contains different playgrounds that you can use to test the CDC from a database to a Neo4j database using Kafka and Kafka Connect.
Right now, the repository contains two different demos:
1. MySql to Neo4j (using Debezium as a source connector from MySql and the Neo4j Kafka Connect plugin as a sink connector to Neo4j)
2. MongoDB to Neo4j (using the official Mongo Kafka Connect plugin as a source connector from MongoDB and the Neo4j Kafka Connect plugin as a sink connector to Neo4j)