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
Spark Streaming, Kafka and Cassandra Tutorial - Instaclustr
4/2/2019
This tutorial builds on our basic “Getting Started with Instaclustr Spark and Cassandra” tutorial to demonstrate how to set up Apache Kafka and use it to send data to Spark Streaming where it is summa...
14 Things To Do When Setting Up a New Cassandra Cluster
2/21/2019
Over the last few years, we’ve spent a lot of time reviewing clusters, answering questions on the Cassandra User mailing list, and helping folks out on IRC. During this time, we’ve seen the same issu...
Getting Started with Cassandra and Spark | Codementor
1/26/2019
This tutorial is going to go through the steps required to install Cassandra and Spark on a Debian system and how to get them to play nice via Scala. Spark and Cassanrda exist for the sake of applicat...
Example: Deploying Cassandra with Stateful Sets
10/24/2018
Edit This PageThis tutorial shows you how to develop a native cloud Cassandra deployment on Kubernetes. In this example, a custom Cassandra SeedProvider enables Cassandra to discover new Cassandra nod...
Intro to Cassandra
10/5/2018
Intro to Cassandra SlideShare Explore You Successfully reported this slideshow.Intro to CassandraUpcoming SlideShareLoading in …5× 0 C...
Cassandra Database Tutorial for Beginners: Learn in 3 Days
7/17/2018
Cassandra is a distributed database management system designed for handling a high volume of structured data across commodity servers. In this tutorial, you will see the various concept of Cassandra ...
How Not To Use Cassandra Like An RDBMS (and what will happen if you do) - OpenCredo
Cassandra isn’t a relational database management system, but it has some features that make it look a bit like one. Chief among these is CQL, a query language with an SQL-like syntax. CQL isn’t a bad ...
Cassandra schema migrations made easy with Apache Spark
By far the most common question I get asked when talking about Cassandra is once you've denormalised based on your queries what happens if you were wrong or a new requirement comes in that requires a ...