Different methods for inserting data into the Cosmos DB NoSQL API using Python

In this blogpost, I will explain the different methods to insert data into the Azure Cosmos DB NoSQL API using Python code. Azure Cosmos DB is a global distributed database created by Microsoft which supports multi-model databases like Gremlin, Cassandra, Table, PostgreSQL and Mongo DB hosted on Azure Cloud. To insert data into Azure Cosmos … Read more

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

Hello world!

Wherever we go, the Hello world! follows us. The most basic print statement that we use in any programming languages to test the code. Below are few programming code samples of Hello world! Python C language C++ Java Javascript Please check out other articles at my blog Cloud Nerchuko. Know more about myself by visiting … Read more