轉載來源 : https://www.cnblogs.com/zengkefu/p/5768874.html
分佈式系統(Distributed System)資料
《Reconfigurable Distributed Storage for Dynamic Networks》
介紹:這是一篇介紹在動態網絡裏面實現分佈式系統重構的paper.論文的做者(導師)是MIT讀博的時候是作分佈式系統的研究的,如今在NUS帶學生,不只僅是分佈式系統,還有無線網絡.若是感興趣能夠去他的主頁瞭解.html
《Distributed porgramming liboratory》
介紹:分佈式編程實驗室,他們發表的不少的paper,其中不只僅是學術研究,還有一些工業界應用的論文.git
《MIT Theory of Distributed Systems》
介紹:麻省理工的分佈式系統理論主頁,做者南希·林奇在2002年證實了CAP理論,而且著《分佈式算法》一書.github
《Notes on Distributed Systems for Young Bloods》
介紹:分佈式系統搭建初期的一些建議web
《Principles of Distributed Computing》
介紹:分佈式計算原理課程算法
《Google's Globally-Distributed Database》
介紹:Google全球分佈式數據介紹數據庫
《The Architecture Of Algolia’s Distributed Search Network》
介紹:Algolia的分佈式搜索網絡的體系架構介紹編程
《Build up a High Availability Distributed Key-Value Store》
介紹:構建高可用分佈式Key-Value存儲系統api
《Distributed Search Engine with Nanomsg and Bond》
介紹:Nanomsg和Bond的分佈式搜索引擎安全
《Distributed Processing With MongoDB And Mongothon》
介紹:使用MongoDB和Mongothon進行分佈式處理服務器
《Salt: Combining ACID and BASE in a Distributed Database》
介紹:分佈式數據庫中把ACID與BASE結合使用.
《Makes it easy to understand Paxos for Distributed Systems》
介紹:理解的Paxos的分佈式系統,參考閱讀:關於Paxos的歷史
《There is No Now Problems with simultaneity in distributed systems》
介紹:There is No Now Problems with simultaneity in distributed systems
《Distributed Systems》
介紹:倫敦大學學院分佈式系統課程課件.
《Distributed systems for fun and profit》
介紹:分佈式系統電子書籍.
《Distributed Systems Spring 2015》
介紹:卡內基梅隆大學春季分佈式課程主頁
《Distributed Systems: Concepts and Design (5th Edition)》
介紹: 電子書,分佈式系統概念與設計(第五版)
《走向分佈式》
介紹:這是一位臺灣網友 ccshih 的文字,短短的篇幅介紹了分佈式系統的若干要點。pdf
《Introduction to Distributed Systems Spring 2013》
介紹:清華大學分佈式系統課程主頁,裏面的schedule欄目有不少寶貴的資源
《Distributed systems》
介紹:免費的在線分佈式系統書籍
《Some good resources for learning about distributed computing》
介紹:Quora上面的一篇關於學習分佈式計算的資源.
《Spanner: Google’s Globally-Distributed Database》
介紹:這個是第一個全球意義上的分佈式數據庫,也是Google的做品。其中介紹了不少一致性方面的設計考慮,爲了簡單的邏輯設計,還採用了原子鐘,一樣在分佈式系統方面具備很強的借鑑意義.
《The Chubby lock service for loosely-coupled distributed systems》
介紹:Google的統面向鬆散耦合的分佈式系統的鎖服務,這篇論文詳細介紹了Google的分佈式鎖實現機制Chubby。Chubby是一個基於文件實現的分佈式鎖,Google的Bigtable、Mapreduce和Spanner服務都是在這個基礎上構建的,因此Chubby其實是Google分佈式事務的基礎,具備很是高的參考價值。另外,著名的zookeeper就是基於Chubby的開源實現.推薦The google stack,Youtube:The Chubby lock service for loosely-coupled distributed systems
《Sinfonia: a new paradigm for building scalable distributed systems》
介紹:這篇論文是SOSP2007的Best Paper,闡述了一種構建分佈式文件系統的範式方法,我的感受很是有用。淘寶在構建TFS、OceanBase和Tair這些系統時都充分參考了這篇論文.
《Data-Intensive Text Processing with MapReduce》
介紹:Ebook:Data-Intensive Text Processing with MapReduce.
《Design and Implementation of a Query Processor for a Trusted Distributed Data Base Management System》
介紹:Design and Implementation of a Query Processor for a Trusted Distributed Data Base Management System.
《Distributed Query Processing》
介紹:分佈式查詢入門.
《Distributed Systems and the End of the API》
介紹:分佈式系統和api總結.
《Distributed Query Reading》
介紹:分佈式系統閱讀論文,此外還推薦github上面的一個論文列表The Distributed Reader。
《Replication, atomicity and order in distributed systems》
介紹:Replication, atomicity and order in distributed systems
《MIT course:Distributed Systems》
介紹:2015年MIT分佈式系統課程主頁,此次用Golang做爲授課語言。6.824 Distributed Systems課程主頁
《Distributed systems for fun and profit》
介紹:免費分佈式系統電子書。
《Ori:A Secure Distributed File System》
介紹:斯坦福開源的分佈式文件系統。
《Availability in Globally Distributed Storage Systems》
介紹:Google論文:設計一個高可用的全球分佈式存儲系統。
《Calvin: Fast Distributed Transactions For Partitioned Database Systems》
介紹:對於分區數據庫的分佈式事務處理。
《Distributed Systems Building Block: Flake Ids》
介紹:Distributed Systems Building Block: Flake Ids.
《Introduction to Distributed System Design》
介紹:Google Code University課程,如何設計一個分佈式系統。
《Sheepdog: Distributed Storage System for KVM》
介紹:KVM的分佈式存儲系統.
《Readings in Distributed Systems Systems》
介紹:分佈式系統課程列表,包括數據庫、算法等.
《Tera》
介紹:來自百度的分佈式表格系統.
《Distributed systems: for fun and profit》
介紹:分佈式系統的在線電子書.
《Distributed Systems Reading List》
介紹:分佈式系統資料,此外還推薦Various articles about distributed systems.
《Designs, Lessons and Advice from Building Large Distributed Systems》
介紹:Designs, Lessons and Advice from Building Large Distributed Systems.
《Testing a Distributed System》
介紹:Testing a distributed system can be trying even under the best of circumstances.
《The Google File System》
介紹: 基於普通服務器構建超大規模文件系統的典型案例,主要面向大文件和批處理系統, 設計簡單而實用。 GFS是google的重要基礎設施, 大數據的基石, 也是Hadoop HDFS的參考對象。 主要技術特色包括: 假設硬件故障是常態(容錯能力強), 64MB大塊, 單Master設計,Lease/鏈式複製, 支持追加寫不支持隨機寫.
《Bigtable: A Distributed Storage System for Structured Data》
介紹:支持PB數據量級的多維非關係型大表, 在google內部應用普遍,大數據的奠定做品之一 , Hbase就是參考BigTable設計。 Bigtable的主要技術特色包括: 基於GFS實現數據高可靠, 使用非原地更新技術(LSM樹)實現數據修改, 經過range分區並實現自動伸縮等.
《PacificA: Replication in Log-Based Distributed Storage Systems》
介紹:面向log-based存儲的強一致的主從複製協議, 具備較強實用性。 這篇文章系統地講述了主從複製系統應該考慮的問題, 能加深對主從強一致複製的理解程度。 技術特色: 支持強一致主從複製協議, 容許多種存儲實現, 分佈式的故障檢測/Lease/集羣成員管理方法.
《Object Storage on CRAQ, High-throughput chain replication for read-mostly workloads》
介紹:分佈式存儲論文:支持強一直的鏈式複製方法, 支持從多個副本讀取數據,實現code.
《Finding a needle in Haystack: Facebook’s photo storage》
介紹:Facebook分佈式Blob存儲,主要用於存儲圖片. 主要技術特點:小文件合併成大文件,小文件元數據放在內存所以讀寫只需一次IO.
《Windows Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency》
介紹: 微軟的分佈式存儲平臺, 除了支持類S3對象存儲,還支持表格、隊列等數據模型. 主要技術特色:採用Stream/Partition兩層設計(相似BigTable);寫錯(寫滿)就封存Extent,使得副本字節一致, 簡化了選主和恢復操做; 將S3對象存儲、表格、隊列、塊設備等融入到統一的底層存儲架構中.
《Paxos Made Live – An Engineering Perspective》
介紹:從工程實現角度說明了Paxo在chubby系統的應用, 是理解Paxo協議及其應用場景的必備論文。 主要技術特色: paxo協議, replicated log, multi-paxo.參考閱讀:關於Paxos的歷史
《Dynamo: Amazon’s Highly Available Key-Value Store》
介紹:Amazon設計的高可用的kv系統,主要技術特色:綜和運用一致性哈希,vector clock,最終一致性構建一個高可用的kv系統, 可應用於amazon購物車場景.新內容來自分佈式存儲必讀論文
《Efficient Replica Maintenance for Distributed Storage Systems》
介紹:分佈式存儲系統中的副本存儲問題.
《PADS: A Policy Architecture for Distributed Storage Systems》
介紹:分佈式存儲系統架構.
《The Chirp Distributed Filesystem》
介紹:開源分佈式文件系統Chirp,對於想深刻研究的開發者能夠閱讀文章的相關Papers.
《Time, Clocks, and the Ordering of Events in a Distributed System》
介紹:經典論文分佈式時鐘順序的實現原理.
《Making reliable distributed systems in the presence of sodware errors》
介紹:面向軟件錯誤構建可靠的分佈式系統,中文筆記.
《MapReduce: Simplified Data Processing on Large Clusters》
介紹:MapReduce:超大集羣的簡單數據處理.
《Distributed Computer Systems Engineering》
介紹:麻省理工的分佈式計算課程主頁,裏面的ppt和閱讀列表不少乾貨.
《The Styx Architecture for Distributed Systems》
介紹:分佈式系統Styx的架構剖析.
《What are some good resources for learning about distributed computing? Why?》
介紹:Quora上面的一個問答:有哪些關於分佈式計算學習的好資源.
《RebornDB: The Next Generation Distributed Key-Value Store》
介紹:下一代分佈式k-v存儲數據庫.
《Operating System Concepts Ninth Edition》
介紹:分佈式系統歸根結底仍是須要操做系統的知識,這是耶魯大學的操做系統概念書籍首頁,裏面有提供了第8版的在線電子版和最新的學習操做系統指南,學習分佈式最好先學習操做系統.
《The Log: What every software engineer should know about real-time data's unifying abstraction》
介紹:分佈式系統Log剖析,很是的詳細與精彩. 中文翻譯 | 中文版筆記.
《Operating Systems Study Guide》
介紹:分佈式系統基礎之操做系統學習指南.
《分佈式系統領域經典論文翻譯集》
介紹:分佈式系統領域經典論文翻譯集.
《Maintaining performance in distributed systems》
介紹:分佈式系統性能維護.
《Computer Science from the Bottom Up》
介紹:計算機科學,自底向上,小到機器碼,大到操做系統內部體系架構,學習操做系統的另外一個在線好材料.
《Operating Systems: Three Easy Pieces》
介紹:<操做系統:三部曲>在線電子書,虛擬、併發、持續.
《Database Systems: reading list》
介紹:數據庫系統經典論文閱讀列,此外推送github上面的db reading.
《Unix System Administration》
介紹:Unix System Administration ebook.
《The Amoeba Distributed Operating System》
介紹:分佈式系統經典論文.
《Principles of Computer Systems》
介紹:計算機系統概念,以分佈式爲主.此外推薦Introduction to Operating Systems筆記
《Person page of EMİN GÜN SİRER》
介紹:推薦康奈爾大學的教授EMİN GÜN SİRER的主頁,他的研究項目有分佈式,數據存儲。例如HyperDex數據庫就是他的其中一個項目之一.
《Scalable, Secure, and Highly Available Distributed File Access》
介紹:來自卡內基梅隆如何構建可擴展的、安全、高可用性的分佈式文件系統,其餘papers.
《Distributed (Deep) Machine Learning Common》
介紹:分佈式機器學習經常使用庫.
《The Datacenter as a Computer》
介紹:介紹瞭如何構建倉儲式數據中心,尤爲是對於如今的雲計算,分佈式學習來講頗有幫助.本書是Synthesis Lectures on Computer Architecture系列的書籍之一,這套叢書還有 《The Memory System》,《Automatic Parallelization》,《Computer Architecture Techniques for Power Efficiency》,《Performance Analysis and Tuning for General Purpose Graphics Processing Units》,《Introduction to Reconfigurable Supercomputing》 等
《helsinki:Distributed Systems Course slider》
介紹:來自芬蘭赫爾辛基的分佈式系統課程課件:什麼是分佈式,複製,一致性,容錯,同步,通訊.
《TiDB is a distributed SQL database》
介紹:分佈式數據庫TiDB,Golang開發.
《S897: Large-Scale Systems》
介紹:課程資料:大規模系統.
《Large-scale L-BFGS using MapReduce》
介紹:使用MapReduce進行大規模分佈式集羣環境下並行L-BFGS.
《Twitter是如何構建高性能分佈式日誌的》
介紹:Twitter是如何構建高性能分佈式日誌的.
《Distributed Systems: When Limping Hardware Is Worse Than Dead Hardware》
介紹:在分佈式系統中某個組件完全死了影響很小,但半死不活(網絡/磁盤),對整個系統倒是毀滅性的.
《Tera - 高性能、可伸縮的結構化數據庫》
介紹:來自百度的分佈式數據庫.
《SequoiaDB is a distributed document-oriented NoSQL Database》
介紹:SequoiaDB分佈式文檔數據庫開源.
《Readings in distributed systems》
介紹:這個網址裏收集了一堆各TOP大學分佈式相關的課程.
《Paxos vs Raft》
介紹:這個網站是Raft算法的做者爲教授Paxos和Raft算法作的,其中有兩個視頻連接,分別講上述兩個算法.參考閱讀:關於Paxos的歷史
《A Scalable Content-Addressable Network》
介紹:A Scalable Content-Addressable Network.
《500 Lines or Less》
介紹:這個項目實際上是一本書( The Architecture of Open Source Applications)的源代碼附錄,是一堆大牛合寫的.
《MIT 6.824 Distributed System》
介紹:這只是一個課程主頁,沒有上課的視頻,可是並不影響你跟着它上課:每一週讀兩篇課程指定的論文,讀完以後看lecture-notes裏對該論文內容的討論,回答裏面的問題來加深理解,最後在課程lab裏把所看的論文實現。當你把這門課的做業刷完後,你會發現本身實現了一個分佈式數據庫.
《HDFS-alike in Go》
介紹:使用go開發的分佈式文件系統.
《What are some good resources for learning about distributed computing? Why?》
介紹:Quora上關於學習分佈式的資源問答.
《SeaweedFS is a simple and highly scalable distributed file system》
介紹:SeaweedFS是使用go開發的分佈式文件系統項目,代碼簡單,邏輯清晰.
《Codis - yet another fast distributed solution for Redis》
介紹:Codis 是一個分佈式 Redis 解決方案, 對於上層的應用來講, 鏈接到 Codis Proxy 和鏈接原生的 Redis Server 沒有明顯的區別
《Paper: Coordination Avoidance In Distributed Databases By Peter Bailis》
介紹:Coordination Avoidance In Distributed Databases.
《從零開始寫分佈式數據庫》
介紹:本文以TiDB 源碼爲例.
《what we talk about when we talk about distributed systems》
介紹:分佈式系統概念梳理,爲分佈式系統涉及的主要概念進行了梳理.
《Distributed locks with Redis》
介紹:使用Redis實現分佈式鎖.
《CS244b: Distributed Systems》
介紹: 斯坦福2014年秋季分佈式課程.
《RAMP Made Easy》
介紹: 分佈式的「讀原子性」.
《Strategies and Principles of Distributed Machine Learning on Big Data》
介紹: 大數據分佈式機器學習的策略與原理.
《Distributed Systems: What is the CAP theorem?》
介紹: 分佈式CAP法則.
《How should I start to learn distributed storage system as a beginner?》
介紹: 新手如何步入分佈式存儲系統.
《Cassandra - A Decentralized Structured Storage System》
介紹: 分佈式存儲系統Cassandra剖析,推薦白皮書Introduction to Apache Cassandra.
《What is the best resource to learn about distributed systems?》
介紹: 分佈式系統學習資源.
《What are some high performance TCP hacks?》
介紹: 一些高性能TCP***技巧.
《Maintaining performance in distributed systems》
介紹:分佈式系統性能提高.
《A simple totally ordered broadcast protocol》
介紹:Benjamin Reed 和 Flavio P.Junqueira 所著論文,對Zab算法進行了介紹,zab算法是Zookeeper保持數據一致性的核心,在國內有不少公司都使用zookeeper作爲分佈式的解決方案.推薦與此相關的一篇文章ZooKeeper’s atomic broadcast protocol: Theory and practice.
《zFS - A Scalable Distributed File System Using Object Disk》
介紹:可擴展的分佈式文件系統ZFS,The Zettabyte File System,End-to-end Data Integrity for File Systems: A ZFS Case Study.
《A Distributed Haskell for the Modern Web》
介紹:分佈式Haskell在當前web中的應用.
《Reasoning about Consistency Choices in Distributed Systems》
介紹:POPL2016的論文,關於分佈式系統一致性選擇的論述,POPL所接受的論文,github上已經有人整理.
《Paxos Made Simple》
介紹:Paxos讓分佈式更簡單.譯文.參考閱讀:關於Paxos的歷史
《Consensus Protocols: Paxos》
介紹:分佈式系統一致性協議:Paxos.參考閱讀:關於Paxos的歷史
《Consensus on Transaction Commit》
介紹:事務提交的一致性探討.
《The Part-Time Parliaments》
介紹:在《The Part-Time Parliament》中描述了基本協議的交互過程。在基本協議的基礎上完善各類問題獲得了最終的議會協議。 爲了讓人更容易理解《The Part-Time Parliament》中描述的Paxos算法,Lamport在2001發表了《Paxos Made Simple》,以更平直的口頭語言描述了Paxos,而沒有包含正式的證實和數學術語。《Paxos Made Simple》中,將算法的參與者更細緻的劃分紅了幾個角色:Proposer、Acceptor、Learner。另外還有Leader和Client.參考閱讀:關於Paxos的歷史
《Paxos Made Practical》
介紹:看這篇論文時能夠先看看理解Paxos Made Practical.
《PaxosLease: Diskless Paxos for Leases》
介紹:PaxosLease:實現租約的無盤Paxos算法,譯文.
《Paxos Made Moderately Complex》
介紹:Paxos算法實現,譯文,同時推薦42 Paxos Made Moderately Complex.
《Hadoop Reading List》
介紹:Hadoop學習清單.
《Hadoop Reading List》
介紹:Hadoop學習清單.
《2010 NoSQL Summer Reading List》
介紹:NoSQL知識清單,裏面不只僅包含了數據庫閱讀清單還包含了分佈式系統資料.
《Raft: Understandable Distributed Consensus》
介紹:Raft可視化圖幫助理解分佈式一致性
《Etcd:Distributed reliable key-value store for the most critical data of a distributed system》
介紹:Etcd分佈式Key-Value存儲引擎
《Understanding Availability》
介紹:理解peer-to-peer系統中的可用性到底是指什麼.同時推薦基於 Peer-to-Peer 的分佈式存儲系統的設計
《Process structuring, synchronization, and recovery using atomic actions》
介紹:經典論文
《Programming Languages for Parallel Processing》
介紹:並行處理的編程語音
《Analysis of Six Distributed File Systems》
介紹:此篇論文對HDFS,MooseFS,iRODS,Ceph,GlusterFS,Lustre六個存儲系統作了詳細分析.若是是本身研發對應的存儲系統推薦先閱讀此篇論文
《A Survey of Distributed File Systems》
介紹:分佈式文件系統綜述
《Concepts of Concurrent Programming》
介紹:並行編程的概念,同時推薦卡內基梅隆FTP
《Concurrency Control Performance Modeling:Alternatives and Implications》
介紹:併發控制性能建模:選擇與意義
《Distributed Systems - Concepts and Design 5th Edition》
介紹:ebook分佈式系統概念與設計
《分佈式系統設計的形式方法》
介紹:分佈式系統設計的形式方法
《互斥和選舉算法》
介紹:互斥和選舉算法
《Actors:A model Of Concurrent Cornputation In Distributed Systems》
介紹:經典論文
《Security Engineering: A Guide to Building Dependable Distributed Systems》
介紹:如何構建一個安全可靠的分佈式系統,About the Author,Bibliography:文獻資料,章節訪問把連接最後的01換成01-27便可
《15-712 Advanced and Distributed Operating Systems》
介紹:卡內基梅隆大學的分佈式系統博士生課程主頁,有很豐富的資料
《Dapper, Google's Large-Scale Distributed Systems Tracing Infrastructure》
介紹:Dapper,大規模分佈式系統的跟蹤系統,譯文,譯文對照
《CS262a: Advanced Topics in Computer Systems》
介紹:伯克利大學計算機系統進階課程,內容有深度,涵蓋分佈式,數據庫等內容
《Egnyte Architecture: Lessons Learned In Building And Scaling A Multi Petabyte Distributed System》
介紹:PB級分佈式系統構建/擴展經驗
《CS162: Operating Systems and Systems Programming》
介紹:伯克利大學計算機系統課程:操做系統與系統編程
《MDCC: Multi-Data Center Consistency》
介紹:MDCC主要解決跨數據中心的一致性問題中間件,一種新的協議
《Research at Google:Distributed Systems and Parallel Computing》
介紹:google公開對外發表的分佈式系統與並行計算論文
《HDFS Architecture Guide》
介紹:分佈式文件系統HDFS架構
《ActorDB distributed SQL database》
介紹:分佈式 Key/Value數據庫
《An efficient data location protocol for self-organizing storage clusters》
介紹:是著名的Ceph的負載平衡策略,文中提出的幾種策略都值得嘗試,比較讚的一點是能夠對照代碼體會和實踐,若是你還須要瞭解能夠看看Ceph:一個 Linux PB 級分佈式文件系統,除此之外,論文的引用部分也挺值得閱讀的,同時推薦Ceph: A Scalable, High-Performance Distributed File System
《A Self-Organizing Storage Cluster for Parallel Data-Intensive Applications》
介紹:Surrento的冷熱平衡策略就採用了延遲寫技術
《HBA: Distributed Metadata Management for Large Cluster-Based Storage Systems》
介紹:對於分佈式存儲系統的元數據管理.
《Server-Side I/O Coordination for Parallel File Systems》
介紹:服務器端的I/O協調並行文件系統處理,網絡,文件存儲等都會涉及到IO操做.不過裏面涉及到不少技巧性的思路在實踐時須要斟酌
《Distributed File Systems: Concepts and Examples》
介紹:分佈式文件系統概念與應用
《CSE 221: Graduate Operating Systems》
介紹:加利福尼亞大學的研究生操做系統課程主頁,論文很值得閱讀
《S4: Distributed Stream Computing Platform》
介紹:Yahoo出品的流式計算系統,目前最流行的兩大流式計算系統之一(另外一個是storm),Yahoo的主要廣告計算平臺
《Pregel: a system for large-scale graph processing》
介紹:Google的大規模圖計算系統,至關長一段時間是Google PageRank的主要計算系統,對開源的影響也很大(包括GraphLab和GraphChi)
《GraphLab: A New Framework for Parallel Machine Learning》
介紹:CMU基於圖計算的分佈式機器學習框架,目前已經成立了專門的商業公司,在分佈式機器學習上頗有兩把刷子,其單機版的GraphChi在百萬維度的矩陣分解都只須要2~3分鐘;
《F1: A Distributed SQL Database That Scales》
介紹:這篇論文是Google 2013年發表的,介紹了F1的架構思路,13年時就開始支撐Google的AdWords業務,另外兩篇介紹文章F1 - The Fault-Tolerant Distributed RDBMS Supporting Google's Ad Business .Google NewSQL之F1
《Cockroach DB:A Scalable, Survivable, Strongly-Consistent SQL Database》
介紹:CockroachDB :一個可伸縮的、跨地域複製的,且支持事務的數據存儲,InfoQ介紹,Design and Architecture of CockroachDb
《Multi-Paxos: An Implementation and Evaluation》
介紹:Multi-Paxos實現與總結,此外推薦Paxos/Multi-paxos Algorithm,Multi-Paxos Example,地址:ftp://ftp.cs.washington.edu/tr/2009/09/UW-CSE-09-09-02.PDF
《Zab: High-performance broadcast for primary-backup systems》
介紹:一致性協議zab分析
《A Distributed Hash Table》
介紹:分佈式哈希算法論文,擴展閱讀Introduction to Distributed Hash Tables,Distributed Hash Tables
《Comparing the performance of distributed hash tables under churn》
介紹:分佈式hash表性能的Churn問題
《Brewer’s Conjecture and the Feasibility of Consistent, Available, Partition-Tolerant Web》
介紹:分佈式系統的CAP問題,推薦Perspectives on the CAP Theorem.對CAP理論的解析文章,PODC ppt,A plain english introduction to CAP Theorem,IEEE Computer issue on the CAP Theorem
做者:廖君
連接:https://www.zhihu.com/question/19868791/answer/88873783來源:知乎