johnnadratowski / golang-neo4j-bolt-driver

Golang Bolt driver for Neo4j
MIT License
213 stars 72 forks source link

Routing driver for causal clusters #40

Open adrpino opened 6 years ago

adrpino commented 6 years ago

It would be great to have the ability to connect to causal clusters. Here's the Python implementation.

This issue It's similar, but not the same as #24 (since they are different clustering options).

I can attempt to find time and make a PR if it's not overly difficult.

bonesyo commented 6 years ago

+1

We are also trying to get this to work. Have you made any progress @adrpino? Maybe we could collaborate on this?

mykolasmith commented 6 years ago

+1 for this!

scott-wilson commented 6 years ago

Hey, I'm a part time maintainer on this project. If there's any devs that want to work on this, I'll be happy to help/get this reviewed and on the master branch. @adrpino @bonesyo do either of you have much free time to tackle casual clusters?