cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

wapst
Node
since ‎09-22-2022
‎09-23-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I and trying to parse the result of a shortest path i have projected a graph - set all relationships to "UNDIRECTED" run the following algorithm CALL gds.shortestPath.dijkstra.stream( the result is a list of node ids. I am new to cypher - and cannot ...