Shopee / shopee-react-knowledgeable

⚛︎ To share knowledge and have fun.
77 stars 19 forks source link

React Knowledgeable #73 - May 15, 2020 #202

Closed wgao19 closed 4 years ago

wgao19 commented 4 years ago

React Knowledgeable Week 73

🗓 Date: 18:00, Friday, May 15, 2020 🦄 Host: @KenLSM 🗺 Location: https://youtu.be/bWtGN2Ys9sE

⛵️ the Raft consensus algorithm #199

modern day web service rely on distributed system to provide linear-scalable high performance or high availability.

after Paxos's decades of predominance, Raft came out in 2013 as a more understandable replacement.

now Raft has became one of the most important consensus algorithm, acting as the foundation of other popular projects like etcd, TiKV, Consul, etc.

in this sharing, I will

  • introduce what is consensus algorithm, and why is it important
  • explain how Raft works, and how to implement a basic version of Raft
  • explain the principle of how to build a simple KV storage software on top of Raft
Checklist - [ ] create YouTube live stream - [ ] update cal inv information (content, venue, live stream url, zoom lounge invitation)