项目作者: dentinger

项目描述 :
Example of how to create and unit test Neo4j stored procedures in Java
高级语言: Java
项目地址: git://github.com/dentinger/neo4j-stored-procedure-examples.git


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:

  1. ./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.