Data migration from Neo4j to MongoDB

I have data in Neo4j which I want to move to MongoDB, is there a good solution to this ?

Hi @Vijay_jindal and welcome to the forum!

Generally before migrating data into MongoDB, instead of just directly copying data you should also consider the schema design to better serve the application usage. See also:

Once you have a data model in mind, you can either write an application using one of the supported Neo4J drivers to read the data, and utilise one of the supported MongoDB drivers to write the data into.

Regards,
Wan.

2 Likes

Hi @wan,

Thank you for answering. I am currently using python MongoDB driver to perform the migration. Yes, I am looking into the data model.

Thank you,
Vijay Jindal.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.