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

AWS IAM support by Stream Processing

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We are using AWS IAM authentication and authorization wherever we can. What would you like to see happen? Describe ...
Steve Hand 2 months ago in Atlas Stream Processing 1 Future Consideration

Add a global types package for use in MongoDB Shell js scripts

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. When writing MongoDB Shell js scripts, I want to have autocompletion, and possibly type checking, by utilizing TypeScript ...
Segev Finer 5 months ago in MongoDB Shell 0 Future Consideration

Manage mongosh through MongoDB agent automation

MongoDB server, database tools, biconnector binaries are all managed by MongoDB agent automation feature in a managed deployments via Opsmanager. Mongosh is not managed, which makes it difficult to build separate automation to manage mongosh alone...
Guest about 3 years ago in MongoDB Shell 0 Submitted

Azure Stream processing for Canadian region.

The current stream processor regions are restricted to only US and EU. Can we add Canadian region support in Azure. https://www.mongodb.com/company/blog/product-release-announcements/atlas-stream-processing-now-supports-azure-and-azure-private-link
Guest 6 months ago in Atlas Stream Processing 1 Future Consideration

Support external result viewers in interactive mode

The built-in viewer is basically unusable even for small result sets. I would like to be able open query results to neovim (where I have search, folding, infinite scrollback, etc.). Not sure how this would work with pagination (maybe just stream t...
Guest 8 months ago in MongoDB Shell 0 Submitted

support for Solace

Integrate support for data streams originating from Solace messaging queues system.
Guest over 1 year ago in Atlas Stream Processing 1 Future Consideration

Add support for db.exists() and collections.exists()

Add a db.exists() and collections.exists() so that it is easy to check whether a database or a collection exists. This will help to reduce the propensity to inadvertently create new dbs and collections when running a script due to typos.
Guest about 5 years ago in MongoDB Shell 2 Future Consideration

Support for serverless

Support mongodb atlas serverless as a source
Guest almost 2 years ago in Atlas Stream Processing 1 Will Not Implement

Option to show date in local timezone

Currently MongoDB is storing date and time in UTC - which is good and should be that way. However, from the presentation (either via Compass/Shell), there should be a way to show the date and time based on locale time zone settings or an option t...
Guest over 5 years ago in MongoDB Shell 2 Submitted

The new mongosh mangles the output of piped in commands

With the old mongo shell, you could set up a shell file (called something like mongo_cmd.sh)containing the path to the executable and all the command line switches you wanted like this: ``` /path/to/mongo --norc --quiet --port 26011 ``` and then...
Guest over 2 years ago in MongoDB Shell 1 Submitted