In the research that I am working on, I need to migrate a graph database to sql (RDBMS), I am using neo4j as a tool, migrating from neo4j to SQL ? any use case or reference ? appreciate your inputs.
Thanks in advance
Bala S
In the research that I am working on, I need to migrate a graph database to sql (RDBMS), I am using neo4j as a tool, migrating from neo4j to SQL ? any use case or reference ? appreciate your inputs.
Thanks in advance
Bala S
I would likely use Cypher and APOC export procedures to export the graph data to multiple CSV files, and then load those to an RDBMS using SQL.
Documentation on those export APOC procedures: Export - APOC Extended Documentation
Hope this helps!
Cheers,
Jennifer
Many thanks Jennifer, this is useful information
Bala S