DistOS 2014W Lecture 20

From Soma-notes
Revision as of 11:07, 25 March 2014 by Sdp (talk | contribs) (→‎Cassandra: added Scuttlebutt link)
Jump to navigation Jump to search

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: Scuttlebutt. Apache Zookeeper is used for distributed configuration.

Comet

The presentation video of Comet