Re: [Neo4j] In-Memory Graph Storage

2014-08-04 Thread Alireza Rezaei Mahdiraji
Hi Michael, I have a set of functions chained together which pass around graphs, i.e., g(f(G)): g should receive a graph G' from f (perhaps f is doing some filtering in G). Is there anyway which we could keep G' in-memory and not save it in data folder on disk? Thanks, Best, Alireza On

[Neo4j] In-Memory Graph Storage

2014-08-02 Thread Alireza Rezaei Mahdiraji
Hi All, Is it possible to create a graph in memory using Java API? What I mean is that I do not want to store it in a db path by instead in memory and only later I might store it on the disk. Thanks, Best, Alireza -- You received this message because you are subscribed to the Google Groups

Re: [Neo4j] In-Memory Graph Storage

2014-08-02 Thread Michael Hunger
What would be your use-case for that? On Sat, Aug 2, 2014 at 5:35 PM, Alireza Rezaei Mahdiraji alireza...@gmail.com wrote: Hi All, Is it possible to create a graph in memory using Java API? What I mean is that I do not want to store it in a db path by instead in memory and only later I