comtihon / mongodb-erlang

MongoDB driver for Erlang
Apache License 2.0
342 stars 268 forks source link

Maintenance plans? #230

Closed dmsnell closed 3 years ago

dmsnell commented 3 years ago

@comtihon can you clarify your plans for this repo/project? It appears like over the past few years you have stepped away. Are you planning on continuing to maintain it? Are you looking for help maintaining it? We're looking to depend on this mongo driver if we can but probably will need to fix a few issues, especially around replica sets (#226 and others), as well as update the crypto usage in bson to keep up with OTP deprecations.

Thanks for everything you've put into this.

comtihon commented 3 years ago

hi, currently I am working 100% of my free time on another open source project. Help in maintaining would be really great! As I say - PRs are always welcome.

dmsnell commented 3 years ago

Thanks for clarifying. I'm currently digging into the replica set issue but not sure how far I'll get. Will submit PRs.

All the best!