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
Apache Cassandra, Part 6: Time Series Modelling
12/19/2019
Consider a scenario where we have weather data coming in from various weather stations and we have to store key value pairs of time and temperature against each station.Cassandra supports up to 2 Bill...
Apache Cassandra, Part 7: Secondary Index, Replication, and Tips
Feb 10, 2018 · 2 min readThis series of posts present an introduction to Apache Cassandra. It discusses key Cassandra features, its core concepts, how it works under the hood, how it is different from...
Apache Cassandra, Part 4: Data Flow and Core Concepts
Data flow in Cassandra looks like this:https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlHowDataWritten.htmlIncoming data is written into a commit log as well as in an in-memory store. Once ...
Apache Cassandra, Part 3: Row vs Column Stores
When talking about data stores it is helpful to keep this image in mind.A disk read is an expensive operation and should be used in minimum to ensure performance of a data system. With this image in m...
Apache Cassandra, Part 2: Cassandra vs MongoDB
Apache Cassandra, Part 1: Introduction and Key Features
Apache Cassandra and Python Step by Step Guide with Example
12/12/2019
This tutorial gives you just enough information to get you up and running quickly with Apache Cassandra and Python Driver.It will help you to learn how to install the driver, connect to a Cassandra cl...