Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Charles0429/papers

读论文的总结
https://github.com/Charles0429/papers

Last synced: 3 months ago
JSON representation

读论文的总结

Awesome Lists containing this project

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