Dynamo: Amazon's Highly Available Key-value Store, James DeCandia, Deniz Hastorun, Madan Jampani, Gunther Kakulapati, Avinash Lakshman, Alex Pilchin, Swaminathan Sivasubramanian, Peter Vosshall, and Werner Vogels, 2007Proceedings of the 21st ACM Symposium on Operating Systems Principles (SOSP) (ACM)DOI: 10.1145/1294261.1294281 - 描述亚马逊Dynamo的开创性论文,该系统推广了最终一致性并为许多NoSQL数据库奠定了基础。
In Search of an Understandable Consensus Algorithm, Diego Ongaro and John Ousterhout, 2014Proceedings of the USENIX Annual Technical Conference (USENIX ATC) - 介绍了Raft,一种旨在比Paxos更易于理解的共识算法,广泛用于分布式系统中的强一致性。