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
Making the Change from Thrift to CQL (Cassandra Query Language)
4/15/2018
CQL Under the HoodAt this point, most users should be aware that CQL has replaced Thrift as the standard (and therefore recommended) interface for working with Cassandra. Yet it remains largely misund...
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...
Cassandra Backup and Restore - Backup in AWS using EBS Volumes
Data is critical to modern business and operational teams need to have a Disaster Recovery Plan (DRP) to deal with the risks of potential data loss. At TLP, we are regularly involved in the data recov...
GraphSense - Blockchain Analytics
3/22/2018
GraphSense is an open source platform for analyzing cryptocurrencies such as Bitcoin. Address Clustering: partition the set of addresses observed in a cryptocurrency ecosystem into maximal subsets (cl...
Static columns in Cassandra and their benefits - Info Support Blog
3/21/2018
In my previous blogpost “Analysis of the impact of new use cases on a Cassandra data model and operations in code” I looked at the risks of deploying Cassandra. In Cassandra we face the challenges of ...
Sysdig | Troubleshooting Cassandra column selection to boost database performance
3/20/2018
IntroductionThis post was written by one of Sysdig’s engineers Gianluca Borello and was originally featured on Planet Cassandra.As far as databases go, I’m a huge fan of Cassandra: it’s an incredibly ...
A Reference Application for Apache Cassandra and DataStax Enterprise
3/14/2018
Apache Cassandra's peer-to-peer architecture makes it a great choice when you need scalability and high availability. It's also a lot different from the RDBMS systems you mig...