A graph database stores data as nodes and relationships, with key/value style properties
on both. Relationships connect two different nodes to each other, and
are typed and directed. Relationships can be traversed in both
directions (the direction can also be ignored when traversing if you
like). You can create any relationship types; they are identified by
their name. Neo4j |