diff options
author | pi <pi@FreeBSD.org> | 2014-08-29 15:18:10 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-29 15:18:10 +0800 |
commit | 6751de273bc3106567a053197ae7de371bdb65c6 (patch) | |
tree | 518dc15059e009282af1509c63926b7a21576a65 /databases/Makefile | |
parent | 3d1f5a238cf71893aa59bb85bc3063ef5962ca28 (diff) | |
download | freebsd-ports-gnome-6751de273bc3106567a053197ae7de371bdb65c6.tar.gz freebsd-ports-gnome-6751de273bc3106567a053197ae7de371bdb65c6.tar.zst freebsd-ports-gnome-6751de273bc3106567a053197ae7de371bdb65c6.zip |
New port: databases/cassandra2
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://cassandra.apache.org/
The previous version is still available as databases/cassandra.
PR: 186056
Submitted by: admins@perceptyx.com
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 46ec9a34041c..a8240a6f17f2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -26,6 +26,7 @@ SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra + SUBDIR += cassandra2 SUBDIR += cdb SUBDIR += cego SUBDIR += couchdb |