An open API service indexing awesome lists of open source software.

https://github.com/sim51/hyphe-neo4j-proc


https://github.com/sim51/hyphe-neo4j-proc

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

= Neo4j Procedure for HYPHE

== Building

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

mvn clean package

This will produce a jar-file,`target/hyphe-procedure-1.0.0-SNAPSHOT.jar`,
that can be deployed in the `plugin` directory of your Neo4j instance.

== Query

---
CALL hyphe.traverse(sourceNode) YIELD node
---