1
0
Fork 0
arangodb/Documentation/Books/Users/General-Graphs
gschwab 9b68074a40 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-06-17 13:22:38 +02:00
..
FluentAQLInterface.mdpp Beatified Fluent aql graph documentatioN 2014-06-17 09:53:51 +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 docu 2014-06-17 13:22:32 +02:00
Management.orig.mdpp Moved list of all available graphs in the management documentation 2014-06-17 11:26:16 +02:00
README.mdpp Moved first steps of grpah module into its readme 2014-06-17 09:56:10 +02:00

README.mdpp

!CHAPTER General Graphs

This chapter describes the multi-collection 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*. A vertex can be a document of a *document collection* or of an edge
collection (so edges can be used as vertices). Which collections are used within
a graph is defined via *edge definitions*. A graph can have an arbitrary number of edge
definitions.