Database Fundamentals

Databases Introduction - System Design Fundamentals

Introduction to databases for system design covering data storage, retrieval, relational databases, NoSQL, and choosing the right database for your application.

December 10, 2022 · 8 min · 1689 words · Vijay Krishnavanshi
NoSQL Databases

Databases - NoSQL Fundamentals

Complete guide to NoSQL databases including document stores, key-value stores, column-family databases, and graph databases for unstructured data.

December 11, 2022 · 6 min · 1236 words · Vijay Krishnavanshi
Key-Value Store Design

Design a Distributed Key-Value Store

Complete key-value store design covering requirements, API design, consistent hashing, data partitioning, replication strategies, failure handling, and scaling.

December 21, 2024 · 4 min · 655 words · Vijay Krishnavanshi