1
0
Fork 0
arangodb/Documentation/Books/Users/Traversals
Michael Hackstein 8ccad436ea Removed generated md files in gitbook 2014-06-04 17:59:55 +02:00
..
ExampleData.mdpp the new documentation 2014-06-02 13:44:09 +02:00
README.mdpp the new documentation 2014-06-02 13:44:09 +02:00
StartingFromScratch.mdpp the new documentation 2014-06-02 13:44:09 +02:00
UsingTraversalObjects.mdpp the new documentation 2014-06-02 13:44:09 +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)).