distributed-storage.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [distributed-storage]

www.codever.land/bookmarks/t/distributed-storage

etcd home page

https://etcd.io/

etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handle...


Eventually Consistent - Revisited - All Things Distributed

https://www.allthingsdistributed.com/2008/12/eventually_consistent.html

The goal of this article is to raise awareness about the complexity of engineering systems that need to operate at a global scale and that require careful tuning to ensure that they can deliver the du...