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/Makefile | |
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/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2ec1cb6b5250..98b965aef4c4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -15,6 +15,7 @@ SUBDIR += aolserver-nspostgres SUBDIR += bbdb SUBDIR += buzhug + SUBDIR += cassandra SUBDIR += cdb SUBDIR += clip SUBDIR += couchdb |