golang-neo4j-bolt-driver
golang-neo4j-bolt-driver copied to clipboard
Is this production ready?
I was wondering if this project is considered "production ready"? If so is there anyone using this in production already that has some words of wisdom to share?
@johnnadratowski
@JohnRowleySEL @robbert229 - I built this integration around the time my daughter was born, about a year an a half ago. I really did it as a challenge to myself, not out of any specific need.
Since then it's been difficult to keep up with. My intention was never to become an open source maintainer of this driver forever, as I figured they would have created an officially supported driver by now. I try to come back to it when I can and make incremental updates, and fix people's bugs. It has taught me a lot of respect for open source maintainers who are in it for the long haul.
I've done a couple of different iterations of fixes from what people have reported. I am pretty sure people are using it in production for certain things, but haven't gotten any specific feedback saying so. I try to be quick about fixing and merging show-stopper bugs, but I'm not sure I always succeed at that.
Thanks for the update!