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
Querying Cassandra from Scala – Beyond the lines
3/7/2019
TwitterLinkedinFacebookRedditWhen it comes to accessing Cassandra from Scala there are 2 possible approaches: The official Java driver A custom DSL like Quill or Phantom Custom-DSL are nice as they pr...
paradoxical-io/cassandra.leadership
3/6/2019
A library to help elect leaders using cassandra. Cassandra is already leveraging paxos, and with cassandra's expiring columns we can build a simple leadership election module. Installation To insta...
Introducing Transient Replication
Posted on December 03, 2018 by The Apache Cassandra Community« Back to the Apache Cassandra BlogTransient Replication is a new experimental feature soon to be available in 4.0. When enabled, it allows...
Ericsson/ecaudit
2/27/2019
The ecAudit plug-in provides an audit logging feature for Apache Cassandra to audit CQL statement execution and login attempt through native CQL protocol.If you are reading this on github.com, pleas...
YugaByte/cassandra-loader
Introduction cassandra-loader is a general-purpose, delimited-file, bulk loader for Cassandra. It supports a number of configuration options to enable bulk loading of various types of delimited files...
yabinmeng/dseutilities
2/22/2019
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...
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...
scylladb/scylla-migrator
Make sure sbt is installed on your machine, and run build.sh.Create a config.yaml for your migration using the template config.yaml in the repository root. Read the comments throughout carefully.The S...