Replies: 3 comments 2 replies
-
You may consider running Nebula Algorithms in a spark cluster, check this out: https://docs.nebula-graph.io/3.0.1/nebula-algorithm/ |
Beta Was this translation helpful? Give feedback.
-
Wait a minute :), if you meant to use "FIND SHORTEST PATH", it does return all paths between node pairs. (root@nebula) [nba]> find shortest path from "Dirk Nowitzki" to "Suns" over * yield path as paths |
Beta Was this translation helpful? Give feedback.
-
I guess If I understood this correctly(you are looking for whole graph shortest paths), please, as @xiajingchun mentioned use the nebula algorithm to do so. |
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to know that if nebula offers an algorithm to search all the shortest paths between different node pairs? Rather than only find one shortest path for each node pair?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions