Go to file
Jonathan Ellis 090013252d move py and php to `cassandra` namespace. add csharp as Apache.Cassandra. patch by jbellis for CASSANDRA-121
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@770434 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30 20:26:51 +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 move py and php to `cassandra` namespace. add csharp as Apache.Cassandra. patch by jbellis for CASSANDRA-121 2009-04-30 20:26:51 +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/java/org/apache/cassandra close FileStructs after range query. patch by jbellis; reviewed by Jun Rao for CASSANDRA-71 2009-04-30 20:01:31 +00:00
test move py and php to `cassandra` namespace. add csharp as Apache.Cassandra. patch by jbellis for CASSANDRA-121 2009-04-30 20:26:51 +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 fix antlr check. patch by johano; reviewed by jbellis for CASSANDRA-125 2009-04-30 17:04:56 +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