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
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...
Tom-Causs/kafka-cassandra-poc
10/23/2019
The app consists of two parts: Kafka Producer - generates random messages and sends them to Kafka Kafka Consumer - reads messages from Kafka topic and stores them in Cassandra Requirements Java 8 Git...
A Guide to Cassandra with Java | Baeldung
7/18/2019
1. OverviewThis tutorial is an introductory guide to the Apache Cassandra database using Java. You will find key concepts explained, along with a working example that covers the basic steps to connect...
HubSpot/gc_log_visualizer
10/24/2018
The python script gc_log_visualizer.py will use gnuplot to graph interesting characteristics and data from the given gc log.pre/post gc amounts for total heap. Bar for InitiatingHeapOccupancyPercent i...