Technical papers referred to in Open Source Distributed systems implementations
Hi,
I'm thinking of creating a reading list of technical papers that were referred while implementing distributed systems software. For example, ZooKeeper uses distributed coordination and is inspired from paxos. Is there a list like this already? How do various systems map to published technical papers?
5 comments
[ 3.5 ms ] story [ 24.1 ms ] threadZookeeper was actually inspired by Google's Chubby Lock Service paper, which is a great paper to check out.