DistOS 2014W Lecture 20
Cassandra
Cassandra is essentially running a BigTable interface on top of a Dynamo infrastructure. BigTable uses GFS' built-in replication and Chubby for locking. Cassandra uses gossip algorithms. Apache Zookeeper is used for distributed configuration.