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 7 posts
riptano/ccm
8/2/2018
A script/library to create, launch and remove an Apache Cassandra cluster on localhost.The goal of ccm and ccmlib is to make it easy to create, manage and destroy a small Cassandra cluster on a local ...
Jon Haddad: Cassandra Summit Recap - Diagnosing Problems in Production
1/30/2018
Last week at the Cassandra Summit I gave a talk with Blake Eggleston on diagnosing performance problems in production. We spoke to about 300 people for about 25 minutes followed by a healthy Q&A sess...
cloudurable/cassandra-image
1/12/2018
Goal of this project is to create AMI, Vagrant Box and Docker base images that one could use to deploy Cassandra.The docker image is hosted on docker hub (see DockerHub). The vagrant box is hosted on ...
How to Setup a Highly Available Multi-AZ Cassandra Cluster on AWS EC2 - High Scalability -
12/21/2017
This is a guest post by Alessandro Pieri, Software Architect at Stream. Try out this 5 minute interactive tutorial to learn more about Stream’s API.Originally built by Facebook in 2009, Apache Cassand...
DSE Search (Apache Cassandra + Solr) Deployment Guide
7/13/2017
DSE Search (Apache Cassandra + Solr) Deployment GuideLet me guess, you deployed DSE with just Cassandra enabled, realized you needed additional search capabilities, and restarted your nodes as DSE Sea...
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 ...