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 22 posts
johnnywidth/cql-calculator
6/17/2020
About projectCassandra is known for splitting data into the partitions and has a few limitations as to the performance, therefore, it's critical to keep the size of partitions small.To solve that ...
Newts
12/19/2019
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...
Reaper 1.4 Released
2/21/2019
Cassandra Reaper 1.4 was just released with security features that now expand to the whole REST API.Security Improvements Reaper 1.2.0 integrated Apache Shiro to provide authentication capabilities in...
brianmhess/cassandra-count
1/30/2019
Count rows in Cassandra TableSimple program to count the number of records in a Cassandra table. By splitting the token range using the numSplits parameter, you can reduce the amount each query is cou...
aksakalli/sandraREST
1/15/2019
sandraREST is a Cassandra Manager REST API and Web UI. Features Present database Run a CQL query Drop/Update/Create Keyspace Drop Column Family Drop/Update/Create Column List data of Column Family Do...
yabinmeng/dseutilities
11/14/2018
Description This repository contains a list of Misc. utilities, sample codes, and blog posts that I wrote in order to ease the learning and working with DataStax Enterprise (DSE). Disclaimer: Most, if...
CQL Data Modeler
11/13/2018
This tool is meant to improve your experience with Apache Cassandra. Provide some information about your table definition, and the size, population, and cluster distributions of each o...
Kindrat/cassandra-client
10/21/2018
This client is intended to be a simple GUI solution to work with cassandra 3. What it already can: connect to cassandra load and show tables show table DDL show table data (simple editable ta...