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 42 posts
apache/usergrid
10/3/2018
Overview Usergrid is a multi-tenant Backend-as-a-Service stack for web & mobile apps, based on RESTful APIs. Contributing We accept all contributions via our GitHub, so you can fork our repo (apache/...
Spring Data for Apache Cassandra
7/26/2018
The learning curve for developing applications with Apache Cassandra is significantly reduced when using Spring Data for Apache Cassandra. With the power to stay at a high level with annotated POJOs, ...
Building a Custom Spark Connector for Near Real-Time Speech-to-Text Transcription - Developer Blog
The Fortis project is a social data ingestion, analysis, and visualization platform. Originally developed in collaboration with the United Nations Office for the Coordination of Humanitarian Affairs (...
Monitoring Cassandra with Prometheus
2/11/2018
Cassandra is one of many Java-based systems that offers metrics via JMX. The JMX Exporter offers way to use these with Prometheus. By following these steps you can be up and running in under a minute!...
Stuff & Information
1/5/2018
I'm interested in and some times blog about: An introduction to functional Scala Java and the JVM Cassandra Performance and Monitoring General nerdery Slides for the talks I've given recentlyBuilding...
cyngn/ChronoServer
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...