cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Migration of data from Neo4j to mysql- Guideline required

I have to migrate our system from neo4j to mysql. Could some one please guide about practices/strategies for data migration? Detailed steps would be highly appreciated as we are with very limited knowledge of neo4j. Thanks

1 REPLY 1

We did this at Verizon Smart Communities, migrating our Neo4J customer/vendor database to AWS Aurora MySQL.  Neo4J is very good at representing parent/child/leaf relationships, but we did the same by creating a table with node data, and a reference to a parent ID, including indexes on both the row ID and the parent ID.  This did require code changes, and some complex queries, but once developers understood that it's easy to represent graph data in a relational database, the changes were made, query performance improved dramatically and the system has been outstandingly reliable at scale.

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online