Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-23-2021 10:55 PM
Hello All,
I have a query regarding the version control in Neo4j graph database using label name. I have asked my query on Stack Overflow platform, adding the link for the question with query description please refer the same.
12-24-2021 05:39 AM
Hi @psomesh94 ,
1 , As I understood from your post, you are getting an error when trying to create a node that already exists but with a different version. This may happen if you are using CREATE statement instead of MERGE (for updating existing nodes).
2 . For nodes versioning, you'll need to update your schema according to your requirements so you can have different versions per each element. You can follow the relationnodes strategy as explained here
Hope it helps
All the sessions of the conference are now available online