Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ept/ddia-references

Literature references for “Designing Data-Intensive Applications”
https://github.com/ept/ddia-references

Last synced: 21 days ago
JSON representation

Literature references for “Designing Data-Intensive Applications”

Lists

README

        

Designing Data-Intensive Applications
=====================================

Literature References
---------------------

This repository accompanies the book [Designing Data-Intensive Applications](http://dataintensive.net/)
by [Martin Kleppmann](http://martin.kleppmann.com/), published by
[O'Reilly Media](http://shop.oreilly.com/product/0636920032175.do).

The book contains a large number of references to further reading material for anyone who wants to
go into more depth, ranging from books and research papers to blog posts, bug reports and tweets.
Many of the references are freely available online.

The purpose of this repository is to maintain up-to-date links to the full text of online resources,
where available. If you are reading the print edition, you may find it quicker than using a search
engine to find the material. If you are reading an ebook edition, we have included links directly in
the ebook, but unfortunately links tend to break frequently due to the nature of the web.

If you find a broken link or any error in the references, please submit a pull request to fix it.
For academic papers, you can search for the title in [Google Scholar](https://scholar.google.co.uk/)
to find open-access PDF files.

Chapters
--------

1. [References for Chapter 1](https://github.com/ept/ddia-references/blob/master/chapter-01-refs.md)
2. [References for Chapter 2](https://github.com/ept/ddia-references/blob/master/chapter-02-refs.md)
3. [References for Chapter 3](https://github.com/ept/ddia-references/blob/master/chapter-03-refs.md)
4. [References for Chapter 4](https://github.com/ept/ddia-references/blob/master/chapter-04-refs.md)
5. [References for Chapter 5](https://github.com/ept/ddia-references/blob/master/chapter-05-refs.md)
6. [References for Chapter 6](https://github.com/ept/ddia-references/blob/master/chapter-06-refs.md)
7. [References for Chapter 7](https://github.com/ept/ddia-references/blob/master/chapter-07-refs.md)
8. [References for Chapter 8](https://github.com/ept/ddia-references/blob/master/chapter-08-refs.md)
9. [References for Chapter 9](https://github.com/ept/ddia-references/blob/master/chapter-09-refs.md)
10. [References for Chapter 10](https://github.com/ept/ddia-references/blob/master/chapter-10-refs.md)
11. [References for Chapter 11](https://github.com/ept/ddia-references/blob/master/chapter-11-refs.md)
12. [References for Chapter 12](https://github.com/ept/ddia-references/blob/master/chapter-12-refs.md)

Maps
----

As an additional special touch, the book has a graphical table of contents for each chapter,
[drawn in the style of a geographic map](https://www.oreilly.com/ideas/drawing-a-map-of-distributed-data-systems).
Each chapter is represented by an island in the sea of distributed data. We have also assembled
the archipelago into a poster which you can download here:

* [Poster of maps in PDF format](https://github.com/ept/ddia-references/blob/master/ddia-poster.pdf)
* [Poster of maps in JPEG format](https://github.com/ept/ddia-references/blob/master/ddia-poster.jpg)

License
-------

Copyright (c) 2017 [Martin Kleppmann](http://martin.kleppmann.com/).

Creative Commons License

You may freely use the material in this repository under a
Creative Commons
Attribution-NonCommercial 4.0 International License
(CC BY-NC 4.0).

Thank you to
[Shabbir Diwan](http://shabbirdiwan.com/),
[Edie Freedman](http://www.ediefreedman.com/),
[Ron Bilodeau](http://www.oreilly.com/pub/au/3771), and
[Marie Beaugureau](https://twitter.com/cmariebeau)
for designing the maps, and to [O'Reilly Media](https://www.oreilly.com/) for supporting the project.