❮ TOC
❯
NoSQL
- RDBMS - SQL
- Problems with RDBMS in development
- Problems with RDBMS in production
- Scaling vertically
- Scaling horizontally
- CAP Theorem of distributed data storage
- ACID
- RDBMS - data is normalized
- NoSQL common characteristics
- CRUD
- Features
- Limitations
- NoSQL Data Models
- Document Store
- MongoDB CLI - insert
- MongoDB CLI - find
- MongoDB CLI - update $inc
- MongoDB CLI - update $push
- Key-value store
- Redis CLI
- Wide Column Store families
- Hadoop commands
- Cassandra
- Graph
- When to use NoSQL
- When not to use NoSQL