Regarding Multiple collections for ArangoDB Graph Queries

272 views
Skip to first unread message

Vineel Yalamarthy

unread,
Jan 20, 2014, 7:18:16 PM1/20/14
to aran...@googlegroups.com

   Hi All
 
   When we have linked data,does ArangoDB support queries across multiple collections of nodes and edges.

 Or for the entire application, do we need to have only TWO collections(one for vertices and one for edges) , If Yes, then why does it have a facility to create multiple collections  of edges and nodes.


Please let me know.

Regards
Venkata Vineel

Michael Hackstein

unread,
Jan 21, 2014, 2:42:44 AM1/21/14
to aran...@googlegroups.com
Hi,

right now our graph API only supports one edge and one vertex collection to make convenience functions as simple as possible.
Our traversals kann handle multiple vertex collections but only one edge collection and you have to define the collection of the start vertex.

However you can combine several traversals (use the result of one traversal for  the other, or you can use the more low-level functions of AQL like EDGES or NEIGHBORS for each edge collection.

We have multiple vertex and edge collections in traversals and graph API on our roadmap for the near future.

best,
Michael

--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages