Please can you help me
I am working on a project to migrate data from Dynamo DB to Mongo atlas (which already contains tables), in order to insert the data into the existing tables in mongo and to create the non-existing tables.
I have not found an etl that allows me to link the 2 DBs.
So I decided to create an S3 bucket in which I will store my data from Dynamo DB.
To this end, my project is now to migrate the data from S3 to Mongo atlas.
I opted for Aws Data Federation, I could connect S3 to Mongo atlas.
For the moment I can’t write the tigers that will retrieve the data.
On Google I could only find documentation that deals with the migration from mongo atlas to S3 and not in the opposite direction (as in my case).