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

All feedback

Feature: Atlas UI -- Star/Favorite/Bookmark of Project

It would be nice to be able to star/bookmark projects, so I don't have to type half the project name in every time I switch between environments--eg. like in Datadog, star a dash board and it shows up at the top of the list/without search
Guest about 3 years ago in Atlas 0 Submitted

ability to run to a specified aggregation stage and see output

Essentially the same as https://mongoplayground.net/ if you add multiple aggregation stages you can pick which one you want to run up to, and inspect the output. This makes it dramatically easier to tweak larger pipelines without having to comme...
Guest about 3 years ago in IDEs 0 Submitted

Ability to set Values in Functions

Ability from webhooks and functions to call context.values.set() and set a value that can then be referenced somewhere later. This could dramatically cut back on calls to outside APIs as we need data in multiple places so we end up having to make ...
Guest almost 8 years ago in Atlas Triggers and Functions 0 Submitted

Hard to find menus

Either the MongoDB Atlas web interface is too complicated or the tutorials are missing steps, some menus are impossible to find. Example https://www.mongodb.com/docs/atlas/app-services/data-api/custom-endpoints Create a Custom HTTPS Endpoint 1. C...
Guest over 1 year ago in Atlas 0 Submitted

Capture pre-images for ONLY specified change events

Currently, pre-images are captured for all updates, replacements and deletes on a given collection. Ask: Enable capture of pre-images for ['DELETED', ...] documents only. Context: A customer uses a collection for ingestion, where 16-20M do...
Guest over 1 year ago in Database 2 Submitted

Support Multiple CRON Schedules Per Trigger

It's not uncommon to want different trigger schedules to run on different days of the week, notably weekdays and weekends. The current solution is to create separate triggers that call the same function, but ideally, a single trigger could support...
Guest about 3 years ago in Atlas Triggers and Functions 1 Submitted

Add hash function (eg. md5) to aggregation pipeline

I would like to implement hash-based sharding in my own application on top of MongoDB. For that purpose, I would like to pull a stable pseudorandom subset of documents into each of my servers, and I would like to do so without enlarging the docume...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Federate different Ops Manager instances

When multiple Ops Managers are running across multiple environments it is difficult see the overall picture. A a federated dashboard that can provide a view into different environments, see overall list of clusters and some basic information abou...
Guest over 6 years ago in Enterprise Advanced 2 Submitted

One tab or one button to quit from the whole platform without begging the support to help

There is no simple way to quit the service and erase the data. You have to go though clusters, projects and organizations without any links provided. The links given in messages are misleading. I had to work with helpdesk for almost an hour just t...
Guest over 1 year ago in Billing & Account Management 0 Submitted

Generate jsonSchema Validation Based on Schema Analysis

Since Compass already provides a schema analysis, it would be useful if that analysis could be used generate jsonSchema. The result could be a starting point for the Validation tab or used in other tools such as https://hamidihamza.com/Angular6-js...
Guest over 6 years ago in Compass & Data Explorer 1 Planned