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 23 posts
Cassandra Lunch #11 : Different Cassandra Distributions and Variants - Business Platform Team
8/21/2020
In case you missed Cassandra Lunch #11, we discussed 10 different Cassandra distributions and variants. In this blog, we will give a quick introduction to those 10 distributions and variants. We have ...
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...
rackerlabs/ansible-dse
6/19/2019
ansible-dse These Ansible playbooks will build a DataStax Enterprise cluster. You can pre-build a Rackspace Cloud environment or run the playbooks against an existing environment. It support multiple ...
Cassandra Data Modeling Notes
3/16/2019
Architecture and OperationArchitecture Performance Maintenance Monitoring Data ModelingModeling principles Good to know Calculate partition size Estimate partition disk space Modeling principles Kno...
iamthiago/cassandra-phantom
3/14/2019
This project will give you the idea on how to design your cassandra tables in scala using the phantom-dsl. My inspiration is to bring here a more real world example based on this library.Connect to a ...
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...
Querying Map-like Data in DSE Search
1/25/2019
DSE search doesn’t yet support indexing frozen maps. When people have map-like data and would like to use Solr Query, how could we make it possible? In this blog, we demonstrate two approaches.SetupLe...
How to performance tune data streaming activities like repair and bootstrap
When running streaming processes like repair and bootstrap it's possible to tune the performance. You can throttle performance if your nodes are becoming overloaded and unthrottle performance to allow...