InfoWings / Knowledge-Net

Complex data management solution
1 stars 2 forks source link

Backend support for GUID #255

Closed underlow closed 6 years ago

underlow commented 6 years ago

Backend should support GUIDs for every entity in the system. Supposedly this is the field on every entity vertex, that should also be indexed, because later there should be queries against that GUID.

Probably, implementation should also be ready either to retrieve any entity, independently from class, given only its GUID, or to supply the class along with GUID for any request.