- mit-6,824 distrituted systems -- 2018 课程作业题解
- Google 三大论文
GFS
,BigTable
,MapReduce
- ddia-设计数据密集型应用
- 中文翻译参考:MIT课程《Distributed Systems 》学习和翻译
- Google 三大论文
进度:
- Lab 1: MapReduce
- Lab 2: Raft (
Doing
) - Lab 3: Fault-tolerant Key/Value Service
- Lab 4: Sharded Key/Value Service
- Garbage collection of state
- Client requests during configuration changes
-
go-exercise,熟悉
go
使用的一些惯用法的例子 -
go-tailf,使用
go
实现的Linux
下面tailf
命令 -
Mock-data,使用
go
模拟输出数据 -
simple-file-server,例子展示用
go
实现的一个静态文件服务器