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
Not only creating types/labels in the DB, but also creating a real graph, i.e. connecting DB-specific edge-type presentation with its source/target types with an edge, etc. So that you can query the DB for the schema structure.
In TitanDB this is straightforward, because EdgeLabel implements TitanVertex. This needs some investigation for other possible backends.
The text was updated successfully, but these errors were encountered:
Not only creating types/labels in the DB, but also creating a real graph, i.e. connecting DB-specific edge-type presentation with its source/target types with an edge, etc. So that you can query the DB for the schema structure.
In TitanDB this is straightforward, because
EdgeLabel
implementsTitanVertex
. This needs some investigation for other possible backends.The text was updated successfully, but these errors were encountered: