diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-14 00:16:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-14 00:16:38 +0800 |
commit | f6c4e2e60eb441c85d6501e60a65b26b776b2608 (patch) | |
tree | c93c26629aa600a307fc7c2070dc900b823ca8b9 /databases/cassandra/pkg-descr | |
parent | 2e75c06d5283d33336b45a2d5b14e3f20b9e8fa5 (diff) | |
download | freebsd-ports-gnome-f6c4e2e60eb441c85d6501e60a65b26b776b2608.tar.gz freebsd-ports-gnome-f6c4e2e60eb441c85d6501e60a65b26b776b2608.tar.zst freebsd-ports-gnome-f6c4e2e60eb441c85d6501e60a65b26b776b2608.zip |
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.
Cassandra was open sourced by Facebook in 2008, where it was designed
by one of the authors of Amazon's Dynamo. In a lot of ways you can
think of Cassandra as Dynamo 2.0. Cassandra is in production use at
Facebook but is still under heavy development.
WWW: http://incubator.apache.org/cassandra/
PR: ports/137477
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'databases/cassandra/pkg-descr')
-rw-r--r-- | databases/cassandra/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/cassandra/pkg-descr b/databases/cassandra/pkg-descr new file mode 100644 index 000000000000..8f6470327952 --- /dev/null +++ b/databases/cassandra/pkg-descr @@ -0,0 +1,13 @@ +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. + +Cassandra was open sourced by Facebook in 2008, where it was designed +by one of the authors of Amazon's Dynamo. In a lot of ways you can +think of Cassandra as Dynamo 2.0. Cassandra is in production use at +Facebook but is still under heavy development. + +WWW: http://incubator.apache.org/cassandra/ |