AWS Glue Visual ETL for Your Data in MongoDB Atlas
This post highlights the benefits of using AWS Glue for your data in MongoDB Atlas for data transformation and integration with other AWS services.
Authors: Venkatesh Shanbhag, Igor Alekseev
This post highlights the benefits of using AWS Glue for your data in MongoDB Atlas for data transformation and integration with other AWS services.
Authors: Venkatesh Shanbhag, Igor Alekseev
Nice article but, how can I implement a Job that needs to analice the new data every day according to the updated_at field, must I have to work with all the data in the MongoDB collection every time? Is there a way to filter the query data before it is managed in the Glue job so I can reduce data transfer and processing cost and also resource usage? Thanks