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

12 hour option for Temporary User

Add support for a 12 hour Temporary User. 6 hours is too short for a working day 24 hours is too long for a working day 12 hours is just right.
Guest almost 2 years ago in Atlas (Control Plane and Data Plane RBAC) 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

Stitch - use the same function to resend confirmation as when initially signing up

When signing up with Email/Pwd, one of the options is to have the confirmation run through a function. In that function, a call to an external email provider has been set up to use a template with a logo. However, the "token" & "tokenId" para...
Guest about 6 years ago in Atlas (Control Plane and Data Plane RBAC) 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

custom atlas role with specific permissions

Atlas admin can assign specific permissions to a custom Atlas role which will be very useful to control users for the project/org level. This is the same concept of the custom role of database user.
Guest about 2 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Fine-tune the update privilege action

We want our devs to be able to update docs, but only one at a time. If they need to update a bunch together, they should check in with the DBA. Right now, we can't fine-tune the update permissions like we'd prefer, so we're looking into ways to ma...
Guest about 2 years ago in Security, IAM, and Compliance 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

session

The possibility configure what network or IP the user can be connect in the cluster in the mongo atlas.
Guest over 2 years ago in Security, IAM, and Compliance 0 Submitted