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

Extended JSON

Add support for Extended JSON (EJSON. For example, {$date: "2021-01-01T00:00:00.000Z"} ) such that we do not have to resort to using the ISODate helper function in the MongoDB Shell and in Compass.
Guest about 5 years ago in Database 0 Submitted

Arrow function support

Is there any plan to implement arrow functions support? The current way to use functions (BSON type 13) is using traditional javascript functions: ```function() { ... emit(key, value); } ``` It would be great to support also arrow functions: ...
Guest about 5 years ago in Database 0 Submitted

Allow using other port than 8080 (or 8443) when deploy Ops Manager

The default port is 8080 or 8443 (for https) and cannot be changed
Guest about 5 years ago in Kubernetes 0 Future Consideration

Pin versions for all images in values file

currently for release 1.9.0, the helm chart has no way to explicitly use a specific version of the following images: - mongodb-enterprise-ops-manager - mongodb-enterprise-appdb This is not ideal and hard to scale in the enterprise. Request the ab...
Guest over 5 years ago in Kubernetes 0 Will Not Implement

options for different compute configuration per shards

Can we have options for different compute configuration per shards?
Guest over 5 years ago in Database 0 Submitted

Ops Manager LDAP Auth using kubernetes manifest

Currently, there is no way to enable LDAP Auth for the Ops Manager Users on my kubernetes Ops Manager pods using manifests. This essentially means that one would not be able to use LDAP and ci/cd simultaneously with Ops Manager with the enterpris...
Guest over 5 years ago in Kubernetes 0 Will Not Implement

4.4 to the EU on regular instance for development!

I work on mongodb in the EU.. i want to use the atlas search but i also need some features of v4.4 In development and for general everyday projects where our clients don't have large user bases we generally go for M2 instances.. affordable while ...
Guest over 5 years ago in Database 0 Submitted

Bundle rest service together DB

As per current industry practice, REST/Json became standard way to deal with the data between the FE application and Backend DB. So if REST the server/service is bundled with DB it would eliminate the need of a middleware tier in most cases. It m...
Guest over 5 years ago in Database 0 Submitted

EDGE

Localisation
Guest over 5 years ago in Database 1 Submitted

Have the MongoDB operator support k8s route sharing for connecting to replicas to simplify network and not use nodeport

It's still very new and only kube-router is the only "free" one that supports it. But this is great simplify the network configurations to connect to replicas and shards. Route Sharing is currently supported on Red Hat OpenShift 4.4+
Guest over 5 years ago in Kubernetes 0 Will Not Implement