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

Disable/Enable all triggers at once

It would be very useful to be able to disable/enable all triggers of realm application at once. It useful for instance when you restore data from backup or make some big changes, and it is not needed to run triggers on every change
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

Collation option support in functions

No description provided
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

I want Drive with U !?!! Filo

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

changeEvent cluster name

I want to be able to programmatically access the clusterName from change event or global variable for example: changeEvent.ns.cluster = global.CLUSTER_NAME I need this when I want to perform an update on same collection/document after the trigg...
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

One-time scheduled triggers

At the moment, MongoDb offers the ability to schedule triggers periodically using Cron Jobs. It would be really handy if a user could schedule a trigger to run only once and execute a function as my use-case requires.
Guest over 4 years ago in Atlas Triggers and Functions 1 Submitted

SnakeCaseElementNameConvention

Please add support for snake case convention. Snake Case is super popular with API designs. https://mongodb.github.io/mongo-csharp-driver/2.13/reference/bson/mapping/conventions/
Guest over 4 years ago in Drivers (ie: Node.js, Java, .NET) 0 Will Not Implement

Containerized Functions + Logging + Dependencies Improvements

I believe most of the below asks would be resolved if you allowed containerized functions to be uploaded and we can have the correct execution environment. Allow larger function sizes Allow more larger dependency sizes Allow 256kb size per log en...
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

More Mongo DB actions parity with the Node driver

The actions available via https://docs.mongodb.com/realm/mongodb/actions/ do not match the API exposed by the Node driver. For example, the https://mongodb.github.io/node-mongodb-native/4.0/classes/collection.html#createindex function would be ex...
Guest over 4 years ago in Atlas Triggers and Functions 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