This is an example project about Neo4j procedures written in Kotlin.
Here you can find a Procedure example.connect
and a User Function example.concat
.
The first one will create a relationship with the given type between two given nodes; the second one will concatenate a list of strings with a given delimiter.
- Download the latest release;
- Put the downloaded jar file into
$NEO4J_HOME/plugins
folder; - Start/Restart Neo4j.
Apache License V2, see LICENSE