mfalcier / neo4j-kotlin-procedure-example

A simple example about Neo4j procedures using Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple example about Neo4j procedures using Kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%