I took a quick glance, though it seems they are duplicating(replicating?)
the database, but I was hoping I could use only one database (instead of
having multiple copies of it, though this would be good in the future of
course).

With this in mind, what should I look for? maybe neo4j server ? that is only
one server using only one database, and have my clients be the different
processes (java programs) that would talk to the server via (as I understand
it) REST api ?
I will look at this for now:
http://wiki.neo4j.org/content/Getting_Started_With_Neo4j_Server

Thank you, I will come back to HA later when I read/understand more about
neo4j and stuff :)

On Thu, Jul 21, 2011 at 5:31 AM, Jim Webber <j...@neotechnology.com> wrote:

> Hi Cyuczi,
>
> You can't open the same database twice in two programs. If you want data to
> be replicated between Neo4j instances, look into HA:
>
> http://docs.neo4j.org/chunked/stable/ha-how.html
> http://wiki.neo4j.org/content/High_Availability_Cluster
>
> Jim
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to