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 27 posts
instaclustr/instarepair
3/22/2019
Repairs a Cassandra cluster using read repairs. Supports the same options as nodetool repair where possible. ic-repair [ ...] Option Description -u,--username Cassandra username to connect with -pw...
Instaclustr Open-sources Cassandra sstable Analysis Tools
9/13/2018
At Instaclustr we spend a lot of time managing Cassandra clusters – we have team of engineers that 24×7 do nothing but manage Cassandra clusters. Big clusters, tiny clusters, clusters with awesome dat...
instaclustr/cassandra-sstable-tools
$ git clone git@github.com:instaclustr/cassandra-sstable-tools.git $ cd cassandra-sstable-tools # Select the correct branch for major version (default is cassandra-3.11) $ git checkout cassandra-3.11 ...
Update released for Instaclustr sstable analysis tools for Apache Cassandra - Instaclustr
Instaclustr is pleased to announce the latest update for it’s open-sourced sstable analysis tools for Apache Cassandra.These tools, first released in February 2017, help operators to gain an accurate ...
Cassandra Parameters for Dummies
7/24/2018
This simple form allows you to try out different values for your Apache Cassandra cluster and see what the impact is for your application.Cluster size Replication Factor Write Level Read Level You...
Reaper: Easy Repair Management for Apache Cassandra
Reaper: Easy Repair Management for Apache Cassandra Simple web based UI Full and incremental support Supports all Cassandra versions Set and forget No crontab required Automatically scales with y...
Cassandra & Zeppelin Notebook on Docker
10/31/2017
This is a repository for a couple of docker-compose scripts, one of which that creates two Docker containers - one with a Zeppelin instance and the other one with a Cassandra node, the other one start...
Docker-Cassandra
This repository contains a set of scripts and configuration files to run a Cassandra cluster from Docker containers. The current version of this repository is configured to create a Cassandra 1.2 or 2...