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 45 posts
cyngn/ChronoServer
1/5/2018
README.md A test server for sampling how long it takes mobile & web clients to make various types of requests to a server doing common request patterns. The idea is you can set this...
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 ...
trebogeer/j-cql
7/7/2017
README.md JCQL JCQL is a tool allowing to generate boilerplate java code from existing cassandra schema. It is intended to be used with Cassandra 2.1+ due to support of UDTs (User Def...
jtruelove/exovert
README.md Is a tool that is designed to help free developers up to focus on developing services and not building the boiler plate glue code often involved with accessing a DB, creating PO...
A Guide to Cassandra with Java
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview This tutorial is an introductory guide to the Apache Cassandra database using Java. You will find ...