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 31 posts
Deploy a highly-available Cassandra cluster in AWS using Kubernetes
10/24/2018
Deploy a highly-available Cassandra cluster in AWS using KubernetesAt Merapar, we use Cassandra as the back-bone for some of our highly-available cloud solutions. Cassandra is a highly available, high...
Global Cloud — Active-Active and Beyond
10/3/2018
Global Cloud — Active-Active and BeyondThis is a continuing post on the Netflix architecture for Global Availability. In the past we talked about efforts like Isthmus and Active-Active:Isthmus — Resil...
DataStax Enterprise (DSE) on the AWS Cloud
9/25/2018
DataStax Enterprise (DSE) on the AWS Cloud Quick Start Reference Deployment – Overview Costs and Licenses use. To use the Quick Start to build a productio...
AWS Lambda with Managed Cassandra - Part 1: Let's Build a POC - Instaclustr
9/13/2018
Serverless architecture is an attractive solution for both small businesses and large enterprises. The former gains the ability to go to market quickly while the latter are able to reduce IT costs by ...
Deploy DataStax Enterprise (DSE) on the AWS Cloud with New Quick Start
9/5/2018
DSE is the always-on data platform for cloud applications that is powered by Apache Cassandra. DSE is designed to handle big data workloads across multiple nodes with no single point of failure, by em...
Introduction - Setup lambda architecture example
8/30/2018
SETUP LAMBDA ARCHITECTURE EXAMPLE 1. Introduction - Setup lambda architecture example 24 March 2016Let’s see how to build a lambda architecture example (LAE) for processing huge log data.What...
Snap Cassandra to S3 with tablesnap
4/3/2018
We were trying to find solution to backup and restore Cassandra hosted on AWS without loosing too much data . We tried using the native nodetool snapshot but we will loose data between the snapshots. ...
JeremyGrosser/tablesnap
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...