Migrating SQL Server graph databases to Neo4j

By SQL Shack - articles about database auditing, server performance, data recovery, and more - 2021-03-09

Description

This article will describe a step-by-step guide for migrating SQL Server graph databases to Neo4j using C#.

Summary

  • This article provides a step-by-step guide for migrating SQL Server graph databases to Neo4j using C#.
  • This approach is explained in detail in this section.
  • I will define two functions GetNodes() and GetEdges() to read nodes and edges from the SQL Server dabatase.
  • Also, he published several article series about Biml, SSIS features, Search engines, Hadoop, and many other technologies.

 

Topics

  1. Database (0.39)
  2. Backend (0.2)
  3. Security (0.12)

Similar Articles

Python and MySQL Database: A Practical Introduction

By realpython - 2021-01-22

In this tutorial, you'll learn how to connect your Python application with a MySQL database. You'll design a movie rating system and perform some common queries on it. You'll also see best practices a ...