Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-26-2022 04:15 AM
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
01-30-2023 08:43 AM
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.
All the sessions of the conference are now available online