1
0
Fork 0
arangodb/Documentation/Books/Users/Traversals
Thomas Schmidts 7674e5eabf Even more syntax changes in gitbook 2014-06-06 16:28:17 +02:00
..
ExampleData.mdpp Even more syntax changes in gitbook 2014-06-06 16:28:17 +02:00
README.mdpp Even more syntax changes in gitbook 2014-06-06 16:28:17 +02:00
StartingFromScratch.mdpp Even more syntax changes in gitbook 2014-06-06 16:28:17 +02:00
UsingTraversalObjects.mdpp Even more syntax changes in gitbook 2014-06-06 16:28:17 +02:00

README.mdpp

!CHAPTER Traversals

ArangoDB provides several ways to query graph data. Very simple operations can
be composed with the low-level edge methods *edges*, *inEdges*, and *outEdges* for
[edge collections](../Edges/Edges.md). For more complex operations,
ArangoDB provides predefined traversal objects.

For any of the following examples, we'll be using the example collections *v* and *e*,
populated with continents, countries and capitals data listed below (see [Example Data](../Traversals/ExampleData.md)).