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

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 over 2 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 over 2 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 over 2 years ago in Compass & Data Explorer 0 Submitted

New Pipeline From Text tool should be more flexible

In Compass' "Aggregations" tab users can select the option "New Pipeline From Text" This accepts pasting in a pipeline like: [ .... ] However, it doesn't accept pasting in a pipeline with the original variable definition, like: var mypipeline ...
Guest almost 5 years ago in Compass & Data Explorer 0 Submitted

Add OpenSSH config and auth agent support

I have to use a vpn which forwards into a proxy to connect to my mongo cluster. My PC => VPN => Bastion Host => Mongo Cluster This is very easy to do using OpenSSH configs in other tools but compass does not support this option.
Guest almost 5 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 over 2 years ago in Compass & Data Explorer 0 Submitted

Support opentracing for the go driver

No description provided
Guest almost 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement

Move Client Model into a separate Maven artifact

Currently there's a large client library: mongodb-driver-core. My suggestion is to split it into 2 - moving out the com.mongodb.client.model package into a separate module. The reason I need (and hopefully it's not just me) is because I'm trying ...
Guest over 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

viem shard key

If you are in clustered mode, can view information about the collection's slice keys
Guest over 2 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 over 2 years ago in Compass & Data Explorer 0 Will Not Implement