I want to store the state of my application in neo4j.
I have to be able to create snapshots to implement undo/redo.
The database will be tiny as one project will consist of a maximum of about 10k nodes and 50k relations.
Also as it seems like that there is no easy way to embed neo4j I'll need to know how I'd go for multi-tenency. Is it feasible to create a new DB for each new project or how would that be done?
I originally planned to use RedisGraph, but that is no longer maintained. So if anybody knows a project that would be a better fit any pointers are welcome. (I need a graph-db, cypher would be very nice, need snapshots)
thank you.