Skip to content

mfalcier/neo4j-kotlin-procedure-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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