You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the moment in ngraph is possibile to have two link between two nodes, with an id of the edge like "from.id-to.id" corresponding to the id of vertexes.
Have you considered the possibility to pass custom IDs , so that is possible to have multiple types of links?
The text was updated successfully, but these errors were encountered:
Thank you, there are scenarios for traversing multiple types of viewpoints (aka type of links) that I would be indeed happy to work on and explore, for public audiences and open governance. If you are interested in, happy to share thoughts about data to consider in PVT!
I would go for something like _id = <relationshipType>-<fromId>-<toId> not sure if a purely custom _id like _id = 'yesImACustomLink!' can be of actual utility like instead it is for nodes... Have not thought about a use case but to query links for relationshipType.
Hi, I am looking at:
https://bl.ocks.org/mattkohl/146d301c0fc20d89d85880df537de7b0
at the moment in ngraph is possibile to have two link between two nodes, with an id of the edge like "from.id-to.id" corresponding to the id of vertexes.
Have you considered the possibility to pass custom IDs , so that is possible to have multiple types of links?
The text was updated successfully, but these errors were encountered: