Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.09 KB

Build Status Dependency Status GitHub version

Neo4j Kotlin Procedure Example

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.

Installation

  1. Download the latest release;
  2. Put the downloaded jar file into $NEO4J_HOME/plugins folder;
  3. Start/Restart Neo4j.

License

Apache License V2, see LICENSE