Questions tagged [neo4j-plugin]
18 questions
0
votes
0 answers
Neo4j Plugin Recursive
I'm trying to create my own function for neo4j that recursively goes through a graph and returns any nodes and edges that are connected to an edge with a long value greater than 100.
I know there is a simple CYPHER query for it but by doing this, I…

Liam
- 439
- 1
- 4
- 26
-1
votes
1 answer
Test Neo4J Plugin
I am very new to Neo4J, and all I want is to create a simple plug-in to return
"Hello World!"
I know Neo4j uses Cypher to query the database and I took the sample from their website to create the plugin, but how can I actually call my test method…

Lidia D.
- 21
- 1