Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dose node-neo4j support noe4j cluster(HA)? #121

Closed
realdog opened this issue May 5, 2014 · 1 comment
Closed

Dose node-neo4j support noe4j cluster(HA)? #121

realdog opened this issue May 5, 2014 · 1 comment

Comments

@realdog
Copy link

realdog commented May 5, 2014

Neo4j HA has been designed to make the transition from single machine to multi machine operation simple.Dose node-neo4j support it?

@aseemk
Copy link
Member

aseemk commented May 12, 2014

Yep, there's nothing needed by the library to support that; you can just instantiate the GraphDatabase class pointing at any of the instances. (Typically you'd point to master.)

We do this at FiftyThree. The one nice-to-have in the future would be to share the same Node and Relationship objects across database instances (#89), but that's an advanced feature that you probably wouldn't need until a large scale.

Hope this helps. Go ahead re-open this if you run into any issues.

@aseemk aseemk closed this as completed May 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants