7.1 · Video Lesson

Specific Relationships

Neo4j as a native graph database is implemented to Full definition for traversal (opens in a new tab)Following relationships from one node to the next to reach other parts of a graph. Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. quickly. In some cases, it is more performant to query the graph based upon relationship types, rather than Full definition for property (opens in a new tab)A named value stored on a node or a relationship. in the Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties..

Let's look at a new use case: