Migrate data from Cassandra database to Azure Cosmos db(Cassandra API)

Sharma, Pushkal-XT 1 Reputation point
2021-02-19T15:07:59.16+00:00

Around 100gb(might be more) need to be migrated to Cosmos db(Cassandra API). Checked the document sstalbleloader is not supported by Comos DB.
can someone please suggest the possible ways to migrate data from Cassandra to Cosmso DB?

Azure Database Migration service
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,449 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-02-21T17:29:45.29+00:00

    @Sharma, Pushkal-XT Welcome to Microsoft Q&A Forums and thank you for your interest in Azure Cosmos DB.

    You can migrate Apache Cassandra data into Azure Cosmos DB via the Cassandra API.
    The process involves moving the data by using

    • The cqlsh COPY command
    • Spark

    We have a published a detailed migration guide here
    Please follow the documentation and let us know if you face any issues.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.

    0 comments No comments