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
strapdata/elassandra
7/18/2018
README.md Elassandra is a fork of Elasticsearch modified to run as a plugin for Apache Cassandra in a scalable and resilient peer-to-peer architecture. Elasticsearch code is embedd...
Data Modeling in Cassandra | Baeldung
7/17/2018
I just announced the new Spring 5 modules in REST With Spring: >> CHECK OUT THE COURSE 1. Overview Cassandra is a NoSQL database that provides high availability and horizontal scalability without co...
Introduction | Introduction To Cassandra
This book is a basic introduction to Cassandra. The major information and knowledge came from http://datastax.com/.I will also comment some concepts based on realistic examples and can understand thos...
Understand the Cassandra data model
The Cassandra data model defines Column family as a way to store and organize data Table as a two-dimensional view of a multi-dimensional column family Operations on tables using the Cassandra Quer...
Cassandra Database Tutorial for Beginners: Learn in 3 Days
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 ...
Learn Cassandra Data Modeling with Simple Example
Although Cassandra query language resembles with SQL language, their data modelling methods are totally different. In Cassandra, a bad data model can degrade performance, especially when users try to ...
Cassandra Data Modeling: Primary, Clustering, Partition, and Compound Keys - DZone Database
In this post, we are going to discuss the different keys available in Cassandra. The primary key concept in Cassandra is different from relational databases. Therefore, it is worth spending some time ...
Cassandra Data Modeling Best Practices, Part 2
In the first part, we covered a few fundamental practices and walked through a detailed example to help you get started with Cassandra data model design. You can follow Part 2 without reading Part 1, ...