Should I be able to create edges between two edges and / or edges and node in OrientDB?

In OrientDB I can do CREATE EDGE E from someEdge to AnotherEdge. It will run without problems and an edge will be created.

However, if I do this in the graph editor in Studio, it will be extremely buggy. The properties / settings window will not work at all.

My question is: is this a bug that allows me to create edges between two edges / edges and node, or is it just a "graph editor that is buggy when I do this?

+4
source share
1 answer

The official documentation does not specifically mention the relationship to borders: http://orientdb.com/docs/2.0/orientdb.wiki/Tutorial-Relationships.html

OrientDB GitHub: https://github.com/orientechnologies/orientdb/issues/4078

Luca ( Orient Technologies OrientDB) , "", :

. "" .

, , , , .

+1

All Articles