You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kafka-connect-neo4j/docker/readme.adoc
+47-5Lines changed: 47 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
# Build it locally
1
+
=Build it locally
2
2
3
3
Build the project by running the following command:
4
4
5
-
$ mvn clean install
5
+
mvn clean install
6
6
7
7
Inside the directory `<neo4j-streams>/kafka-connect-neo4j/target` you'll find a file named `kafka-connect-neo4j-<VERSION>.tar.gz`
8
8
9
9
10
-
# Configuring the stack
10
+
= Configuring the stack
11
11
12
12
Create a directory `plugins` at the same level of the compose file and unzip the file `kafka-connect-neo4j-<VERSION>.tar.gz` inside it, then start the compose file
13
13
14
-
$ docker-compose up -d
14
+
docker-compose up -d
15
15
16
16
Create the Sink instance:
17
17
@@ -88,4 +88,46 @@ and click to the **Sink** tab. You must find a table just like this:
88
88
|my-topic
89
89
|===
90
90
91
-
Now you can send your AVRO data to the `my-topic` topic
91
+
= Use the data generator
92
+
93
+
You can download and use the https://github.com/conker84/neo4j-streams-sink-tester/releases/download/1/neo4j-streams-sink-tester-1.0.jar[neo4j-streams-sink-tester-1.0.jar] in order to generate a sample dataset.
94
+
95
+
This package sends records to the Neo4j Kafka Sink by using the following in two data formats:
0 commit comments