designing-data-intensive-applications · git:20260909.802595f · 2026-09-09 · sha256 7d456399437f9840
designing-data-intensive-applications git:20260909.802595fA
Immutable. This exact content is served forever at /api/v1/blob/7d456399437f9840.
--- name: designing-data-intensive-applications description: Apply Martin Kleppmann-inspired data-system rules when designing reliability, scalability, consistency, replication, transactions, streams, or schema evolution. license: MIT --- # Designing Data-Intensive Applications Skill Use this skill when a task involves data ownership, consistency semantics, event flows, replication, partitioning, transactions, streams, batch processing, fault tolerance, or schema evolution. Before making design or code decisions, read and apply [designing-data-intensive-applications.mini.md](designing-data-intensive-applications.mini.md). Use [designing-data-intensive-applications.md](designing-data-intensive-applications.md) only as a deeper reference when the mini rules are not enough for the current data-system tradeoff.