Re: [Neo] Question before I use neo4j, how to synchronize databases

2010-02-01 Thread Peter Neubauer
Philip, automatic synching of Neo4j is not at the moment one of the out-of-the-box features. Probably the easiest way is to define some form of messaging format, like JSON, XMPP or binary, and send things forth and back as you like. For your application, that might mean you need a messaging bus to

Re: [Neo] Question before I use neo4j, how to synchronize databases

2010-02-01 Thread Mattias Persson
Adding some links to Peters answer: http://wiki.neo4j.org/content/Online_Backup http://components.neo4j.org/neo4j-online-backup/apidocs/index.html If you're using maven: groupId: org.neo4j artifactId: neo4j-online-backup version: 0.4-SNAPSHOT (is the latest) 2010/2/1 Peter Neubauer

[Neo] Question before I use neo4j, how to synchronize databases

2010-01-29 Thread philip andrew
Hi, I think neo4j seems to be a good fit for what I am trying to do but I am not sure about a few things. I have a requirement that I need to move data from one database to another. There will be many client databases and they need to synchronize with a central database, so SOME (not all data)