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.

GregH
Node
since ‎11-24-2022
‎11-25-2022

User Statistics

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

User Activity

Hi, I'm running Dijkstra's algorithm to find the shortest path between two nodes MATCH (source:Node {{nodeId: 123 }}), (target:Node {{nodeId: 456 }}) CALL gds.shortestPath.dijkstra.stream('undirectedGraph', {{ sourceNode: source, ...