https://github.com/sim51/hyphe-neo4j-proc
https://github.com/sim51/hyphe-neo4j-proc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sim51/hyphe-neo4j-proc
- Owner: sim51
- Created: 2017-04-07T17:30:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T17:32:00.000Z (about 8 years ago)
- Last Synced: 2025-01-24T16:44:32.188Z (4 months ago)
- Language: Java
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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
---