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 59 posts
thelastpickle/docker-cassandra-bootstrap
5/25/2018
A new blog post covering each of the main components of this project can be found here: http://thelastpickle.com/blog/2018/01/23/docker-meet-cassandra.html git clone git@github.com:thelastpickle/docke...
smartcat-labs/berserker
5/17/2018
Load generator with modular architecture. Berserker is designed to be modular from beginning as illustrated on the following diagram.Rate generator controls the rate at which load generator operates,...
JeremyGrosser/tablesnap
4/3/2018
Theory of OperationTablesnap is a script that uses inotify to monitor a directory for IN_MOVED_TO events and reacts to them by spawning a new thread to upload that file to Amazon S3, along with a JSON...
KillrVideo/killrvideo-nodejs
3/14/2018
README.md A reference application for Node.js developers looking to learn more about using Apache Cassandra and DataStax Enterprise in their applications and services. Learn more at...
LukeTillman/killrvideo-csharp
README.md A reference application for .NET developers looking to learn more about using Apache Cassandra and DataStax Enterprise in their applications and services. Learn more at ki...
thejaspm/cfstatsParseVisualize
3/7/2018
import os import re import sys from optparse import OptionParser KEYSPACE="Keyspace" COLUMN...
Instagram/cassandra
3/6/2018
README.asc Executive summary Cassandra is a partitioned row store. Rows are organized into tables with a required primary key. Partitioning means that Cassandra can distribute ...
doanduyhai/killrchat
2/18/2018
README.md A hand's on exercise for Cassandra 2.1. This hands-on will make you, step by step with unit tests, create a working chat application using Apache Cassandra™ Achilles Sprin...