8 min read 0 Consensus Implementing Raft consensus algorithm in Go varunu28 March 21, 2022 As part of my next post, I was looking to review the paper for Raft consensus algorithm. But this is…
10 min read 0 Database Technical Papers Paper Notes: Cassandra- A Decentralized Structured Storage System varunu28 March 14, 2022 Cassandra is a distributed storage system that focusses on providing a highly scalable & available service for storing very large…
6 min read 0 Technical Papers Paper Notes: Kafka – a Distributed Messaging System for Log Processing varunu28 March 9, 2022 Kafka was developed at LinkedIn for collecting & delivering high volume of log data with low latency. The paper dives…
11 min read 0 Technical Papers Paper Notes: Scaling Memcache at Facebook varunu28 March 5, 2022 As part of this post we will be looking into the paper Scaling memcache at Facebook and try to understand…