Hi,
currently the only way to insert multiple edges/vertices at the same time
is by using the multi-document operation in `ArangoCollection`. But we are
planning to expand the graph api in the java driver with multi-document
operations within the next releases.
db.collection("follows").insertDocuments(listOfEdgeObjs);
Best
Mark
Am Dienstag, 10. Januar 2017 16:45:02 UTC+1 schrieb [email protected]:
>
> Hi
>
> db.graph(*"some_graph"*).edgeCollection("follows").insertEdge(edgeObj);
> //This allows inserting only one edgeObj
>
> Is there any way to insert list of 'edgeobj' in one go?
>
>
> Thanks
>
>
>
--
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.