Azure Cosmos Graph DB import .csv file

Ahmet Darci 5 Reputation points
2023-07-11T11:28:58.7966667+00:00

I want to import 2 files into Azure Cosmos Graph DB. One is vertex.csv and other edges.csv. What is the fastest and proper way to do that?

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

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
    2023-07-12T19:30:09.7933333+00:00

    Hi, @Ahmet Darci Welcome to Microsoft Q&A thanks for posting your question.

    I understand that you want to import two CSV files, vertex.csv and edges.csv, into Azure Cosmos Graph DB

    You can use BulkExecutor specifically written for Gremlin API, refer https://learn.microsoft.com/en-us/azure/cosmos-db/gremlin/bulk-executor-dotnet

    It is available in .Net and Java as well

    Regards

    Geetha