Perfect varient of Azure CosmosDB in place of AWS Dynamo DB

Prudhvi Tavva 16 Reputation points
2023-09-15T00:40:49.4766667+00:00

We are migrating from aws to azure. As part of it, we are looking to move to azure cosmos DB in place of Dynamo DB but we found there six variants (noSQL, Table, Gremiln, Mango etc.,) in cosmos DB. Can you suggest which Cosmos DB variant is perfect replace of aws Dynamo DB.

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,911 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SSingh-MSFT 16,371 Reputation points Moderator
    2023-09-15T15:07:27.8033333+00:00

    Hi
    Prudhvi Tavva
    •,

    Welcome to Microsoft Q&A forum and thanks for using Azure Services.

    As I understood, you want to know which API of Azure Cosmos DB you should use.

    Please check the existing data model you have in DB which you need to migrate. Accordingly the target API could be selected.

    Azure Cosmos DB offers multiple database APIs, which include NoSQL, MongoDB, PostgreSQL Cassandra, Gremlin, and Table. By using these APIs, you can model real world data using documents, key-value, graph, and column-family data models. These APIs allow your applications to treat Azure Cosmos DB as if it were various other databases technologies, without the overhead of management, and scaling approaches. Azure Cosmos DB helps you to use the ecosystems, tools, and skills you already have for data modeling and querying with its various APIs.

    Refer to this article which can help in choosing the correct API:

    https://learn.microsoft.com/en-us/azure/cosmos-db/choose-api

    Let us know if further queries. Thanks

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.