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
DataStax-Examples/cluster-topology-java
10/23/2020
The DataStax Drivers store metadata about the database cluster that they are connected to, this information can be useful in applications and tools. This example shows how to access that metadata to r...
DataStax-Examples/quickstart-java
A basic CRUD Java application using the DataStax Java Driver for Apache Cassandra. Run the GettingStartedComplete.java file if you want to skip the exercise and run the application with the complete c...
DataStax-Examples/blobs-java
Binary Large Objects ( Blobs ) can be useful when the data doesn't fit into a standard Cassandra data type. Some examples of common Blob usage are for images or large files. Be careful of the size of ...
DataStax-Examples/concurrent-requests-java
This example shows three different ways of handling concurrent request execution with Apache Cassandra™ using the Java DataStax Driver.Contributors: Olivier Michallat, Hsu-Kwang Hwang, Tomasz Lelek - ...
DataStax-Examples/object-mapper-java
The Java DataStax Driver comes with an object mapper that removes boilerplate of writing queries and lets you focus on your application objects. This example shows how to use mapper to build Data Acce...
DataStax-Examples/cassandra-reactive-demo-java
Full demo application that interacts with Apache Cassandra using the Java DataStax driver 4.4+, reactive programming and the Spring Framework.This was used as part of a presentation at DataStax Accele...
DataStax-Examples/random-paging-restui-java
Working on a backend REST service that handles access to Cassandra while passing results back to a web front-end for display? You've come to the right place if you have any paging functionality in tha...
DataStax-Examples/paging-graph-results-java
This example shows you how to handle page graph result sets on a DataStax Graph traversal. It contains three different methods for processing results:Unpaged results - This does not use paging at all...