MODULE 3
MODULE 3
✓ Key-value stores
✓ Column family stores
✓ Document stores
✓ Graph databases
• ✓ Key-value stores:
• (For example, individual web pages are nodes, and the edges
connecting them are links from one page to another.)
• ✓ Soft State:
The values stored in the system may
change because of the eventual consistency
model, as described in the next bullet.
• ✓ Eventually Consistent:
As data is added to the system, the system’s
state is gradually replicated across all nodes.