# Graph
A graph is a mathematical object definited by the following:
- A set of vertices or nodes (the dots)
- A set of edges (the connections between these dots).
# Graph Database
In a graph database, data is saved into nodes, which can be connected through edges to model relationships between them.
# Neo4J
[[Neo4j]] is a labeled-property graph.