arangoml / arangopipe

ArangoML Pipeline is a common and extensible Metadata Layer for Machine Learning Pipelines based on ArangoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unique Identifiers for Entities

cw00dw0rd opened this issue · comments

Current Behavior:
Currently, it is possible to store entities that have the same name attribute. This can result in unexpected results when performing lookups.

Suggested Solution:
Implement a uniqueness check at time of entity creation. A possible solution would be to set the _key value as the name supplied, this would require that the name is adjusted to be a valid _key handle.

We now have unique identifiers.