Go to file
Jonathan Ellis afd3c2765b move testng code to test/unit. patch by johano; reviewed by jbellis for #104
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@768584 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25 19:07:00 +00:00
bin 2nd missing file from r760679 2009-04-01 02:24:46 +00:00
conf Simplify default storage-conf.xml. patch by Sandeep Tata; reviewed by jbellis for #99 2009-04-24 02:58:24 +00:00
interface return empty lists instead of raising an error where applicable; otherwise, use 2009-04-24 17:52:25 +00:00
lib junit xml output for hudson's benefit. patch by johano; reviewed by jbellis for #32 2009-04-25 18:46:48 +00:00
src/org/apache/cassandra split ReadCommand into separate classes for each type of command. patch by Jun Rao; reviewed by jbellis 2009-04-25 15:46:19 +00:00
test move testng code to test/unit. patch by johano; reviewed by jbellis for #104 2009-04-25 19:07:00 +00:00
LICENSE.txt add license, readme files. patch by johano; reviewed by jbellis for #108 2009-04-25 18:52:40 +00:00
README.txt add license, readme files. patch by johano; reviewed by jbellis for #108 2009-04-25 18:52:40 +00:00
build.xml move testng code to test/unit. patch by johano; reviewed by jbellis for #104 2009-04-25 19:07:00 +00:00

README.txt

Cassandra is a highly scalable, eventually consistent, distributed, structured 
key-value store. 

Cassandra brings together the distributed systems technologies from Dynamo 
and the data model from Google's BigTable. Like Dynamo, Cassandra is 
eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based
data model richer than typical key/value systems.

For more information see http://incubator.apache.org/cassandra