distributed-storage.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [distributed-storage]
www.codever.land/bookmarks/t/distributed-storage
etcd home page
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...
- tags: etcd, distributed-storage, distributed-computing, key-value-store
- :octocat: source code
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...
- :calendar: published on: 2012-08-22
- tags: event-driven-design, distributed-computing, distributed-storage, availability