Can you migrate your data from sql server to Gremlin API cosmos DB

nithish reddy minupuri 126 Reputation points
2021-08-31T19:33:45.557+00:00

I need to migrate my relational data in SQL Server to Azure Cosmos DB . Do i have any tool for it ?

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

Accepted answer
  1. Oury Ba-MSFT 16,081 Reputation points Microsoft Employee
    2021-08-31T20:25:39.137+00:00

    Hi @nithish reddy minupuri Azure Cosmos DB migration strategies currently differ based on the API choice and the size of the data.
    Graph bulk executor library
    Gremlin Spark

    You could use these to ingest data but you're going to have to refactor the data model to move from relational database tables to a graph
    they would work with any source but you wouldn't be able to keep the data model as-is since you're moving to a graph

    The Data Migration tool isn't a supported import tool for Gremlin API accounts at this time. Learn about migration options for importing data into Gremlin API

    Regards,
    Oury


0 additional answers

Sort by: Most helpful