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

csfle support for zOS

Please modify your drivers so our java applications can encrypt and decrypt from the mainframe (zOS) UNIX environment. This missing feature is a road-block to our migration to Atlas. We have multiple Java applications that run on an IBM mainfram...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 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

Create an official Elixir driver

See https://github.com/elixir-lang/elixir and https://elixir-lang.org/ Thank you!
Guest almost 6 years ago in Drivers (ie: Node.js, Java, .NET) 4 Submitted

A `syncIndexes()` API for PyMongo.

Implement a method on the collection object, `syncIndexes`, that takes a list of IndexModels (similar to the existing `createIndexes` method) and ensures that the indexes in the collection is exactly the same as those specified in the list. Simil...
Yi Hong 10 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

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

getMore retries support for autoscalling feature

its not possible use https://motor.readthedocs.io/en/stable/api-tornado/cursors.html#motor.motor_tornado.MotorCursor.to_list and https://pymongo.readthedocs.io/en/stable/api/pymongo/cursor.html#pymongo.cursor.Cursor with autoscalling feature :( ...
Guest almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Short-lived AWS EKS token

Native support for short-lived AWS EKS token in MongoDB java driver, with the ability to refresh the key without any application downtime.
Guest almost 5 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

allow shared->shared and static->static dependencies

When enabling `BUILD_SHARED_AND_STATIC_LIBS`, I for one would appreciate the option to build shared libraries against shared MongoDB and BSON C libraries but still have the static libraries depend on static builds of those C libraries. As it is, t...
Guest about 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Golang Driver - MongoDB-AWS Authentication support for any short-lived STS token

The Golang driver supports "MONGODB-AWS" AuthMechanism when you have: - a `AWS_WEB_IDENTITY_TOKEN_FILE` and `ROLE_ARN` environment variable, eg when supplied by IAM Roles for Service Accounts (IRSA), typical in Kubernetes clusters (`assume_role...
Guest about 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

add deno driver

(i was forced to select a category so i choose nodejs) Deno is coming https://deno.land/ From the creator of nodejs. Better than nodejs.
Guest about 6 years ago in Drivers (ie: Node.js, Java, .NET) 2 Will Not Implement