DistOS 2014W Lecture 20: Difference between revisions
Added Cassandra summary |
Cleaned up Comet presentation link |
||
Line 1: | Line 1: | ||
== Cassandra == | |||
Cassandra is essentially running a BigTable interface on top of a Dynamo infrastructure. | Cassandra is essentially running a BigTable interface on top of a Dynamo infrastructure. | ||
https://www.usenix.org/conference/osdi10/comet-active-distributed-key-value-store | == Comet == | ||
[https://www.usenix.org/conference/osdi10/comet-active-distributed-key-value-store The presentation video of the Comet] |
Revision as of 14:54, 25 March 2014
Cassandra
Cassandra is essentially running a BigTable interface on top of a Dynamo infrastructure.