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
Instaclustr: 7 easy steps to Cassandra cluster migration
9/13/2018
This is a guest post for the Computer Weekly Open Source Insider blog written by Ben Slater in his capacity as chief product officer at Instaclustr.Instaclustr positions itself as firm offering manage...
Pick‘n’Mix: Cassandra, Spark, Zeppelin, Elassandra, Kibana, & Kafka - Instaclustr
Kafkaesque: \ käf-kə-ˈesk \Marked by a senseless, disorienting, menacing, nightmarishly complexity.One morning when I woke from troubled dreams, I decided to blog about something potentially Kafkaesqu...
eevans/cdsh
9/7/2018
A simple wrapper script around DSH for Apache Cassandra. Description dsh restricts you to flat groups lists, cdsh wraps dsh to allow you to define your clusters in a single YAML file (~/.cdsh by defa...
Advanced Time Series Data Modelling
Collecting Time Series Vs Storing Time SeriesCassandra is well known as the database of choice when collecting time series events. These may be messages, events or similar transactions that have a tim...
Apache Cassandra, Part 7: Secondary Index, Replication, and Tips
This 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 other data stores, data ...
Apache Cassandra, Part 6: Time Series Modelling
Apache Cassandra, Part 5: Data Modelling with Examples
Data modelling in Cassandra revolves around two goals:Spread data evenly among partitions.A read query should (ideally) hit only a single partition.Often you will find yourself in scenarios, and as yo...
Apache Cassandra, Part 4: Data Flow and Core Concepts