arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var g = examples.loadGraph("routeplanner"); arangosh> g._shortestPath({}, {}, {weight : 'distance', endVertexCollectionRestriction : 'frenchCity', ........> startVertexCollectionRestriction : 'germanCity'}); [ { "vertices" : [ "germanCity/Cologne", "germanCity/Hamburg" ], "edges" : [ { "_key" : "19025", "_id" : "germanHighway/19025", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", "_rev" : "_UWy-x3q--_", "distance" : 500 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Cologne", "germanCity/Berlin" ], "edges" : [ { "_key" : "19018", "_id" : "germanHighway/19018", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", "_rev" : "_UWy-x3m---", "distance" : 850 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Cologne", "frenchCity/Lyon" ], "edges" : [ { "_key" : "19045", "_id" : "internationalHighway/19045", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x32---", "distance" : 700 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Cologne", "frenchCity/Paris" ], "edges" : [ { "_key" : "19048", "_id" : "internationalHighway/19048", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", "_rev" : "_UWy-x32--_", "distance" : 550 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "germanCity/Cologne" ], "edges" : [ { "_key" : "19025", "_id" : "germanHighway/19025", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", "_rev" : "_UWy-x3q--_", "distance" : 500 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "germanCity/Berlin" ], "edges" : [ { "_key" : "19022", "_id" : "germanHighway/19022", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", "_rev" : "_UWy-x3q---", "distance" : 400 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "frenchCity/Lyon" ], "edges" : [ { "_key" : "19042", "_id" : "internationalHighway/19042", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x3y--_", "distance" : 1300 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Hamburg", "frenchCity/Paris" ], "edges" : [ { "_key" : "19039", "_id" : "internationalHighway/19039", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", "_rev" : "_UWy-x3y---", "distance" : 900 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "germanCity/Cologne" ], "edges" : [ { "_key" : "19018", "_id" : "germanHighway/19018", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", "_rev" : "_UWy-x3m---", "distance" : 850 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "germanCity/Hamburg" ], "edges" : [ { "_key" : "19022", "_id" : "germanHighway/19022", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", "_rev" : "_UWy-x3q---", "distance" : 400 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "frenchCity/Lyon" ], "edges" : [ { "_key" : "19032", "_id" : "internationalHighway/19032", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x3u---", "distance" : 1100 } ], "distance" : 1 }, { "vertices" : [ "germanCity/Berlin", "frenchCity/Paris" ], "edges" : [ { "_key" : "19036", "_id" : "internationalHighway/19036", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", "_rev" : "_UWy-x3u--_", "distance" : 1200 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "germanCity/Cologne" ], "edges" : [ { "_key" : "19045", "_id" : "internationalHighway/19045", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x32---", "distance" : 700 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "germanCity/Hamburg" ], "edges" : [ { "_key" : "19042", "_id" : "internationalHighway/19042", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x3y--_", "distance" : 1300 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "germanCity/Berlin" ], "edges" : [ { "_key" : "19032", "_id" : "internationalHighway/19032", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x3u---", "distance" : 1100 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Lyon", "frenchCity/Paris" ], "edges" : [ { "_key" : "19028", "_id" : "frenchHighway/19028", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x3q--A", "distance" : 550 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "germanCity/Cologne" ], "edges" : [ { "_key" : "19048", "_id" : "internationalHighway/19048", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", "_rev" : "_UWy-x32--_", "distance" : 550 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "germanCity/Hamburg" ], "edges" : [ { "_key" : "19039", "_id" : "internationalHighway/19039", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", "_rev" : "_UWy-x3y---", "distance" : 900 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "germanCity/Berlin" ], "edges" : [ { "_key" : "19036", "_id" : "internationalHighway/19036", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", "_rev" : "_UWy-x3u--_", "distance" : 1200 } ], "distance" : 1 }, { "vertices" : [ "frenchCity/Paris", "frenchCity/Lyon" ], "edges" : [ { "_key" : "19028", "_id" : "frenchHighway/19028", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", "_rev" : "_UWy-x3q--A", "distance" : 550 } ], "distance" : 1 } ]