aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-08-29 15:18:10 +0800
committerpi <pi@FreeBSD.org>2014-08-29 15:18:10 +0800
commit6751de273bc3106567a053197ae7de371bdb65c6 (patch)
tree518dc15059e009282af1509c63926b7a21576a65 /databases/Makefile
parent3d1f5a238cf71893aa59bb85bc3063ef5962ca28 (diff)
downloadfreebsd-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/Makefile1
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