Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-07-2020 02:38 PM
Totally new to Neo4j so I'm a little bit lost.
From a subset of nodes that are not necessarily connected, I want to trace all the nodes that they have a TO connection with recursively until I reach the end of the trees. I've got a query that returns all the nodes I'm interested as my starting seeds, but I'm not sure how to recursively follow their relationships.
Also, is there a way to run a pagerank based only on the resulting nodes that I have rather than running it offline for all nodes?
Thanks so much for the help!
Solved! Go to Solution.
07-08-2020 11:32 AM
You should read up on variable-length pattern matching, that is probably what you're after:
https://neo4j.com/docs/cypher-manual/current/syntax/patterns/#cypher-pattern-varlength
07-08-2020 11:32 AM
You should read up on variable-length pattern matching, that is probably what you're after:
https://neo4j.com/docs/cypher-manual/current/syntax/patterns/#cypher-pattern-varlength
All the sessions of the conference are now available online