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

Compass & Data Explorer

Improve Compass experience for working with lots of Atlas Clusters

Currently it's quite a lot of work to onboard Atlas Clusters especially if you have a lot. We have 80+. It would be a great if there was an easier way to create Cluster connections within Compass, whether that be an export/import process or you ju...
Guest over 5 years ago in Compass & Data Explorer 0 Submitted

Add the possibility to export a pipeline to java using Spring Data MongoDB

Spring Data for mongoDB support aggregation for use with their MongoTemplate, and it is less verbose and more readable than an aggregation to use with MongoClient. It would be nice to be able to export a pipeline to Java language for this framewo...
Pierrick PUIMEAN-CHIEZE almost 3 years ago in Compass & Data Explorer 0 Submitted

I would like to be able to export an aggregation pipeline to Kotlin

No description provided
Pierrick PUIMEAN-CHIEZE almost 3 years ago in Compass & Data Explorer 0 Submitted

Evalute numbers as 64bit instead of 53bit of JavaScript

Compass seems to evalute everything with JS, so if you enter {um:-2583493467308876869} it will treat the number as -2583493467308877000 and of course won't find what I'm looking for. So the fix is to use {um:NumberLong('-2583493467308876869')}, w...
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Unproductiveness is getting worse and worse

Though we a conversation regarding annoying "what's new" messages, the situation is really getting worse. Even so bad, I am considering paying for a 3rd party tool. But my in vest on your product is taking my time to give this feedback, in order t...
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Advanced JSON Format options need to persist.

Advanced JSON Format options need to persist, please make it a entry under settings. It is realy anoying to deal with the setting EVERY time you export data. In my case I use only Long dates (Unix) and I will prefer to have Relaxed always, that i...
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Atlas UI Custom RBAC

Our organization leverages Okta for SAML/SSO authentication, and have terraformed our role mappings to the MongoDB Atlas provided Org and Project roles. There is currently a feature to create custom DB roles, however, custom RBAC for the Atlas UI ...
Guest almost 3 years ago in Compass & Data Explorer 0 Submitted

Add color context to title sections for favorite colors

We use color context for ssh terminals when connecting to a production vs qa environments. I've noticed you can color context a Favorite. But if you color only the favorite button, it doesn't give you a full view of if your in production or not. ...
Guest over 5 years ago in Compass & Data Explorer 1 Submitted

viem shard key

If you are in clustered mode, can view information about the collection's slice keys
Guest almost 3 years ago in Compass & Data Explorer 1 Submitted

Fetching data issue from browser to console

I have created a page where users must enter the data and give it a path. I did this with MongoDB compass. I used this mongoose.connect("mongodb+srv://gabyjudge07:********@cluster0.nucdve3.mongodb.net/", {useNewUrlParser:true}); app.post('/posts/...
Guest almost 3 years ago in Compass & Data Explorer 0 Will Not Implement