Re: [Neo4j] Taking a Snapshot.

2011-04-16 Thread Guru GV
, -EE On Fri, Apr 15, 2011 at 23:25, Guru GV guru...@gmail.com wrote: I have a use case : - An embedded Neo4j DB is constantly being written and updated into. At any point of time I would like to take a snapshot of the same and use it for analysis of the state at that particular time.If

Re: [Neo4j] Neo4J High Availability : embedded or server mode ?

2011-03-26 Thread Guru GV
...@gmail.com wrote: If I've well understood, you can have only one connection to the database for each VM. So, the service must be encapsulated in a singleton I guess. How many transactions each connection can handle ? 2011/3/25 Guru GV guru...@gmail.com Though I don't see a reason

Re: [Neo4j] Neo4J High Availability : embedded or server mode ?

2011-03-24 Thread Guru GV
Though I don't see a reason not to support it, but I did not understand the point of HA in a embedded mode. Would be interested in hearing couple of examples of what that would be... Embedded would mean - same VM - so replication and concurrency - do they really mean much here ? Also, that

Re: [Neo4j] New Blog post: Strategies for Scaling Neo4j

2011-03-22 Thread Guru GV
From Neo4j perspective - would there be strategies that would scale well for writes? Just curious. On Tue, Mar 22, 2011 at 6:37 AM, Jim Webber j...@neotechnology.com wrote: Duly updated, thanks for the feedback. Jim On 22 Mar 2011, at 00:56, Emil Eifrem wrote: Great post. Only thing I'd

Re: [Neo4j] strict class persistence vs. projections

2011-01-19 Thread Guru GV
I find it really interesting that I am working on something on the similar lines for my own application, never thought it would make sense to anyone else :) Keep the spirit of free schema - yet enable people to work in a constraint defined by themselves for their particular domain. eg : Person

Re: [Neo4j] help with traversals

2010-12-23 Thread Guru GV
+1, I think a Traversal Context would be of great help. May be the thoughts have to be more refined as to how the API can expose the context in a intuitive manner. On Thu, Dec 23, 2010 at 9:57 PM, David Montag david.mon...@neotechnology.com wrote: Hi, Mattias, your solution works because

Re: [Neo4j] help with traversals

2010-12-23 Thread Guru GV
May be it could just be that the Traversal Context (in simple form may be just a wrapper around a HashMap) be injected into all Traversal Controls like expander etc. And this could be accessed as a method parameter or as getter() or as member variable. On Fri, Dec 24, 2010 at 9:14 AM, Guru GV