NoSQL

  1. RDBMS - SQL
  2. Problems with RDBMS in development
  3. Problems with RDBMS in production
  4. Scaling vertically
  5. Scaling horizontally
  6. CAP Theorem of distributed data storage
  7. ACID
  8. RDBMS - data is normalized
  9. NoSQL common characteristics
  10. CRUD
  11. Features
  12. Limitations
  13. NoSQL Data Models
  14. Document Store
  15. MongoDB CLI - insert
  16. MongoDB CLI - find
  17. MongoDB CLI - update $inc
  18. MongoDB CLI - update $push
  19. Key-value store
  20. Redis CLI
  21. Wide Column Store families
  22. Hadoop commands
  23. Cassandra
  24. Graph
  25. When to use NoSQL
  26. When not to use NoSQL