Skip to content

neo4j-contrib/neo4j-streams

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2024
Oct 3, 2023
Nov 26, 2018
Sep 13, 2024
Oct 28, 2024
Sep 13, 2024
Jul 17, 2024
Feb 12, 2020
Sep 19, 2024
Oct 3, 2023
Oct 3, 2023
Jan 22, 2021
Oct 10, 2024

Repository files navigation

Neo4j Connector for Kafka 5.0

(:Neo4j)-[:LOVES]->(:Kafka:Confluent)

This project integrates Neo4j with Apache Kafka and the Confluent Platform.

Important

Newer versions of this connector are now maintained at https://github.com/neo4j/neo4j-kafka-connector. This repository is only kept alive for critical bug and security fixes of 5.0.x versions of the connector.

Neo4j Kafka Connect Neo4j Connector

You can download the Kafka Connect plugin that allows to ingest events from Kafka to Neo4j and generate change events from Neo4j into Kafka.

Documentation

Refer to documentation for more information about installation and configuration of the connector.

Feedback & Suggestions

As highlighted above, 5.0.x version of the connector is kept as a maintenance version for only critical bug and security fixes. Please raise any feature requests on the new repository.

Development

Build locally

In order to build the packages, execute the following command.

mvn clean package

You'll find the build artifact in <project_dir>/kafka-connect-neo4j/target/neo4j-kafka-connect-neo4j-<VERSION>.jar

Docs

The documentation source for this version lives at this repository. Please raise any documentation updates by creating a PR against it.

License

Neo4j Streams is licensed under the terms of the Apache License, version 2.0. See LICENSE for more details.