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

Feedback

Showing 348 of 4027

Kotlin driver - force the default batch size to 101 - JAVA-5700

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. MongoClient uses the number of elements requested via the first call to org.reactivestreams.Subscription.request(long) as ...
Flavio Orfano 24 days ago in Drivers (ie: Node.js, Java, .NET) 2 Future Consideration

Certificate compression support for TLS connections

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. There is an open PR in Node.js for TLS (1.3+) certificate compression via a new certificateCompression option in the TLS A...
Raschid Jimenez 15 days ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration
113 VOTE

official Dart driver

We use mongo in weebi Dart / Flutter application. We would be eternally grateful if you could implement an official Dart Driver, There is already an unofficial mongo dart repo : https://github.com/mongo-dart The specific feature we need is Ejson ...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 16 Will Not Implement

Expose Charts creation using API and get back embedded chart's URI

We can use Chart's API to construct the charts on demand through various JS application and client requirements, without exposing the Charts dashboard / data sources in a multi tenant application. We can use the API's to modify / create charts and...
Guest almost 6 years ago in Charts 2 Started

Asynchronous variant of MongoDB C Driver

Add async API on the C Driver.
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 7 Started

Add more specific roles for Charts

It will be great to have more specific roles to Charts totally separate from other Altas roles. Currently if you want to have one team member allowed to configure charts, you have to give him access (at least read only) to everything outside of C...
Guest about 6 years ago in Charts 9 Planned

Allow enabling/disabling automatic CSFLE encryption/decryption on per-collection/database level in Python SDK

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. So far, we can only specify whether automatic encryption/decryption is on on a MongoClient, and all operations there will ...
Yi Hong about 1 month ago in Drivers (ie: Node.js, Java, .NET) 0 Future Consideration

Filter Continuous Line chart by selecting item in Series Legend

In a Continuous Line chart, we see an endless sea of data and then the Series Legend (typically to the right). Our users would like to be able to click one of the items in the Series Legend and then ONLY show the data for what was selected. It's p...
Guest 9 months ago in Charts 0 Submitted

Responsive charts

One of the selling points for Qlik is the ability to have charts that resize depending on the screen size. I struggle a bit when resizing the screen and the charts don't resize. They should be responsive and adapt to the screen size!
Guest almost 7 years ago in Charts 2 Submitted

Allow to set default maxTimeMS for all cursors

By default, a cursor has no maxTimeMS. We want to be able to set the default maxTimeMS so all cursors have it set. The current Java driver does not allow to set that default and each cursor needs it manually specified. I.e. a cursor factory or d...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted