Introduction to NoSQL
Jake Roach
Data Engineer

Definition: NoSQL data stores that persist data in a network of nodes and edges. In graph databases, each node represents an entity, and each edge represents a relationship between those entities.
$$

Graph databases are commonly used for:


Introduction to NoSQL