Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-01-2021 11:41 AM
Hi!
I'm new to Neo4j, but I'm excited to learn and explore all about it. So I'm doing my masters thesis on how to test the ACID properties of a graph database, and would like to know if there's a proper way to go about it.
05-03-2021 01:05 AM
Hi @dabick14 ,
If "how to test the ACID properties of a graph database" is your thesis statement, then you could proceed by looking at the methods used for a relational database and applying them to Neo4j.
You could explore the transactional behavior of Neo4j by accessing Cypher (Neo4j's query language, like SQL for graphs) through the embedded Java API. Start here: Transaction management - Neo4j Java Reference
Best,
ABK
05-04-2021 10:31 AM
That's great. Thank you. I will look into it.
All the sessions of the conference are now available online