Neo4j Database – Part 06 – Creating Our Data Model

In the last blog I discussed the various types of data loading options Neo4j offers. In this blog I will take the Northwind database and convert it to a Neo4j graph database model. Contents Converting an RDBMS Model Data Types Converting Tables that do not participate in Joins Converting One to One/One to Many Joins … More Neo4j Database – Part 06 – Creating Our Data Model

Neo4j Database – Part 05 – Data Loading Options

In the last blog I described the Cypher object notation used by the query language. In this blog I will describe how to manually create nodes and relationships and then how to do this more efficiently by importing data. Contents Creating Nodes and Relationships by Hand Unique Constraints Merge Command Bulk Loading Data Options Creating … More Neo4j Database – Part 05 – Data Loading Options

Neo4j Database – Part 04 – Cypher Object Notation

In the last blog I described the objects that make up a Neo4j database. In this blog I will discuss how we create each database object. It would be impossible to learn Neo4j without learning the Cypher query language. At the time of writing the UI and the most popular client query libraries all rely … More Neo4j Database – Part 04 – Cypher Object Notation