Hi, ( if I understand your question correctly, ) there are two possible ways to connect two documents.
1) via a shared common key using joins: https://docs.arangodb.com/AqlExamples/Join.html 2) Via graph queries using an edge collection with `_from` and `_to` references to the respective vertex collections with the documents to connect: https://docs.arangodb.com/Graphs/index.html Cheers, Willi On Tuesday, May 17, 2016 at 4:36:08 PM UTC+2, Руслан Биккинин wrote: > > Hello, are there any ways to find connected components via ArangoDb, > usingAQL? > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
