# papers **Repository Path**: rongxingxing/papers ## Basic Information - **Project Name**: papers - **Description**: 读论文的总结 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction 此repo为本人读论文的总结。 # Papers ## System - google file system ([学习笔记](doc/gfs.md)) - bigtable([学习笔记](doc/bigtable.md)) - mapreduce([学习笔记](doc/mapreduce.md)) - chubby([学习笔记](doc/chubby.md)) - spanner - dynamo - megastore - dremel - pregel - percolator - Sinfonia: A New Paradigm for Building Scalable Distributed Systems - google f1 - google borg - Windows Azure Storage: A high available cloud storage service with strong consistency - facebook haystack - What's Really New in NewSQL? ([学习笔记](doc/newsql.md)) ## Database ## Distrubuted Machine Learning System ## Protocol or Algorithm - Raft ([学习笔记一](doc/raft_one.md) | [学习笔记二](doc/raft_two.md) | [学习笔记三](doc/raft_three.md)) - Paxos ([Basic Paxos](doc/paxos-principle-first.md)) - Consistent Hash ([学习笔记](doc/consistent-hash.md)) - A Critique of ANSI SQL Isolation Levels ([学习笔记](doc/transaction-isolation-fisrt)) - CAP