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

Drivers & Frameworks

Showing 88 of 4011

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...
Guest 9 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Create an official Elixir driver

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

Compressed Fields

When large JSON structures are being stored but don't need to be queryable it may be more performant to handle the compression at the field-level as opposed to the network level (similar to what is described in https://medium.com/idealo-tech-blog/...
Guest over 4 years ago in Drivers & Frameworks 0 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 10 months ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

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 over 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Hibernate and MongoDB

Hibernate OGM is not currently supported. It would be great to use Hibernate with MongoDB.
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 over 4 years ago in Drivers (ie: Node.js, Java, .NET) 2 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 almost 2 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Kotlin Driver - Allow querying nested properties via data classes

In the Kotlin driver extensions, we can use data class KProperties to create Filters. For example given these models as data classes: data class Movie(val movieName: String, releaseDate: LocalDate, rating: String) data class MovieReview(val movi...
Guest 12 months ago in Drivers & Frameworks 2 Will Not Implement

Allow custom service names with mongodb+srv URI scheme

We are using DCOS (marathon/mesos) to manage our services. DCOS generates SRV records for our mongos instances under a record that looks like _mongos-mongodb._tcp.marathon.mesos However, there's currently no way for me to use this because when I ...
Guest almost 6 years ago in Drivers & Frameworks 1 Started