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

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

skip past MongoDB CLI version 1.31.1 for dependabot / renovate (current version 1.18.0)

Currently the latest release for the cli is 1.18 i.e. mongodb/atlas:v1.18.0, but according to common versioning patterns mongodb/atlas:v1.31.0 should have been created after the current version, so vulnerability management systems like renovate w...
Guest about 2 years ago in Atlas CLI 1 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

Single tool for shell, mongodump, mongorestore, mongoexport, mongoimport

Single tool for the basic database usage, namely, mongodb shell (mongosh), mongodump, mongorestore, mongoexport, mongoimport
Felicia Hsieh about 2 years ago in MongoDB Shell 0 Submitted

Ops Manager global actions (mongocli ops-manager admin)

Add cli commands in global scope of Ops Manager to allow for scripting actions on all projects (e.g. update all agents after an upgrade of Ops Manager): - CRUD projects (prio on get projects to allow for looping over them) - CRUD orgs - CRUD users...
Guest over 4 years ago in CLI & Shell 1 Submitted

Serve API endpoint for MongoDB Compatibility Matrix

This is a feature request for website API calls/endpoints to retrieve the MongoDB Compatibility matrix for each driver language. For example, NodeJS is located here in HTML format https://docs.mongodb.com/drivers/node/current/compatibility/ It wo...
Guest over 4 years ago in Drivers & Frameworks 0 Submitted

Better mongo file loading performance

Manage a faster loading of files in command line to have better perfs for multiple small scripts. See Case 01251177.
Guest about 2 years ago in MongoDB Shell 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

Avoid issuing commands upon connection where the user is unauthorized to execute them

Presently when a user connects to a MongoDB cluster mongosh will execute several command helpers. Unless the users have specific privileges these commands will trigger several unauthorised messages similar to below: ``` {"msg":"Checking authoriza...
Guest over 2 years ago in MongoDB Shell 0 Submitted