-
Notifications
You must be signed in to change notification settings - Fork 17
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
Replace the Neo4j driver #22
Comments
Looks like 2. supports clusters partially if you connect to the leader |
There is additionally this one which might support it at some point: https://github.com/PlumTreeSystems/neo4j-bolt-php |
Maybe it's premature for us to work on a new driver before we have a candidate with cluster-support? 🤔 |
|
It looks like |
YES! |
We decided on 1. - it's implemented in v.9 |
The package currently uses the everyman/neo4jphp-driver and the development of that stalled around 2014.
Since then neo4j has evolved a lot (ex. introduced bolt a more efficient protocol and cluster support with bolt+routing).
The driver is implemented in NeoEloquent/blob/master/src/Connection.php
Replacement candidates:
The text was updated successfully, but these errors were encountered: