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
how to create cassandra cluster on docker
12/12/2017
how to create cassandra cluster on docker - Google SearchPlease click here if you are not redirected within a few seconds.We've detected you're using an older version of Chrome.Reinstall to stay secur...
calvinlfer/compose-cassandra-cluster
README.md A docker-compose blueprint that describes a 3 node Cassandra cluster. It only exposes important Cassandra ports on the seed node to the host machine. Internally, all of the nodes...
Running Cassandra with Linux on Azure and Accessing it from Node.js
ImportantAzure has two different deployment models for creating and working with resources: Resource Manager and Classic. This article covers using the Classic deployment model. Microsoft recommends t...
How to integrate Spark and Cassandra
12/9/2017
Hello Cassandra! A Java Client Example
11/13/2017
package test1;import java.util.Date;import com.datastax.driver.core.*;import com.datastax.driver.core.policies.DCAwareRoundRobinPolicy;/* * Simple Java client test to connect to trial cluster, create ...
Consulting Cassandra: Second Contact with the Monolith
In the first part of this blog (Cluster Creation in Under Ten Minutes), I created a Cassandra cluster. In this part, we blast off to the Moon for 2nd contact. Consulting the Oracles Croesus: Hi Oracle...
lbruand/cql2plantuml
11/11/2017
README.md Turn any CQL ( Cassandra) schema into a graphical representation. A small scala tool to transform a schema to a plantuml puml file that can be in turn transformed into a graphi...
waldmark/spark-cassandra-batch-s3-examples
11/3/2017
README.md Spark Casaandra Example Java example of Apache Spark consuming and processing 911 calls stored in Cassandra. Requirements: Java 8 installed Cassandra Scality S3 server This ...