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
Jagatveer/terraform-cassandra-multinode
7/30/2019
Follow these steps to get a 3 node cassandra cluster up and running. Install terraform. Update variables.tf with proper values run terraform get This is to install an external module for cassandr...
avinash-mishra/cassandra_snapshot_backup
Synopsis Cassandra does not provide an easy way to snapshot files and store these snapshots in local directories. This script does that for the user, and restores them using the same snapshot files cr...
ScyllaDB is better than Cassandra, and here’s why.
7/29/2019
by Kartik KhareDatabase by Nick Youngson CC BY-SA 3.0 Alpha Stock ImagesScyllaDB is one of the newest NoSQL database which offers really high throughput at sub millisecond latencies. The important poi...
tomekkup/helenos
Introduction Helenos is a free web based environment that simplifies a data exploring & schema managament with Apache Cassandra database. Features list Exploring schema Viewing properties of keyspace...
brianmhess/expensivest
7/22/2019
Getting Started To generate the basic pom.xml I navigated to https://start.spring.io From there I filled in the following: Group: hessian Artifact: expensivest I then added the following dependencies...
sky-uk/cassandra-operator
The Cassandra Operator is a Kubernetes operator that manages Cassandra clusters inside Kubernetes. The project is alpha status and can be used in development environments. It is not yet recommended f...
thelastpickle/tlp-stress
7/19/2019
This project is a work in progress.Please see our Google Group for discussion.cassandra-stress is a configuration-based tool for doing benchmarks and testing simple datamodels for Apache Cassandra. U...
A Guide to Cassandra with Java | Baeldung
7/18/2019
1. OverviewThis tutorial is an introductory guide to the Apache Cassandra database using Java. You will find key concepts explained, along with a working example that covers the basic steps to connect...