Data Federation and Data Lake
57 results found
-
Add eu-west-3 as a option for AWS private endpoint
Currently Data Lake doesn't support France/Paris eu-west-3 to set up a private endpoint. It would be great to support eu-west-3 as well.
17 votes -
Support Azure Data Federation private endpoint
Now you have supported Azure blobs for data federation it will be great to have a private endpoint connection to the storage account
3 votes -
Support scoped permissions to online archive
Currently it is not possible to add a Mongo user with "scoped" permission to an online archive instance. This should be supported for tighter access control.
Details here: https://support.mongodb.com/case/01376416
1 vote -
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. Currently, $out uses extended json v2, which may not be compatible for systems reading from the destination S3 bucket, which require simplified JSON (which aligns with other tools like kafka source connector). Technically, it is possible to make this conversion yourself with clever use of the $toString aggregation pipeline operator in stages preceding $out. However there are several challenges:…
6 votes -
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., sqlGenerateSchame) whenever a new document is added to the database.
5 votes -
Write "_SUCCESS" File when finish data exporting
We use MongoDB to store time-series data, and export the data via Data Federation incrementally on daily basis onto s3 as Parquet. The data is relative big, and duration to export data varies from day to day. It’s hard for downstream services to know when data exporting completes. Sometimes, the downstream service start reading the parquets while MongoDB is writing, which causes partial extraction. Normally, a big data job would create a flag file, such as _SUCCESS, to indicate that the job has finished writing the dataset. This file serves as a marker, indicating that all tasks associated with the…
1 vote -
Allow a single timestamp field to be split by Year Month Day and Hour for folders instead of just one field like Year in filepath for Azure
I checked internally, and it has been confirmed that an attribute can only appear once in a template. If Atlas Data Federation (ADF) has a template like the one you are using, it wouldn't know what value to assign to StatusDatetime because it's being assigned multiple values. Unfortunately, ADF doesn't support defining a single field value across multiple segments of the path. Instead, each of those segments should be different attributes.
{
"path": "/HistoryCollection/{StatusDatetime isodate:Year}/StatusDatetime isodate:Month}/StatusDatetime isodate:Day}/StatusDatetime isodate:Hour}/{RecordSource string}/{Status string}/*",
"storeName": "sampledatabase"
}We would like to have the store we are creating as an archive be queried by StatusDatetime…
1 vote -
1 vote
-
1 vote
-
sqlGetSchema Sampling
There is currently no way to know what a current sampling size is on a collection. I would recommend adding this to the sqlGetSchema output.
3 votes -
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/
7 votes -
Modify SQL Query Schema
Add a gui front end to sqlSetSchema. I would be good for customers to return a schema, then have the ability to 'surgically' add fields. This would reduce reliance on large sample sizes. With BI Connector in Atlas, sometimes we have to wait hours for the sqlDaemon to restart, resulting in long downtime.
2 votes -
Support to export backups to Azure Blob Storage in Atlas
I would like the capability to export my cloud snapshots to Azure blob storage.
7 votes -
AWS IAM AuthN for Atlas SQL
Support AWS IAM Authentication mechanism in JDBC and ODBC drivers (Atlas SQL)
1 vote -
Create a read/write Data Federation connection string
Some customers need a connection string both to the cluster and to Online Archive with the ability to write to the cluster only.
So far, the only option is to use more than a connection string in the application.
1 vote -
Implement a feature to track data download volume per DB user
In order to enhance data security and prevent unauthorized data exfiltration, our team proposes the implementation of a metric within MongoDB Atlas that allows administrators to monitor and measure the amount of data downloaded by each database user over a specified period. This feature would provide critical insights into user behavior, helping to identify unusual data access patterns or potential data breaches. By tracking network data usage at the user level, we can more effectively audit data access and transfer, ensuring that data is used appropriately and in compliance with organizational data governance policies. This granularity in monitoring would be…
1 vote -
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.
5 votes -
6 votes
-
Combine data lake snapshots into a single federated collection
A common use case for data analytics is to analyse how your data evolve over time.
For example, imagine you have an e-commerce database and your products have their price change every day. You may only store the price in your database but you'd like to make a chart that shows the evolution of your product prices over time (price y axis and time for x axis).It is possible today to make this happen with the combination of
Data Lake
andData Federation
, but the Storage Configuration JSON need to be manually updated like this:
…{ "databases": [
1 vote -
readPreference=Secondary for Federated Data Store
We're using Online Archives to ensure our cluster data size stays manageable, while at the same time enabling our data extraction process to have access to older date on an exception basis.
Not being able to set the read preference on our mongoexport connection string for our federated data source ( https://www.mongodb.com/docs/atlas/app-services/mongodb/read-preference/) is a significant issue for our use case.
12 votes
- Don't see your idea?