Why should I convert DynamoDB JSON to Standard JSON format in Azure Cosmos DB?

Basically, this question arises in your little brain when you are curious to understand the differences between the two NoSQL databases out there in Azure and AWS or you are migrating from AWS Dynamo DB to Azure Cosmos DB NoSQL API or vice versa. I will simplify this question in this blogpost. AWS built the … Read more

What are the pre-requisites for Dynamo DB to Cosmos DB NoSQL API Migration?

In this blogpost, let’s discuss the pre-requisites needed for the Dynamo DB to Cosmo DB NoSQL API offline migration. AWS requirements: Dynamo DB table: In AWS, we need a Dynamo DB table and a few records in it. Please create a new Dynamo DB table if you don’t have one at AWS Console. Watch the … Read more

Offline Migration of AWS DynamoDB to Azure Cosmos DB NOSQL API

In this blog post, I will explain how you can migrate your AWS Dynamo DB to Azure Cosmos DB No SQL API in offline. The solution leverages GitLab CI/CD pipeline from downloading Dynamo DB data from S3 bucket to uploading JSON data into Azure Cosmos DB NoSQL API container. Now, we know that both Cosmos … Read more