vmware-archive / common

Common Go packages
Apache License 2.0
1 stars 9 forks source link

Migrate to official MongoDB driver #8

Open andresmgot opened 5 years ago

andresmgot commented 5 years ago

https://github.com/mongodb/mongo-go-driver has now a RC. Since it's the official library for MongoDB we should use that instead.

I am particularly interested on using the method countDocuments that is only available in the driver above.

cc/ @prydonius

prydonius commented 5 years ago

Thanks for capturing this, I think it's more likely that we'd want to put effort into switching to another storage backend (https://github.com/kubeapps/kubeapps/issues/651) instead of changing the driver we use for MongoDB. But we can keep this open to track this request.