graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

uuid based on properties #60

Closed peterclemenko closed 3 years ago

peterclemenko commented 4 years ago

The ability to generate/update a UUID based on the properties and label of a node/relationship would be very useful in certain situations where deduplication is needed

Joshfindit commented 4 years ago

One solution is to expand your schema, and move those specific properties to connected nodes.