2021-03-28 ::
Mehdi Cheracher
#ds-chronicles
#distributed-systems
#architecture
#rust
#raft This blog post discusses how we will go about replicating our kv-store, failure modes, and Raft
2021-03-27 ::
Mehdi Cheracher
#ds-chronicles
#distributed-systems
#architecture
#rust
#storage Third post of the distributed systems chronicles, creating a storage abstraction, and finishing up a draft version of single node key-value store.
2021-03-14 ::
Mehdi Cheracher
#ds-chronicles
#distributed-systems
#architecture
#rust Second post of the distributed systems chronicles, Now that we have a protocol in place, let’s start accepting some client requests
2021-02-28 ::
Mehdi Cheracher
#ds-chronicles
#distributed-systems
#architecture
#rust The first post of the Distributed systems chronicles series with a description of the architecture and communication protocol of a distributed key-value store