Node:A
Node:B
Relationship
User:BOB
User:Harry
Relationship:Follows
Node Attributes
Attributes
How long user been following
Age
Sex
User Info
Node Attributes
Age
Sex
Location
Property Graph
Resource Description framework
Hypergraphs
Graph Databases - RDMS
Graph Computing Engines - OLAP
Source: Graph Databases 2nd Ed
RDBMS Lack relationships
ID | Person |
---|---|
1 | John |
2 | Smith |
3 | Harry |
OrderID | PersonID | ProductID |
---|---|---|
100 | 1 | 10 |
200 | 2 | 20 |
PersonID | FriendID |
---|---|
1 | 2 |
2 | 3 |
ProductID | Name |
---|---|
10 | ... |
20 | ... |
Get friends of "John"
Get Friends of John Friends
Flexibility
Agility
Performance