feat: initial commit

This commit is contained in:
Barrett Ruth 2024-12-27 10:35:54 -06:00
commit a2e450ef09
2 changed files with 34 additions and 0 deletions

13
notes.md Normal file
View file

@ -0,0 +1,13 @@
# notes
## [profiling a warehouse-scale computer](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44271.pdf)
## [cassandra](https://www.cs.cornell.edu/projects/ladis2009/papers/lakshman-ladis2009.pdf)
## [bigtable](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
## [gfs](https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf)
## [mapreduce](https://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf)
## [spark](https://people.eecs.berkeley.edu/~matei/papers/2016/cacm_apache_spark.pdf)

21
readme.md Normal file
View file

@ -0,0 +1,21 @@
# whitepaper reading list
- [notes](./notes.md)
## reading list
- [x] [profiling a warehouse-scale computer](./notes.md#profiling-a-warehouse-scale-computer)
- [x] [cassandra](./notes.md#cassandra)
- [x] [bigtable](./notes.md#bigtable)
- [x] [gfs](./notes.md#gfs)
- [mapreduce](./notes.md#gfs)
- [spark](./notes.md#spark)
- rpc
- tiktok monolith
- bloom filters
- dynamo
## more resources
- https://github.com/CodeBear801/tech_summary