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 36 posts
Brief Introduction to Cassandra Query Language (CQL) - Cassandra Tutorial | Intellipaat.com
2/21/2018
« Previous Next » CQL is simple api mean for accessing Cassandra.CQL adds an abstraction layer that hides implementation details of this structure and provides native syntaxes for collections and o...
GumGum: Multi-Region Cassandra in AWS
1/12/2018
GumGum: Multi-Region Cassandra in AWS SlideShare Explore You Successfully reported this slideshow.GumGum: Multi-Region Cassandra in AWSUpcoming SlideShareLoading in …5× ...
Multi-Region Cassandra in AWS | DataStax Academy: Free Cassandra Tutorials and Training
Home » Presentations » Multi-Region Cassandra in AWSAbout this PresentationGumGum relies heavily on Cassandra for storing different kinds of metadata. Currently GumGum reaches 1 billion unique visitor...
Hello Cassandra! A Java Client Example
11/13/2017
package test1;import java.util.Date;import com.datastax.driver.core.*;import com.datastax.driver.core.policies.DCAwareRoundRobinPolicy;/* * Simple Java client test to connect to trial cluster, create ...
Consulting Cassandra: Second Contact with the Monolith
In the first part of this blog (Cluster Creation in Under Ten Minutes), I created a Cassandra cluster. In this part, we blast off to the Moon for 2nd contact. Consulting the Oracles Croesus: Hi Oracle...
Bootstrapping Apache Cassandra Nodes
10/19/2017
Auto bootstrapping is a handy feature when it comes to growing an Apache Cassandra cluster. There are some unknowns about how this feature works which can lead to data inconsistencies in the cluster. ...
Learning Apache Cassandra-Part-4-Adding Node To Cassandra Cluster
In last post of this series we learnt how to install cassandra on Rhel 6. In this post we will look into additional configuration parameter that is needed to configure in order to facilitate other nod...
Introduction to Spark & Cassandra — Rustyrazorblade
9/14/2017
I've been messing with Apache Spark quite a bit lately. If you aren't familiar, Spark is a general purpose engine for large scale data processing. Initially it comes across as simply a replacement f...