...

/

Property Graph Model

Property Graph Model

Learn about the elements in the property graph model.

Distinguishing feature

The distinguishing feature of a property graph is that graph vertices and edges may be decorated with attributes (or properties). In Neo4j parlance, we talk about nodes (for vertices) and relationships (for edges).

We’ll discuss property graphs here from a Neo4j perspective.

Graph elements

The graph elements we’ll ...