How to load data from one gremlin graph database to another gremlin graph database?

Siddartha Reddy Jammula 20 Reputation points
2024-06-11T01:53:23.7+00:00

I have 500K vertices and 1.2 million edges data loaded into one of the gremlin graph database. I need to move the same data from one graph to another gremlin graph database(it's either move the data or load the same data). What are the ways to achieve it?

Is there a quick process that I achieve this? Cuz I loaded the data using python and it took me to load almost 3 days to all the nodes and edges, so i don't want to take 3 days again...I just need know how we can load the same data from one graph to another graph.

Thank you.

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

1 answer

Sort by: Most helpful
  1. ShaktiSingh-MSFT 14,281 Reputation points Microsoft Employee
    2024-06-11T09:07:45.13+00:00

    Hi Siddartha Reddy Jammula •,

    Welcome to Microsoft Q&A forum.

    As I understand, you want to load data from one gremlin graph database to another gremlin graph database.

    You may refer to below helpful posts and documents:

    1). https://video2.skills-academy.com/en-us/azure/cosmos-db/gremlin/bulk-executor-dotnet

    2). https://github.com/microsoft/CosmicClone

    3). https://video2.skills-academy.com/en-gb/answers/questions/1608919/cloning-an-azure-cosmos-db-collection-with-gremlin

    Let us know above helps.

    If not, we will continue to engage on your question.

    Thanks

    0 comments No comments