typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

relation players in relation #7

Closed hkuich closed 3 years ago

hkuich commented 4 years ago

currently, only entities can be players in a relation - this needs to be extended and tested to relations and attributes.

hkuich commented 3 years ago

Two parts to this:

  1. add attributes and relations as players in the first place
  2. add listseparator functionality for players in a relation (relevant for attributes and entities, and relations if they have an ID)
hkuich commented 3 years ago

finished implementing listseparators for players - should not matter if they are entities or relations

relations in relations up next

hkuich commented 3 years ago
hkuich commented 3 years ago

implementation finished - merge-request coming