Domain Modeling Gallery

From NeoWiki

Jump to: navigation, search

This page contains simplified examples of how different domains can be modeled using neo4j. The aim is not to give full examples, but to suggest possible ways to think using the node-relationship pattern.

To fully understand the examples it's recommended to get some basic knowledge on the neo4j API first. (LINKS TO COME)

Basic graph database modeling
Example Description Preview
The Matrix A simple social network of well-known characters. Image:Matrix-thumb.png
Roles Roles like administrators, users etc., with a twist. Comparison with SQL. Image:Roles-thumb.png
Assembly Assembling a vehicle from its parts. Using high-performance recursion. Image:Assembly-thumb.png
Warehouse How to partition a node space by using relationship types. Extension of the Assembly example. Image:Warehouse-thumb.png
Modeling entity objects
Example Description Preview
(not yet)
Framework modeling use cases
Example Description Preview
(not yet)
Personal tools