mongoproxy icon indicating copy to clipboard operation
mongoproxy copied to clipboard

A server that speaks the MongoDB wire protocol and can analyze/transform requests and responses - This Repository is NOT a supported MongoDB product

Results 12 mongoproxy issues
Sort by recently updated
recently updated
newest added

When I try it to proxy my local mongodb 4.0, I got this error upon connecting: `Error running command isMaster: The client metadata document may only be sent in the...

Would allow users to get started with the server much easier, and allows the UI configuration to work out of the box.

enhancement

Fails tests in which integers roll over to negative numbers (e.g. skip1 in mongo/jstests/core). Should have error handling for such cases.

bug

Allow modules to read configurations from different files / MongoDB documents than the main configuration for proxy core. This will allow for things like having modules edit and create their...

enhancement

The frontend for the BI module currently requires that a valid configuration document already exist in the database, which can be updated. It is not capable of creating new configuration...

enhancement

If the data has a different timezone than the server or the frontend, the graph sometimes fails to display the data. Currently patched over with a rounding hack, but should...

bug

Currently in the BI module, when retrieving tabular data, it assumes that all months have 30 days, which introduces strange rounding issues in the frontend graph (currently patched over with...

Currently the proxy just sets the flags to 8 to set AwaitCapable to true.

The helper struct functions by default export all of their fields when converted to BSON, but some commands (e.g. batch insert, batch update) require that some fields not exist. The...

The proxy should hide the details of the topology behind it. For example, if connecting to a replica set in backend, then it should not have details about the replica...