Closed Samuel-Scalbert closed 1 month ago
In the arango DB there is a type of collections called an edge collection. Thoses collection allows us to make links between two collection.
It works with two ID : one is the "_from" and the other one is the "_to"
As an example : in the edge_collection called "edge_software" we can find the links "_from" a document "_to" a software.
It would be a good idea to rename every edge collection like this :
edge_software => document_to_software
fixed here : f688902fb004743f6f17a072e12eeacbffe22ac2
In the arango DB there is a type of collections called an edge collection. Thoses collection allows us to make links between two collection.
It works with two ID : one is the "_from" and the other one is the "_to"
As an example : in the edge_collection called "edge_software" we can find the links "_from" a document "_to" a software.
It would be a good idea to rename every edge collection like this :
edge_software => document_to_software