Developing Neo4j Streams

The Kafka Connect Neo4j Connector is the recommended method to integrate Kafka with Neo4j, as Neo4j Streams is no longer under active development and will not be supported after version 4.4 of Neo4j.

The most recent version of the Kafka Connect Neo4j Connector can be found here.

Build locally

mvn clean install
  1. Copy <project_dir>/target/neo4j-streams-<VERSION>.jar into $NEO4J_HOME/plugins

  2. Restart Neo4j