Table of Contents Felienne is an Assistant Professor in the Software Engineering Research Group at Delft University of Technology. 1 Introduction Neo4J is a graph database, a database aimed at storing and querying graphs rather than tables. Many things in modern life are ‘graphy’: social network data is a well-known example, where the emphasis lies more on who is connected with who and what than on the data itself, like your name and address. I recently migrated my spreadsheet analysis tool from SQL Server to Neo4J. It was 1) healthy for my brain to work with a new type of database, 2) fun, and 3) queries turned out to be a lot more intuitive and efficient. In this post I will explain what that entailed …

Visit source:

Introduction to Graph Databases – Step by Step Guide