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

Allow GridFS to use Atlas and object storage (via ADL) when connecting to the cloud MDB

Many users of MongoDB store metadata in MDB and PDFs and other files in object storage. With GridFS already built into drivers, it seems like a nice change would allow ADL to federate GridFS functionality across Atlas and the file in object storage
Guest almost 6 years ago in Data Federation 0 Submitted

Add support region at south korea for federated database

No description provided
Guest about 3 years ago in Data Federation 0 Submitted

Support compound/multiple grouping keys in $bucket

We often need to compute statistical/summarizing aggregations grouped by more than one field where all fields are of a $bucket-able type. An example, would be to count all orders grouped by their status and some custom time ranges of their creati...
Guest over 3 years ago in Querying & Aggregations 0 Submitted

On-Prem Data Lake Options

I'd like to run an instance of MongoDB's Data Lake product on my own infrastructure.
Guest over 6 years ago in Data Federation 1 Submitted

Leveraging Group By/Distinct Query to use regular Index

When using Group By or Distinct queries on database, provide the ability to leverage existing index i.e these queries today will miss using existing index db.collection.distinct("field") db.collection.aggregate([ { $group: { _id: "$category", ...
Guest about 1 year ago in Querying & Aggregations 0 Submitted

Access Online Archive in Customer Data Lake

I've started using Online Archive for my data and would not like to add this as a source to my Atlas Data Lake so I can query my cluster + archive + s3 data all together.
Guest over 5 years ago in Data Federation 2 Submitted

Support for Iceberg Partitions

Apache Iceberg uses URL encoded partitions, see: https://github.com/apache/iceberg/blob/main/api/src/main/java/org/apache/iceberg/PartitionSpec.java#L218 Atlas Data Federation S3/Parquet currently does not support URL encoded partitions, this a ...
Guest about 1 year ago in Data Federation 0 Submitted

Support AWS IAM for Data Federation Authentication

We would like to be able to connect to the Federated Database Instance using AWS IAM for Authentication just like you can for Atlas Clusters.
Guest about 3 years ago in Data Federation 2 Submitted

`$getField` to work with a dynamic `field`

Currently `$getField` works only when `field` resolves at query-compile-time to a string. It would be nice if it worked also when `field` resolves to a string at *runtime*. See this Jira ticket - https://jira.mongodb.org/browse/SERVER-67030
Guest almost 4 years ago in Querying & Aggregations 0 Submitted

S3 alternative provider support

A lot of providers support the same API of AWS. I think it will be simple to integrate them !
Guest almost 6 years ago in Data Federation 0 Submitted