Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 1409 posts
Alternatives to DataStax OpsCenter
2/8/2017
Overview of nodes in DataStax OpsCenterAlternatives to DataStax OpsCenterAfter our latest upgrade of OpsCenter at the top of its UI new banner showed up with rather sad announcement:Starting with vers...
Cassandra UDF/UDA Technical Deep Dive
1/18/2017
In this blog post, we’ll review the new User-Defined Function (UDF) and User-Defined Aggregate (UDA) feature and look into their technical implementation.For the remaining of this post Cassandra == Ap...
Cassandra Lucene Index
1/17/2017
Stratio’s Cassandra Lucene Index, derived from Stratio Cassandra, is a plugin for Apache Cassandra that extends its index functionality to provide near real time search such as ElasticSearch or Solr, ...
LukeTillman/dse-docker
1/10/2017
README.md DataStax has started offering official Docker images for development environments, which is great news! I was fortunate to be involved in the planning and creation of thos...
How to collect Cassandra metrics
This post is part 2 of a 3-part series about monitoring Apache Cassandra. Part 1 is about the key performance metrics available from Cassandra, and Part 3 details how to monitor Cassandra with Datadog...
How to Monitor Cassandra
This post is part 1 of a 3-part series about monitoring Apache Cassandra performance. Part 2 is about collecting metrics from Cassandra, and Part 3 details how to monitor Cassandra with Datadog.What i...
How To Configure and Run Cassandra on OpenShift – OpenShift Blog
1/6/2017
Cassandra is an open-source, distributed, decentralized, horizontally scalable, and highly available NoSQL database. It is based on Amazon Dynamo distribution model and its data model is based on Goo...
Adding Cassandra Node in OpenShift to Existing Cluster
I have 3 cassandra nodes(S1,S2,S3) which are installed on CentOS 6. Two of them (S1,S2) are in datacenter A and one of them (S3) is in openshift. I am trying to make benchmark test with multiple node ...