What are the basic steps involved to move to an existing RDBMS in SQL to Neo4j? Are there any tools available? Has anyone done it recently to share their experience?
Using Apoc you can do it.
please find below link, i would be helpful for you
https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_overview_database_integration
You might also want to check out the ETL tool, which you can use from Neo4j Desktop
Rule of Thumb is:
- Facts => Nodes / Entities
- FK => Relationships
I have made one usecase - Pollution DB ER diagram for Migrating RDBMS to neo4J http://www.tundriyal.com/post/tech/moving-pollution-data-rdbms-neo4j
Anybody has any further suggestion please do advise.