brikteknologier / seraph

A thin and familiar layer between node and neo4j's REST api.
MIT License
309 stars 59 forks source link

Volatile IDs used, any chance having next versions to support persistent UUIDs? #184

Closed alex-alfaro closed 9 years ago

alex-alfaro commented 9 years ago

As per Neo4j Manual:

"Neo4j reuses its internal ids when nodes and relationships are deleted. This means that applications using, and relying on internal Neo4j ids, are brittle or at risk of making mistakes. Rather use application generated ids."

So it would be convenient/mandatory for Production grade apps that seraph supports Application generated ids instead of node's internal id. Are there any plans to change this?

jonpacker commented 9 years ago

Please see the discussion here https://github.com/brikteknologier/seraph/issues/162