CINXE.COM
Designing Data-Intensive Applications (DDIA) — an O’Reilly book by Martin Kleppmann (The Wild Boar Book)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="favicon.ico"> <title>Designing Data-Intensive Applications (DDIA) — an O’Reilly book by Martin Kleppmann (The Wild Boar Book)</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="style.css"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <nav class="navbar navbar-default navbar-static-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="https://dataintensive.net/">Designing Data-Intensive Applications</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li class="active"><a href="/">About</a></li> <li><a href="buy.html">Where to Buy</a></li> <li><a href="translations.html">Translations</a></li> <li><a href="https://dataintensive.net/poster.html">The Poster</a></li> </ul> </div> </div> </nav> <div class="container"> <div class="row intro"> <div class="col-sm-5"> <img src="images/book-cover.png" class="img-responsive" alt="Book cover of Designing Data-Intensive Applications"> </div> <div class="col-sm-7"> <h1>Don’t just hack it together</h1> <p class="lead">NoSQL… Big Data… Scalability… CAP Theorem… Eventual Consistency… Sharding…</p> <p class="lead">Nice buzzwords, but how does the stuff actually <em>work</em>?</p> <p>As software engineers, we need to build applications that are reliable, scalable and maintainable in the long run. We need to understand the range of available tools and their trade-offs. For that, we have to <mark>dig deeper than buzzwords</mark>.</p> <p>This book will help you navigate the diverse and fast-changing landscape of technologies for storing and processing data. We <mark>compare a broad variety of tools and approaches</mark>, so that you can see the strengths and weaknesses of each, and decide what’s best for your application.</p> <p style="margin-top: 2em"> <a class="btn btn-primary" href="buy.html" role="button">Get the book »</a> </p> </div> </div> <div class="separator"> <h2>How this book is different</h2> </div> <div class="row principles"> <div class="col-sm-4"> <p class="center-icon"><img src="images/directions.png" class="img-responsive"></p> <h3>Compare several designs</h3> <p>This book compares the <mark>fundamental ideas</mark> behind a broad variety of systems. It doesn’t go into the details of how to configure and use one particular tool. But it does explain the trade-offs and fundamental limitations that systems face, so that you can <mark>make informed decisions</mark>.</p> </div> <div class="col-sm-4"> <p class="center-icon"><img src="images/books.png" class="img-responsive"></p> <h3>Both theory and practice</h3> <p>We discuss many good ideas from academic research, but we always tie them back to reality. Just because it looks good on a whiteboard doesn’t mean it actually works in practice. We care about ideas that have been <mark>proven under intensive workloads</mark>, at big companies and at startups.</p> </div> <div class="col-sm-4"> <p class="center-icon"><img src="images/gears.png" class="img-responsive"></p> <h3>Deeper understanding</h3> <p>We go under the hood of the systems you already use, teasing apart how they work internally. The aim is to help you <mark>think about data systems</mark> in new ways — not just how they work, but <mark>why they were designed that way</mark>. Your own software will be better as a result.</p> </div> </div> <div class="testimonials"> <h2>What people are saying</h2> <div class="row"> <div class="col-xs-2"> <img src="images/kevinscott.jpg" class="img-responsive img-rounded" alt="Kevin Scott"> </div> <div class="col-xs-10"> <blockquote> <p>This book should be required reading for software engineers. The explosion of data and its increased importance to the applications we build has created a new set of complex challenges. Designing Data-Intensive Applications is a rare resource that bridges theory and practice to help developers make smart decisions as they design and implement data infrastructure and systems.</p> <footer><a href="https://www.linkedin.com/in/jkevinscott">Kevin Scott</a>, Chief Technology Officer at <a href="https://www.microsoft.com/">Microsoft</a></footer> </blockquote> </div> </div> <div class="row"> <div class="col-xs-2"> <img src="images/jaanadogan.jpg" class="img-responsive img-rounded" alt="Jaana Dogan"> </div> <div class="col-xs-10"> <blockquote> <p>Designing Data-Intensive Applications is one of the greatest reference books. When I was working on databases at Google I regularly recommended it to coworkers who needed more background on particular distributed systems topics. It will keep being a go-to book as long as I work in this field.</p> <footer><a href="https://twitter.com/rakyll">Jaana Dogan</a>, Principal Engineer at <a href="https://aws.amazon.com/">Amazon Web Services</a></footer> </blockquote> </div> </div> <div class="row"> <div class="col-xs-2"> <img src="images/jaykreps.jpg" class="img-responsive img-rounded" alt="Jay Kreps"> </div> <div class="col-xs-10"> <blockquote> <p>This book is awesome. It bridges the huge gap between distributed systems theory and practical engineering. I wish it had existed a decade ago, so I could have read it then and saved myself all the mistakes along the way.</p> <footer><a href="https://twitter.com/jaykreps">Jay Kreps</a>, creator of <a href="http://kafka.apache.org/">Apache Kafka</a> and CEO at <a href="https://www.confluent.io/">Confluent</a></footer> </blockquote> </div> </div> <div class="row"> <div class="col-xs-2"> <img src="images/veenabasavaraj.jpg" class="img-responsive img-rounded" alt="Veena Basavaraj"> </div> <div class="col-xs-10"> <blockquote> <p>The essence of building reliable and scalable distributed data systems and efficiently using them to solve real world problems is in mastering the tradeoffs associated with the design choices. Designing Data Intensive applications explores them like none other and provides a unbiased view of how distributed systems have made these choices over time.</p> <footer><a href="https://www.linkedin.com/in/veenabraj/">Veena Basavaraj</a>, Director of Engineering at <a href="https://www.wework.com/">WeWork</a></footer> </blockquote> </div> </div> <div class="row"> <div class="col-xs-2"> <img src="images/davidbeyer.jpg" class="img-responsive img-rounded" alt="Kevin Scott"> </div> <div class="col-xs-10"> <blockquote> <p>A joy to read! This is one of the best technical books I've read. It offers very helpful context, historical and current, to understanding the key issues in the text.</p> <footer><a href="https://www.linkedin.com/in/davidabeyer">David Beyer</a>, Investor at <a href="http://www.amplifypartners.com/">Amplify Partners</a></footer> </blockquote> </div> </div> </div> <div class="row"> <div class="col-sm-4"> <h3>Now available</h3> <p><em>Designing Data-Intensive Applications</em> (DDIA) is available in print and ebook formats from your <a href="buy.html">favorite bookstore</a>.</p> <p>See the <a href="https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/">table of contents</a> for more details on the topics covered.</p> <p style="margin-top: 2em"> <a class="btn btn-primary" href="buy.html" role="button">Get the book »</a> </p> <h3>Stay in touch</h3> <p>Sign up for <a href="https://martinkl.substack.com/">email updates on Martin Kleppmann's blog</a> to receive very occasional news about the book.</p> </div> <div class="col-sm-4"> <p class="center-icon"><img src="images/martinkleppmann.jpg" class="img-responsive img-rounded" alt="Martin Kleppmann"></p> <h3>About the author</h3> <p><a href="https://martin.kleppmann.com/">Martin Kleppmann</a> is an Associate Professor at the <a href="https://www.cst.cam.ac.uk/">University of Cambridge</a>. Previously he was a software engineer and entrepreneur at Internet companies including <a href="https://www.linkedin.com/">LinkedIn</a> and <a href="https://www.crunchbase.com/organization/rapportive">Rapportive</a>, where he worked on large-scale data infrastructure. In the process he learned a few things the hard way, and he hopes this book will save you from repeating the same mistakes.</p> <p>Martin is a regular conference speaker, blogger, and open source contributor. He believes that profound technical ideas should be accessible to everyone, and that deeper understanding will help us develop better software.</p> <p>You can find him as <a href="https://bsky.app/profile/martin.kleppmann.com">on Bluesky</a>, and his blog is at <a href="http://martin.kleppmann.com/">martin.kleppmann.com</a>.</p> </div> </div> </div> <!-- /container --> <footer> <div class="container"> <p>© 2014-2019 Martin Kleppmann</p> </div> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> </body> </html>