Questions tagged [atlas-data-lake]
5 questions
1
vote
0 answers
How to create and maintain mongodb atlas datalake programmatically?
I want to create and maintain mongodb atlas datalake programmatically but seems there is no option available. I could find out one API which can be used to create/update/delete data lake but that it only allows to set some options. Here is the link…

Ashish Modi
- 7,529
- 2
- 20
- 35
1
vote
1 answer
Estimating query impact in MongoDB Atlas Data Lake
Is there a way to estimate cost/amount of data read by the query without actually running it?
Similar to Google's Big Query --dry_run flag

Anton
- 3,587
- 2
- 12
- 27
0
votes
0 answers
Internal error when trying to automate continuous data copying from mongo to s3
I am trying to automate continuous data copying from my data base to an s3 bucket following the tutorial "How to Automate Continuous Data Copying from MongoDB to S3".
I created a federated data base called "FederatedAnalyticsInstance" using…

mstolet
- 11
- 2
0
votes
0 answers
Error starting archive: Could not resolve type for sub-document partition key
On creation of Online archive, it throws an error
My example Document
{
"_id": {
"$oid": "6098db2eea9ab45266fa48d1"
},
"aPlayers": [
{
"_id": {
"$oid": "606459f1cfc33a6ff919cae7"
},
"sName": "chrome_c....."
…

Yadav Chetan
- 1,874
- 2
- 23
- 43
0
votes
1 answer
MongoDB Atlas Data Lake - mounting CSV files
I'm trying to mount a set of CSV or rather TSV files in the S3 bucket. Data lake configuration seems to go ok, but any query fails with an internal error occurred.
> use s3-logs
switched to db s3-logs
> show collections
bucket1
>…

Anton
- 3,587
- 2
- 12
- 27