arangodb的graph之二

在arangodb中查询最短路径:
FOR vertex[, edge]
IN OUTBOUND|INBOUND|ANY SHORTEST_PATH
startVertex TO targetVertex
GRAPH graphName
[OPTIONS options]

FOR vertex[, edge]
IN OUTBOUND|INBOUND|ANY SHORTEST_PATH
startVertex TO targetVertex
edgeCollection1, …, edgeCollectionN
[OPTIONS options]

猜你喜欢

转载自blog.csdn.net/weixin_44311188/article/details/85598824