Google OS: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
[http://homeostasis.scs.carleton.ca/~soma/distos/fall2008/gfs-sosp2003.pdf Sanjay Ghemawat et al., "The Google File System" (2003)] | [http://homeostasis.scs.carleton.ca/~soma/distos/fall2008/gfs-sosp2003.pdf Sanjay Ghemawat et al., "The Google File System" (2003)] | ||
Bigtable | [http://homeostasis.scs.carleton.ca/~soma/distos/fall2008/bigtable-osdi06.pdf Fay Chang et al., "Bigtable: A Distributed Storage System for Structured Data" (2006)] | ||
Chubby | [http://homeostasis.scs.carleton.ca/~soma/distos/fall2008/chubby-osdi06.pdf Mike Burrows, "The Chubby lock service for loosely-coupled distributed systems" (2006)] | ||
==Open Source== | |||
Much of the infrastructure of Google is being replicated through the [http://hadoop.apache.org/ Hadoop project]. |
Latest revision as of 06:02, 11 October 2008
Readings
Sanjay Ghemawat et al., "The Google File System" (2003)
Fay Chang et al., "Bigtable: A Distributed Storage System for Structured Data" (2006)
Mike Burrows, "The Chubby lock service for loosely-coupled distributed systems" (2006)
Open Source
Much of the infrastructure of Google is being replicated through the Hadoop project.