Hello
I am using py2neo to write data to neo4j on my local machine. My graph currently contains 19,000 nodes and 124,000 relationships, totalling roughly 1GB of data. This is roughly 5% of the total amount of data I need to write to this graph. When ...