|
You are here |
maheshba.bitbucket.io | ||
| | | | |
jack-vanlightly.com
|
|
| | | | | This post continues my series looking at log replication protocols, within the context of state-machine replication (SMR) or just when the log itself is the product (such as Kafka). So far I've been looking at Virtual Consensus, but now I'm going to widen the view to look at how log replication protocols can be disaggregated in general (there are many ways). In the next post, I'll do a survey of log replication systems in terms of the types of disaggregation described in this post. | |
| | | | |
muratbuffalo.blogspot.com
|
|
| | | | | This paper recently appeared at ACM SIGOPS Operating Systems Review. It provides an overview of the shared log abstraction in distributed s... | |
| | | | |
emptysqua.re
|
|
| | | | | A 2-week toy project to learn a famous algorithm and try out a distributed systems test framework. | |
| | | | |
briankung.dev
|
|
| | | I survived David Beazley's weeklong course on the Raft consensus algorithm that powers technologies like Kubernetes, MongoDB, and Neo4j. Image from https://raft.github.io/ The Raft Consensus Algorithm is a way for a gaggle of computers to agree on a sequence of events, or a "log" of events. Raft is useful for things like databases - once... | ||