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
KillrVideo/killrvideo-nodejs
3/14/2018
README.md A reference application for Node.js developers looking to learn more about using Apache Cassandra and DataStax Enterprise in their applications and services. Learn more at...
LukeTillman/killrvideo-csharp
README.md A reference application for .NET developers looking to learn more about using Apache Cassandra and DataStax Enterprise in their applications and services. Learn more at ki...
Report Number Three (Cassandra, Spark and Solr)
Changing from Hadoop to Spark, refining mandatory calculation, adding field statistics, storing records in Cassandra, indexing with Solr and calculating uniqueness.Changing to SparkLast year I did so...
PatrickCallaghan/datastax-eventsourcing
README.md This demo shows how Cassandra and DSE can be using to store and replay events. To use Spark you will need to provide your own Cassandra and Spark deployments. In this demo...
Distributed Musings
3/7/2018
Cassandra collections create tombstones? Many new cassandra users learn this the hard way, they choose cassandra collections for the wrong reasons, for the wrong use cases, and then experience what is...
thejaspm/cfstatsParseVisualize
import os import re import sys from optparse import OptionParser KEYSPACE="Keyspace" COLUMN...
DynamoDB vs DataStax | TrustRadius
3/6/2018
Amazon DynamoDB and DataStax Cassandra are similar on masterless architecture and principles, DynamoDB is managed and needs cost analysis. If you need to have better control, DataStax is better.I also...
Instagram/cassandra
README.asc Executive summary Cassandra is a partitioned row store. Rows are organized into tables with a required primary key. Partitioning means that Cassandra can distribute ...