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

Realm UI Ability Changes to Github Repo

Please add git integration for functions and 3rdParty HTTP services. Everything I make a change to a function and it is deployed, Realm tells me what the changes are but they are not pushed to my own Git repository
Guest almost 6 years ago in Atlas Triggers and Functions 0 Submitted

IDE Plugin

Provide a way for MongoDB users to interact with their data from an IDE
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Migration from Postman

I have a scheduled run in Postman that includes calling an external API and inserting a response into MongoDB Atlas using Data API. It would be nice if I could import my Postman collection of requests, and it would generate a function for a Trigger.
Guest over 3 years ago in Atlas Triggers and Functions 0 Submitted

Normalize maximum time in MS parameter name, maxTimeMS vs max_time_ms

Currently, some operations such as aggregate() or count\_documents use maxTimeMS as parameter name, but others such as the find(), use max\_time\_ms, so unless you memorize which method uses which nomenclature, you have to check the docs every tim...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

CommandStartedEvent::getCommand() not instance of Explainable

I'm trying to build a verbose mode in our MongoDB wrapper library. I was able to implement debug output leveraging CommandSubscriber interface. This part works. However what I would also like to do is create support for automatic explaining of que...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Failover Support

Per Support, Triggers may not process if the App Services app's deployment region is experiencing wide-scale issues. Currently triggers will execute in the single region of their deployment. For multi-region clusters, triggers should be able to f...
Andrew Raczka over 3 years ago in Atlas Triggers and Functions 0 Submitted

Generic count property in _WriteResult class

Hi, I'm using a MongoDB as a backend for my API and often come to a case where i want to validate whether I updated, inserted or deleted any records. At the moment I use the deleted_count and machted_count properties in the DeleteResult and Updat...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Have the drivers tell us the cost of network connectivity within a query

Have the drivers tell us 1. total query execution time. 2. how much of total query execution time was network connectivity/latency and 3. how much time was the query on the cluster. This would then tell the developers the cost of network connect...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Make The client model serializable

I am working on a mongodb connector for the Apache Flink project - https://flink.apache.org/ Internally, Flink is using java serialization to save the records it is working on in a state which in turn used to recover from failures etc, as well as...
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Multiple collection ACID transactions

Currently we can update multiple documents with one query if all documents belong to the same collection as shown below; dB.collection.bulkWrite([ query1, query2, query3, query4 ]) This feature is wonderful but it is paramount if mongodb can ena...
Guest over 4 years ago in Drivers & Frameworks 0 Submitted