carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

DynamicVertexDef has to go or be re-thought #48

Open augustearth opened 3 years ago

augustearth commented 3 years ago

See VertexDef, where one is created dynamically with no propertyDefs or anything. There would have to be a repository of created DynamicVertexDefs so they can be looked up to keep track of any properties they have. Maybe just get rid of the concept altogether.