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 (ie: Node.js, Java, .NET)

Showing 64

CommandStartedEvent::getCommand() not instance of Explainable

I'm trying to build a verbose mode in our MongoDB wrapper library. I was able to implement debug output leveraging CommandSubscriber interface. This part works. However what I would also like to do is create support for automatic explaining of que...
Guest about 3 years ago in Drivers (ie: Node.js, Java, .NET) 1 Submitted

Generic count property in _WriteResult class

Hi, I'm using a MongoDB as a backend for my API and often come to a case where i want to validate whether I updated, inserted or deleted any records. At the moment I use the deleted_count and machted_count properties in the DeleteResult and Updat...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Have the drivers tell us the cost of network connectivity within a query

Have the drivers tell us 1. total query execution time. 2. how much of total query execution time was network connectivity/latency and 3. how much time was the query on the cluster. This would then tell the developers the cost of network connect...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Make The client model serializable

I am working on a mongodb connector for the Apache Flink project - https://flink.apache.org/ Internally, Flink is using java serialization to save the records it is working on in a state which in turn used to recover from failures etc, as well as...
Guest almost 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

I want Drive with U !?!! Filo

Driver for a nice New World
Guest about 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add some casting addon or function based on MongoDB's implementation of JSON Schema

Without casting addons, there is a need to iterate though each property just to check if this value needs some casting (most probably this can be easily done on type check). I´m having special troubles with Date type, as most of the time this type...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Support "default" keyword in MongoDB's implementation of JSON Schema

Without defaults, there is a need to iterate though each property just to check if a default value is needed (most probably this can be easily done on type check). Also without defaults we need to remember checking it both in inserts and updates (...
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

URI validation

I was building the URI in a spring configuration file as spring.data.mongodb.uri=${MONGODB_URI}/test?retryWrites=true&w=majority where MONGODB_URI came from a kubernetes secret (as it contains user & password) somehow a new-line had slip...
Guest almost 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Create MSI package to install .NET MongoDB driver

I manage SQL Server. I would like to request standalone 32 and 64 bit MongoDB .Net Driver in MSI format. We typically do not install Development tools on SQL Server database hosts (no visual studio, no nuget.exe). So downloading the driver using p...
Guest about 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Add non-EJSON as option for json utils

python and other drivers offer to-json utils. This makes taking a native rich shape complete with datetimes and byte[] and such and easily turning into bson (the best way!) or JSON. The utils offer options to modify the output representations of t...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted