dentinger / neo4j-stored-procedure-examples

Example of how to create and unit test Neo4j stored procedures in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4j Procedure Template

This project is an example you can use to build Procedures in Neo4j. It contains a handful of procedures and shows how to unit test them also.

Other examples of Neo4j Stored Procedures can be found in the Neo4j GitHub.

Note

This project requires a Neo4j 3.0.0 snapshot or milestone dependency.

Building

This project uses maven, to build a jar-file with the procedure in this project, simply package the project with gradle:

./gradlew clean build shadowJar

This will produce a jar-file,build/libs/sample-neo4j-procedures-1.0.0.jar, that can be deployed in the plugin directory of your Neo4j instance.

About

Example of how to create and unit test Neo4j stored procedures in Java


Languages

Language:Java 100.0%