Using Raft in Rust to Build Distributed Systems - RustConf 2018
Offered By: Rust via YouTube
Course Description
Overview
Explore the implementation of the Raft consensus algorithm in Rust through this RustConf 2018 talk by Siddon Tang. Gain insights into how Raft is utilized to support TiKV, an open-source distributed transactional Key-Value store. Begin with a concise overview of the Raft algorithm, delve into the specifics of its Rust implementation, and conclude by learning how to leverage Raft in Rust to construct a basic distributed Key-Value database. Discover the power of Rust in building highly available and consistent distributed services in this informative 21-minute presentation.
Syllabus
RustConf 2018 - Using Raft in Rust by Siddon Tang
Taught by
Rust
Related Courses
In Search of an Understandable Consensus AlgorithmUSENIX via YouTube Clustered Event-Driven Services
GOTO Conferences via YouTube Java.util.concurrent for Distributed Coordination
Devoxx via YouTube Deploying a Database on Kubernetes - Architecture and Challenges
Linux Foundation via YouTube Deep Dive: etcd and Raft Consensus Algorithm
Linux Foundation via YouTube