etcd源碼學習筆記

架構與實現:

https://studygolang.com/articles/2058

啓動:

https://yq.aliyun.com/articles/622694?spm=a2c4e.11155435.0.0.3de42452iFParY

https://www.codercto.com/a/4662.html

https://jin-yang.github.io/post/golang-raft-etcd-example-sourcode-details.html

集羣搭建:

https://yq.aliyun.com/articles/623228?spm=a2c4e.11155435.0.0.3bff2452yDVly2

存儲:

https://yq.aliyun.com/articles/623281?spm=a2c4e.11155435.0.0.3bff2452yDVly2

https://blog.csdn.net/xxb249/article/details/80787817

https://blog.csdn.net/xxb249/article/details/80790514

https://blog.csdn.net/xxb249/article/details/80790587

網絡:

https://yq.aliyun.com/articles/623414?spm=a2c4e.11155435.0.0.3bff2452uR9QSp

https://blog.csdn.net/xxb249/article/details/80779577

https://blog.csdn.net/xxb249/article/details/80787137

 

put 流程:

https://yq.aliyun.com/articles/627963?spm=a2c4e.11155435.0.0.3bff2452eQIf2P

 

raft 源碼分析:

https://yq.aliyun.com/articles/629415?spm=a2c4e.11155435.0.0.3bff2452jS0Guw

http://blog.betacat.io/post/raft-implementation-in-etcd/

https://www.codercto.com/a/24925.html

https://www.codercto.com/a/24920.html

https://www.codercto.com/a/40518.html

 

數據字典:

https://blog.csdn.net/xxb249/article/details/80790632

 

應用場景:

https://www.jianshu.com/p/372e76a27cc3

raftexample:

https://jiajunhuang.com/articles/2018_11_20-etcd_source_code_analysis_raftexample.md.html

wal:

https://jiajunhuang.com/articles/2018_11_24-etcd_source_code_analysis_wal.md.html

lease:

https://jiajunhuang.com/articles/2018_11_27-etcd_source_code_analysis_lease.md.html

mvcc:

https://jiajunhuang.com/articles/2018_11_28-etcd_source_code_analysis_mvvc.md.html

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章