Standard way of restructuring of existing data
Hi folks we have usecase where we would like to restructure data present in a graph, for example we have existing graph with structure like this:
<Node: User A> --<Edge--Pays>--<Node: Payment 1>--<Edge--Receives>--<Node: User B>
, and using this existing data, we would like to add an direct edge from User A to User B for faster queries. Is there a standard way to achieve this?0 Replies