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 97 of 4027

Add support for new pagination feature

Please add support for new pagination features explained here: https://www.mongodb.com/docs/atlas/atlas-search/paginate-results/
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Better handling of circular reference serialization in Java

Given 2 generic POJOs that include references to each other such as: package com.example; public class Course { Student _student; public void setStudent(Student student) { _student = student; } public Student getStudent() { return _stu...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

F# Driver

We would like to use MongoDB with F#. There was a brief of prototype solution archived in github but was abandoned. The project I am talking about is https://github.com/mongodb-labs/mongo-fsharp-driver-prototype/pulse This is an official request ...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Create / Update LabVIEW Driver

There seem to not exist any official LabVIEW Drivers / VIs for MongoDB. There do exist some LabVIEW VIs for MongoDB that work very well based on a C# DLL: https://github.com/RBXSystems/mongo-labview-driver/tree/master/CSharp/bin. However those o...
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Extend the support for the MongoDB ODBC driver to RHEL8

At present there is only support for RHEL7, which is effectively out of date. This would support more migrations to RHEL8.
Guest over 2 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Add Date support to pymongoarrow

pymongoarrow already supports datetime but that is not ideal to store partitioned values. I assume we would ideally store dates as BSON Date in MongoDB and then get back a Parquet Date. Y'all already support many data types (https://github.com/mon...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

.NET 6.0 support for Entity Framework driver

The pre-release version of the EF support in C# driver is only published for .NET 7.0 while the LTS version of .NET is 6.0 and many vendors use (and will use it) for a long time. The roadmap from https://github.com/mongodb/mongo-efcore-provider#li...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Will Not Implement

Organize and filter Realm functions

When you start to have a lot of Realm functions, it's a nightmare to navigate through them. It would be nice to be able to: 1. Filter the functions based on: public/private, authentication method 2. Organize functions in (virtual) folders
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted

Move Client Model into a separate Maven artifact

Currently there's a large client library: mongodb-driver-core. My suggestion is to split it into 2 - moving out the com.mongodb.client.model package into a separate module. The reason I need (and hopefully it's not just me) is because I'm trying ...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Implement error handling in MongoBI Connector

Right now, if the `$sample` query (used to create the DRDL schema) fails, it'll re-run the query once again, forever. The only place when the error is accessible is in the "Profiler" tab of a given node. In our case - and I believe it's common - t...
Guest almost 5 years ago in Product Deprecated (Will Not Appear on Portal) 0 Submitted