Migrating SQL Server graphs to Neo4j

Even if I prefer using SSIS for data transfer operations, Neo4j doesn’t have any official or stable (free) SSIS component. While searching, I found a third-party component that is [still in the beta version].

Another approach for migrating SQL Server graphs to Neo4j is to export data into flat files and then [import them into Neo4j].

The third approach is to develop a small application using C## to migrate Nodes and Edges created in SQL Server to a Neo4j database. This approach is explained in detail in this section.

#graph database #database #neo4j #neo4j database

Migrating SQL Server graph databases to Neo4j
1.45 GEEK