Go to file
Jonathan Ellis ef2f631ebe fix regression introduced by ReadCommand refactor (get_slice can return column_t from a standard cf, or from a supercolumn in a super cf). patch by jbellis.
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@769629 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 02:01:56 +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 upgrade to latest THRIFT-378 patch 2009-04-27 21:14:04 +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 fix regression introduced by ReadCommand refactor (get_slice can return column_t from a standard cf, or from a supercolumn in a super cf). patch by jbellis. 2009-04-29 02:01:56 +00:00
test fix regression introduced by ReadCommand refactor (get_slice can return column_t from a standard cf, or from a supercolumn in a super cf). patch by jbellis. 2009-04-29 02:01:56 +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 add system tests. each method in test/system/test_server.py exercises part of the thrift API, and manages cleaning out data files and starting a fresh server for each test. 2009-04-29 01:12:38 +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