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

Atlas Data Explorer to support using Aggregation Builder against Atlas Data Lake

You can use the Atlas Data Explorer and Aggregation Builder in the MongoDB Atlas web dashboard on regular collections and views. Unfortunately there appears to be no way to use them against a Data Lake within the web dashboard, either directly or ...
Guest almost 4 years ago in Data Federation 0 Submitted

Support expressions in $densify range bounds

The $densify aggregation pipeline stage seems unable to evaluate range bounds expressions, requiring the range bounds to be constant. See the following example (the collection testcoll contains a single documents with only the _id field): ``` s...
Guest almost 4 years ago in Querying & Aggregations 3 Submitted

Add eu-north-1 as a option for AWS hosting

Sweden is a very innovative country with many startups and scaleups and AWS is used very often for hosting of services and data. Sweden is also very strict on rules where and how to store data and that is why AWS has eu-north-1 as a location to ch...
Guest about 4 years ago in Data Federation 0 Submitted

build atlas on prem

Allow atlas to control on prem instance
Guest over 5 years ago in Data Federation 0 Submitted

Online Archive

Hi Team - With regards to Atlas Data lake and using Online Archive customer request to be able to have (Time + Query) i.e. anything that is older than 60 days that match X query.
Guest over 5 years ago in Data Federation 1 Submitted

On-line Archive survives region outage

I understand that even with a geo-replicated cluster if that cluster is configured with an online archive and there's a region outage, access to the online archive data is lost. It is still unclear to me if queries against collections configured w...
Guest about 4 years ago in Data Federation 0 Submitted

Flatten arrays in group stage

Have group operators to flatten document arrays into a single one with or without repeated elements. So -> doc1 = {arr: [1,2,3,4], gr: "group"}, doc2 = {arr: [5, 6, 7, 8], gr: "group"} {$group: {_id: "$gr", arrays: {$***: "$arr"} } } => {_id...
Guest almost 3 years ago in Querying & Aggregations 1 Submitted

Import and Export archiving rules

Ability to import and export archiving rules to be able to restore them if/when we need to restore the cluster. Also useful when replicating prod clusters to our stage environment
Guest over 4 years ago in Data Federation 0 Submitted

Add last modified timestamp to Data Federation Provenance for S3

It would be great to have the last modified timestamp of a file in S3 returned with the provenance functionality in Atlas Data Federation.
Guest almost 3 years ago in Data Federation 0 Submitted

Add SHA2, SHA3 and ECDSA functions to agg framework

It is very useful (and valuable security-wise) to be able to reverify hashes and signatures "on-engine" instead of dragging material out to a client app and running the algo there. The implementations are straightforward and everywhere now so it's...
Guest about 3 years ago in Querying & Aggregations 0 Submitted