Resource > Martin Kleppmann

Designing Data-Intensive Applications

Explains how to design systems that evolve through events, state, and asynchronous coordination rather than linear transactions. Makes time, sequence, and accumulation explicit as the basis of system behavior.

Neural tree

A foundational work on how modern systems handle data, state, and coordination across time.

This book explains the mechanics behind distributed systems—how events are recorded, how state is derived and stored, and how systems maintain coherence despite operating asynchronously and across boundaries. It introduces core concepts such as logs, streams, replication, and consistency, showing how they shape system behavior over time.

Rather than presenting systems as static structures or linear flows, it reveals them as evolving processes—where meaning is built through sequences of events and the accumulation of state.

Why this belongs here

This book makes time, state, and sequence explicit as the foundation of system design.

It shifts thinking away from:

  • request/response interactions
  • stateless processing
  • linear pipelines

…toward:

  • event streams as the source of truth
  • state as something accumulated and reconstructed over time
  • systems coordinated through asynchronous relationships

It provides the conceptual and technical grounding for designing systems that:

  • remember what has happened
  • respond to patterns, not just inputs
  • evolve through interaction rather than execute isolated transactions

It explains how to build systems that behave over time—not just operate in the moment.


Researcher and author focused on how data, state, and coordination shape the behavior of distributed systems.

Martin Kleppmann
Martin Kleppmann

Related Resources

Get Involved in the Knowledge Experience

Use the input form to share your feedback on this page.
Or join the community. Discuss your experiences, share knowledge, learn more, together.

Knowledge Flow by Diana Montalion

A learning journey through the fireswamp of modern knowledge work — where how you learn matters more than what you know.

© 2026 Mentrix Group | All systems rearchitected

Learn

Explore

Connect