Migrating data from Neo4j to SQL server.

285 views
Skip to first unread message

Anshuman Mathur

unread,
Nov 24, 2014, 11:17:28 PM11/24/14
to ne...@googlegroups.com
Hi,

We have some data in our Neo4j database which we need to migrate to SQL server.

Can someone please guide me regarding how the data can be exported from Neo4j server and imported to SQL server? Is there any tool that can help me in the migration of data?


Thanks,

Anshuman

Andrii Stesin

unread,
Nov 25, 2014, 4:33:16 AM11/25/14
to ne...@googlegroups.com
So, you got source data model (graph in your case) and target data model (SQL in your case) btw usually people do vice versa - they convert tabular data into graph in order to achieve advantages which graph model provide you with

First of all, you need to document both models for yourself. Than you need to design a mapping between the two.

Than you can use i.e. Talend open source data integration solution to implement your mapping in reality.

Other option is just export your source data with some scripts into .csv files which reflect target data model and import them into target DBMS with it's corresponding tools then.

WBR,
Andrii
Reply all
Reply to author
Forward
0 new messages