feat: initial commit
This commit is contained in:
commit
a2e450ef09
2 changed files with 34 additions and 0 deletions
13
notes.md
Normal file
13
notes.md
Normal 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
21
readme.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue