1
0
Fork 0
arangodb/Documentation/Books/Users/General-Graphs
gschwab 6bc1a282f2 some docu changes 2014-06-20 09:27:23 +02:00
..
FluentAQLInterface.mdpp Added correct FluentAQL documentation file that only contains references to code documentation 2014-06-18 15:11:34 +02:00
Functions.mdpp resolve merge conflict 2014-06-17 11:50:29 +02:00
Functions.mdpp.orig resolve merge conflict 2014-06-17 11:50:29 +02:00
Management.mdpp renamed _[un]directedRelationDefinition(...) -> _[un]directedRelation(..) 2014-06-20 09:09:13 +02:00
Management.orig.mdpp renamed _[un]directedRelationDefinition(...) -> _[un]directedRelation(..) 2014-06-20 09:09:13 +02:00
README.mdpp some docu changes 2014-06-20 09:27:23 +02:00

README.mdpp

!CHAPTER Graphs

This chapter describes the general-graph module.
It allows you to define a graph that is spread across several edge and document collections.
This allows you to structure your models in line with your domain and group them logically in collections and giving you the power to query them in the same graph queries.
There is no need to include the referenced collections within the query, this module will handle it for you.

!SECTION First Steps with Graphs

A Graph consists of *vertices* and *edges*. Edges are stored as documents in *edge
collections*. In general a vertex is stored in a document collection. Which collections are used within
a graph is defined via *edge definitions*. A graph can have an arbitrary number of edge
definitions.