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

https://github.com/avidlearnerinprogress/designing-data-intensive-applications-notes

Notes on book designing data-intensive applications (ongoing)
https://github.com/avidlearnerinprogress/designing-data-intensive-applications-notes

Last synced: 14 days ago
JSON representation

Notes on book designing data-intensive applications (ongoing)

Awesome Lists containing this project

README

          

# Designing data-intensive applications notes

1. [Reliable, Scalable and Maintainable Applications](./notes/Chapter1/Chapter1.md)

2. [Data Models and Query Languages](./notes/Chapter2/Chapter2.md)

3. [Storage and retrieval](./notes/Chapter3/Chapter3.md)

4. [Encoding and Evolution](./notes/Chapter4/Chapter4.md)

5. [Replication](./notes/Chapter5/Chapter5.md)

6. [Partitioning](./notes/Chapter6/Chapter6.md)