-
What is a graph?
*Is an abstract data type that models data that contains objects (called nodes or vertices) and reflects the relationship between those objects (lines or edges) * -
What is an edge?
Is the line connecting each node, it describes relationships between the objects contained in the database. -
What is a vertex?
- Is the node, and includes all the data contained within*
-
Why would we want to use a graph database instead of a normal SQL database?
Graph DB has the ability to capture complex relationships in vast webs of information between the nodes