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
Seattle Cassandra Users: An OSS Java Abstraction Layer for Cassandra
9/23/2020
Seattle Cassandra Users: An OSS Java Abstraction Layer for Cassandra SlideShare Explore You Successfully reported this slideshow.Seattle Cassandra Users: An OSS Java...
mgubaidullin/infinity
9/4/2020
Infinity is a prototype of cloud-agnostic forecasting platform inspired by Amazon Forecast service.Project was created as a part of the DataStax Hackathon aka ✨ASTRAKATHON✨ and won the first p...
Java 11 Support in Apache Cassandra 4.0
7/20/2020
At the end of July, support for Java 11 was merged into the Apache Cassandra trunk, which will be shipped in the next major release, Cassandra 4.0. Prior to this, Cassandra 3.0 only ran using Java 8,...
hychrisli/REST-Cassandra
6/24/2020
RESTful Web Service on Cassandra. CMPE 282 Assignment.GoalSupport http methods GET/POST/PUT/DELETE through Java based REST API FunctionalityGET /.../rest/employee/ GET /.../rest/project GET /.../rest/...
datastax/cassandra-quarkus
5/26/2020
An Apache Cassandra(R) extension for Quarkus.To run the non-native integration tests simply execute:mvn clean verify To run the native integration tests as well, execute:mvn clean verify -Dnative You ...
DataStax-Examples/java-cassandra-driver-from3x-to4x
5/12/2020
ObjectivesThis repository contains a list of standalone classes illustrating each a dedicated feature of the DataStax java driver.The purpose is to provide you an extended list of code samples with ex...
Lessons Learned on Java Tuning for Our Cassandra Clusters (Carlos Mon…
3/1/2020
Lessons Learned on Java Tuning for Our Cassandra Clusters (Carlos Mon… SlideShare Explore You Successfully reported this slideshow.We use your LinkedIn profile and activity data to personalize ads and...
Garbage Collection Tuning for Apache Cassandra
12/19/2019
This is our second post in our series on performance tuning with Apache Cassandra. In the first post, we examined a fantastic tool for helping with performance analysis, the flame graph. We specifical...