1
0
Fork 0
arangodb/Documentation/Examples/generalGraphNeighbors2.gene...

281 lines
7.1 KiB
Plaintext

arangosh> var examples = require("org/arangodb/graph-examples/example-graph.js");
arangosh> var g = examples.loadGraph("routeplanner");
arangosh> db._query("FOR e IN GRAPH_NEIGHBORS("
........> +"'routeplanner', 'germanCity/Hamburg', {direction : 'outbound', maxDepth : 2}) RETURN e"
........> ).toArray();
[
{
"vertex" : {
"_id" : "germanCity/Cologne",
"_key" : "Cologne",
"_rev" : "251356630",
"isCapital" : false,
"population" : 1000000
},
"path" : {
"edges" : [
{
"_id" : "germanHighway/252863958",
"_key" : "252863958",
"_rev" : "252863958",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
"distance" : 500
}
],
"vertices" : [
{
"_id" : "germanCity/Hamburg",
"_key" : "Hamburg",
"_rev" : "251553238",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "germanCity/Cologne",
"_key" : "Cologne",
"_rev" : "251356630",
"isCapital" : false,
"population" : 1000000
}
]
},
"startVertex" : "germanCity/Hamburg"
},
{
"vertex" : {
"_id" : "frenchCity/Lyon",
"_key" : "Lyon",
"_rev" : "251946454",
"isCapital" : false,
"population" : 80000
},
"path" : {
"edges" : [
{
"_id" : "germanHighway/252863958",
"_key" : "252863958",
"_rev" : "252863958",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
"distance" : 500
},
{
"_id" : "internationalHighway/254305750",
"_key" : "254305750",
"_rev" : "254305750",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Lyon",
"distance" : 700
}
],
"vertices" : [
{
"_id" : "germanCity/Hamburg",
"_key" : "Hamburg",
"_rev" : "251553238",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "germanCity/Cologne",
"_key" : "Cologne",
"_rev" : "251356630",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "frenchCity/Lyon",
"_key" : "Lyon",
"_rev" : "251946454",
"isCapital" : false,
"population" : 80000
}
]
},
"startVertex" : "germanCity/Hamburg"
},
{
"vertex" : {
"_id" : "frenchCity/Paris",
"_key" : "Paris",
"_rev" : "252143062",
"isCapital" : true,
"population" : 4000000
},
"path" : {
"edges" : [
{
"_id" : "germanHighway/252863958",
"_key" : "252863958",
"_rev" : "252863958",
"_from" : "germanCity/Hamburg",
"_to" : "germanCity/Cologne",
"distance" : 500
},
{
"_id" : "internationalHighway/254502358",
"_key" : "254502358",
"_rev" : "254502358",
"_from" : "germanCity/Cologne",
"_to" : "frenchCity/Paris",
"distance" : 550
}
],
"vertices" : [
{
"_id" : "germanCity/Hamburg",
"_key" : "Hamburg",
"_rev" : "251553238",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "germanCity/Cologne",
"_key" : "Cologne",
"_rev" : "251356630",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "frenchCity/Paris",
"_key" : "Paris",
"_rev" : "252143062",
"isCapital" : true,
"population" : 4000000
}
]
},
"startVertex" : "germanCity/Hamburg"
},
{
"vertex" : {
"_id" : "frenchCity/Paris",
"_key" : "Paris",
"_rev" : "252143062",
"isCapital" : true,
"population" : 4000000
},
"path" : {
"edges" : [
{
"_id" : "internationalHighway/253912534",
"_key" : "253912534",
"_rev" : "253912534",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Paris",
"distance" : 900
}
],
"vertices" : [
{
"_id" : "germanCity/Hamburg",
"_key" : "Hamburg",
"_rev" : "251553238",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "frenchCity/Paris",
"_key" : "Paris",
"_rev" : "252143062",
"isCapital" : true,
"population" : 4000000
}
]
},
"startVertex" : "germanCity/Hamburg"
},
{
"vertex" : {
"_id" : "frenchCity/Lyon",
"_key" : "Lyon",
"_rev" : "251946454",
"isCapital" : false,
"population" : 80000
},
"path" : {
"edges" : [
{
"_id" : "internationalHighway/253912534",
"_key" : "253912534",
"_rev" : "253912534",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Paris",
"distance" : 900
},
{
"_id" : "frenchHighway/253191638",
"_key" : "253191638",
"_rev" : "253191638",
"_from" : "frenchCity/Paris",
"_to" : "frenchCity/Lyon",
"distance" : 550
}
],
"vertices" : [
{
"_id" : "germanCity/Hamburg",
"_key" : "Hamburg",
"_rev" : "251553238",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "frenchCity/Paris",
"_key" : "Paris",
"_rev" : "252143062",
"isCapital" : true,
"population" : 4000000
},
{
"_id" : "frenchCity/Lyon",
"_key" : "Lyon",
"_rev" : "251946454",
"isCapital" : false,
"population" : 80000
}
]
},
"startVertex" : "germanCity/Hamburg"
},
{
"vertex" : {
"_id" : "frenchCity/Lyon",
"_key" : "Lyon",
"_rev" : "251946454",
"isCapital" : false,
"population" : 80000
},
"path" : {
"edges" : [
{
"_id" : "internationalHighway/254109142",
"_key" : "254109142",
"_rev" : "254109142",
"_from" : "germanCity/Hamburg",
"_to" : "frenchCity/Lyon",
"distance" : 1300
}
],
"vertices" : [
{
"_id" : "germanCity/Hamburg",
"_key" : "Hamburg",
"_rev" : "251553238",
"isCapital" : false,
"population" : 1000000
},
{
"_id" : "frenchCity/Lyon",
"_key" : "Lyon",
"_rev" : "251946454",
"isCapital" : false,
"population" : 80000
}
]
},
"startVertex" : "germanCity/Hamburg"
}
]