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

Support for Superset and other Python DB-API / SQLAlchemy connections to SQL Atlas

Superset uses SQL Alchemy and/or Python DB-API drivers, not JDBC or ODBC drivers. Superset is the most popular, open-source Apache visualization tool. Others have made it work like this: https://preset.io/blog/building-database-connector/
Guest over 2 years ago in Data Federation 0 Submitted

Add Support for Private Endpoints on US East 2 (Ohio) for AWS

Since MongoDB Atlas Private Endpoint dont support cross region endpoints, I would like to have available the endpoints for Data Federation on the region where I operate.
Guest 12 months ago in Data Federation 0 Submitted

Support to export backups to Azure Blob Storage in Atlas

I would like the capability to export my cloud snapshots to Azure blob storage.
Guest over 2 years ago in Data Federation 0 Submitted

Simplified JSON support for $out to S3

The ability to $out to S3 from a federated database instance is a game-changer for those working with their own data warehouses and data lakes. One improvement that would make it better would be to support simplified JSON for json exports. Curre...
Guest about 2 years ago in Data Federation 1 Submitted

a GUI for setting SQL Query sampling size (like in bi connector Atlas console)

Provide the ability to set SQL Query sampling size (like in bi connector Atlas console). This would allow our business customers that use the Power BI/ Tableu to easily set and manage sampling without having to use cli command (i.e., sqlGenerateSc...
Guest about 2 years ago in Data Federation 1 Future Consideration

Connect Power BI to Atlas Data Lake

I'd like to create visualizations by connecting Power BI to Atlas Data Lake.
Guest almost 6 years ago in Data Federation 1 Future Consideration

Raise the limit of 16 MB JSON between aggregation stages

When doing analytics, the 16 MB JSON limit between aggregation stages restricts the ability to process large amount of data. allowDiskUse does not help with all the various $operators and stages that we use. See ticket 00774514 for details.
Guest about 4 years ago in Querying & Aggregations 0 Submitted

Handle Daylight Saving Time when $densify is used on a date field

When using "day" as "unit" for a $densify pipeline stage on a date field, the date is always advanced of 24 hours. This is however not always the expected result in timezones in which the year has one 23-hour and one 25-hour long day, because of D...
Guest over 3 years ago in Querying & Aggregations 1 Submitted

geoContain

Dear all, according to the attached image, I have some documents (in blue, with id from 1 to 5) having a geographic extent and a search area (in yellow). I need to find all documents where search area is completly inside the document's geometry. U...
Guest almost 5 years ago in Querying & Aggregations 0 Submitted

Allow descriptions for $expr sections in DB validation

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Our collection has some complex $expr rules for validating our collection. Unfortunately, $expr does not allow us to add a...
Habibullah Aslam 6 months ago in Data Modeling & Indexing / Querying & Aggregations 1 Will Not Implement