I’m not sure if I missed something but it seems to me like there are no edge directions (with arrows) or multiple edges between two nodes visualized in Ratels graph view.
In my example Leyla has the is_greater_than (i) and the is_part_of (is) connection to Michael but only the is_greater_than (i) edge is visualized. The is_part_of (is) connection is part of the graph legend (the purple label on the bottom) but there is no visual representation of it in the graph.
What you mean? the whole word?
If nodes do not have this edge, it will be ignored. If so, it appears to be a bug. Thus, it is up to another Issue to track this case.
It’s not so much about the whole word (but indeed, it would be nice to be able to configure the acronyms, so that it is possible to show the whole words), it’s more about the fact, that the second connection between Leyla and Micheal (which is is_part_of) is not displayed at all. So it seems that a node can have more than one edge (only in Ratels graph visualization because the json shows both connections) but it also seems that two nodes can only have one connecting edge and not more than one.
Take this visual example of another graph database
It shows, that the node Person has five edges to the node Movie and one to itself (which is follows). I would assume that it should be very similar in Ratel but apparently it doesn’t look like that. In Ratel only one edge would be displayed between Person and Movie which doesn’t make sense to me but maybe I just missed something
I see, but isn’t the concept of directed edges a fundamental part of graphs? I’m just wondering that such an essential “feature” is missing in Ratel’s graph visualization and i’m confused of the fact that it’s still not prioritized in the github issue tracker (especially since it’s reported on Jan 1, 2020 already).
I ask myself how other developers deal with that missing direction presentation. Do they use another visualization tools/apis to get a better visual representation or is the direction of edges simply not important to most of them?
I would really like to hear your opinion on that because I like dgraph so far and I don’t want to switch to another graph database only because of these lags in the visual representations
Are you able to create two nodes having more than one connecting edge to each other or is that issue only on my side?