aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-05-02 19:48:32 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-05-02 19:48:32 +0000
commita7404fb865c3e7ede2b5e74dd9ebce71a266a746 (patch)
tree09d2a1386b78ff42c6b1619a18f58435fc2146b5 /databases/Makefile
parent2f7e3d4f5db1684753bafbdfa09193403687f99c (diff)
downloadports-a7404fb865c3e7ede2b5e74dd9ebce71a266a746.tar.gz
ports-a7404fb865c3e7ede2b5e74dd9ebce71a266a746.zip
New port: databases/cassandra4: Highly scalable distributed database
Apache Cassandra is a free and open-source distributed database. It is a Java-based, highly scalable, eventually consistent, wide column store. Cassandra database clusters are masterless with no single point of failure. Replication can be configured across multiple data centers. Originally influenced by Dynamo and BigTable, Cassandra was initially developed at and open sourced by Facebook before becoming a top-level Apache project. The CQL query language offers SQL-like data access and management. Drivers are available for a number of languages. This is an ALPHA version! It is not intended for production use. WWW: https://cassandra.apache.org/ PR: 246081 Submitted by: Angelo Polo <language.devel@gmail.com> Reviewed by: yuri
Notes
Notes: svn path=/head/; revision=533701
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 072b892765c7..6dfd8a5fbad4 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -32,6 +32,7 @@
SUBDIR += c3p0
SUBDIR += cassandra-cpp-driver
SUBDIR += cassandra3
+ SUBDIR += cassandra4
SUBDIR += casstcl
SUBDIR += cayley
SUBDIR += cdb