commit a2e450ef09390e4aba36ffc746645c410976c857 Author: Barrett Ruth Date: Fri Dec 27 10:35:54 2024 -0600 feat: initial commit diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..412384f --- /dev/null +++ b/notes.md @@ -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) diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..079df70 --- /dev/null +++ b/readme.md @@ -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