1
0
Fork 0
arangodb/Documentation/Books/Users/General-Graphs
gschwab 1ed179cbaa some docu for orphan collections 2014-06-12 16:57:31 +02:00
..
FluentAQLInterface.mdpp Improved new documentation generator. It now injects code from examples correctly 2014-06-06 16:38:11 +02:00
GeneralGraphFunctions.mdpp some docu for orphan collections 2014-06-12 16:57:31 +02:00
README.mdpp Added a README for General Graph. Added some intro text in fluent AQL chapter for general graph 2014-06-05 11:44:55 +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.