mongobetween
mongobetween copied to clipboard
The current implementation of MongoBetween uses a cursor caching solution with N >= 1 Mongos (LB7), so cursors being pinned to servers is acceptable. However, when load-balancing at the TCP...
I managed to run mongobetween between my mongodb replica and me, but wonder how if there's a way to secure that connection with a username/password. As I understand the `-username`...
Removed the extra and accidental "a"
Hello, We need to use a .pem file for the SSL enabled target Mongo database . Can you provide an example for the same ? Could not find any parameter...
Updated version of https://github.com/coinbase/mongobetween/pull/48 (I'm taking over the debugging for this) Still in the process of debugging, and this PR is not ready to merge yet. Tests are currently failing...
As it is all stats are aggregated in `mongobetween.` namespace. If you have a set of pools, all of the once are shown in the current namespace. We should be...
This change adds read preference support to replica set clusters. There should be no change for sharded clusters. The change has been tested on various flavors of the python driver.
mongobetween currently responds to heartbeats (periodic `isMaster` requests) with `minWireVersion=0` and `maxWireVersion=7` in order to present as a 4.0 server. To be more flexible, users should be able to configure...