Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Drivers & Frameworks

Showing 73

Add some casting addon or function based on MongoDB's implementation of JSON Schema

Without casting addons, there is a need to iterate though each property just to check if this value needs some casting (most probably this can be easily done on type check). I´m having special troubles with Date type, as most of the time this type...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support "default" keyword in MongoDB's implementation of JSON Schema

Without defaults, there is a need to iterate though each property just to check if a default value is needed (most probably this can be easily done on type check). Also without defaults we need to remember checking it both in inserts and updates (...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Poothipurm

No description provided
Guest over 4 years ago in Drivers & Frameworks 0 Submitted

Provide a direct download for current versions of driver files/dependencies on the official MongoDB sites

Note: This post was inspired by my attempts to find a direct download for the MongoDB Java driver, but I've left the category as "Unspecified" because it could apply to any driver download for which the official sites say to "Just use Maven/etc" ...
Guest over 4 years ago in Drivers & Frameworks 0 Submitted

Nearest read preference should take account of database load

I understand it only take account of network latency however this node can have high load and would give a poor response. Instead, I wished the driver would contact the more distant network latency node that has less CPU/memory load.
Guest almost 5 years ago in Drivers & Frameworks 0 Submitted

URI validation

I was building the URI in a spring configuration file as spring.data.mongodb.uri=${MONGODB_URI}/test?retryWrites=true&w=majority where MONGODB_URI came from a kubernetes secret (as it contains user & password) somehow a new-line had slip...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Create MSI package to install .NET MongoDB driver

I manage SQL Server. I would like to request standalone 32 and 64 bit MongoDB .Net Driver in MSI format. We typically do not install Development tools on SQL Server database hosts (no visual studio, no nuget.exe). So downloading the driver using p...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add non-EJSON as option for json utils

python and other drivers offer to-json utils. This makes taking a native rich shape complete with datetimes and byte[] and such and easily turning into bson (the best way!) or JSON. The utils offer options to modify the output representations of t...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Ignore unmapped fields in pojo deserialization

A recent ticket (00664772) with the mongodb support team confirm that the following case is not handled by the Java driver: class Foo { int x; int y; } I can successfully write and read it. However, if the Document has extra fields, it cannot...
John Lilley over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add support for SSH Tunnel

Similar to the request for SOCKS proxy support, it would be good to add support for SSH tunnels for drivers (since Compass supports this already). This can be useful for developers working remotely when company policy disallows whitelisting home ...
Guest over 5 years ago in Drivers & Frameworks 0 Submitted