分布式系统MIT 6.824学习资源

来源:互联网 发布:js时间段选择控件 编辑:程序博客网 时间:2024/06/01 09:46

分布式学习资源:

https://github.com/ty4z2008/Qix/blob/master/ds.md


学习笔记:

mit-6.824-2016: https://www.douban.com/note/546338838/

lab1 - lab3学习笔记: http://haoxiang47.github.io/

lab2:

viewservice:

https://segmentfault.com/a/1190000004846986

http://www.klion26.com/tag/viewservice   

http://blog.csdn.net/yek14/article/details/43851351


Paxos:https://segmentfault.com/a/1190000005147601

Raft:https://segmentfault.com/a/1190000004961650

http://www.klion26.com/tag/6-824


源码资源:

https://github.com/bluesea147/6.824

https://github.com/william-cheung/mit-6.824-2015


实验分析:

http://blog.csdn.net/sunliymonkey/article/details/46764619


Raft优化:

http://www.tuicool.com/articles/MV77ba


开源分布式数据库Go语言实现:

Tidb:

https://github.com/pingcap/tidb

https://github.com/pingcap/tikv

http://blog.csdn.net/stark_summer/article/details/48860221

Caskdb: 

https://github.com/JWZH/caskdb


参考博客

吴镝(阿里分布式大牛)http://www.cnblogs.com/foxmailed/p/3418143.html

Mit 6.824 助教:https://thesquareplanet.com/blog/students-guide-to-raft/


0 0