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

Improve MongoDB Kotlin driver to match Kmongo or Realm

Having tested both Realms and KMongo i can say that the MongoDB Kotlin driver is lacking a lot when it comes to idiomatic kotlin. First of all, requiring Strings and not accepting KProperty forcing people to type Foo::bar.name is something that s...
Guest almost 3 years ago in Drivers & Frameworks 0 Submitted

Create an official Elixir driver

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

Enhanced TypeScript Type Inference for Aggregation Pipelines

Summary Developers using the MongoDB Node.js driver (and libraries like Mongoose) rely heavily on aggregation pipelines but currently lack strong TypeScript integration and type inference when constructing complex stages. The aggregate() method do...
Alex Bevilacqua 10 months ago in Drivers (ie: Node.js, Java, .NET) 1 Future Consideration

Multi-collection bulk write support for Spring Data

As of MongoDB 8, the bulk write feature can support writing to multiple collections in the same bulk write operation. This is unfortunately not supported in Spring Data for MongoDB, which is very frequently used by our customers.
Guest 10 months ago in Drivers (ie: Node.js, Java, .NET) 0 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 about 5 years ago in Drivers & Frameworks 0 Submitted

Atlas SQL - Provide 32-bit ODBC Driver

MongoDB is transitioning away from the BI Connector for Atlas to Atlas SQL. The BI Connector will be deprecated by June 2025. Moving to Atlas SQL ODBC driver is fine, however the ODBC driver is available only for 64-bit. I know we are in 2024 b...
Wernfried Domscheit almost 2 years ago in Drivers & Frameworks 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 about 5 years ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

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 over 6 years ago in Drivers & Frameworks 1 Started

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 over 6 years ago in Drivers (ie: Node.js, Java, .NET) 2 Will Not Implement

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 about 2 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted