Rust Run - Day 2

08
JUL 2018
Sunday
10:00
15:00

Initiative MozActivate - Dive into Rust

Category Code Contributions

Hashtag #MozActivate #RustRun

Description It is a series of part of the Rust Run Series, 2018. A discussion on Raft Consensus Algorithm and it's implementation in Rust. https://github.com/pingcap/raft-rs Attendees are expected to have Rust and Cargo installed.

Venue 91SpringBoard, Kormangala, Bangalore.

City Bangalore

Area Karnataka

Country or Region India

A fundamental problem in distributed computing and multi-agent systems is to achieve overall system reliability in the presence of a number of faulty processes. This often requires processes to agree on some data value that is needed during computation. Examples of applications of consensus include whether to commit a transaction to a database, agreeing on the identity of a leader, state machine replication, and atomic broadcasts. https://en.wikipedia.org/wiki/Consensus_(computer_science)

Speaker: Sanchayan Maity