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
Apache Cassandra, Part 4: Data Flow and Core Concepts
12/19/2019
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
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 1: Introduction and Key Features
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...
OpenNMS/newts
Newts is a time-series data store based on Apache Cassandra.High throughput Newts is built upon Apache Cassandra, a write-optimized, fully distributed partioned row store. Grouped access It's common t...
Newts
High throughputNewts is built upon Apache Cassandra, a write-optimized, linearly scalable distributed database; Easily grow storage or throughput by simply adding new nodes to the cluster.Grouped acce...
opennms-config-modules/cassandra
<service name="JMX-Cassandra" interval="30000" user-defined="false" status="on"> <parameter key="port" value="7199"/> <parameter key="retry" value="2"/> <parameter key="timeout" value="300...