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 1409 posts
DataStax-Examples/object-mapper-java
10/23/2020
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/kafka-connector-sink-avro
This example shows how to ingest Avro records from Apache Kafka to a table in the Apache Cassandra database using the DataStax Apache Kafka Connector.Contributor(s): Chris Splinter, Tomasz LelekHave Q...
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/azure-functions-nodejs
This example shows how to use Azure Functions with the Node.js DataStax Cassandra Driver to set up a basic REST API for a Cassandra database via HTTP Endpoints. The Serverless Framework is used to fac...
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...
DataStax-Examples/google-cloud-functions-nodejs
This example shows how to use Google Cloud Functions with the Node.js DataStax Cassandra Driver to set up a basic REST API for a Cassandra database via HTTP Endpoints. The Serverless Framework is used...
DataStax-Examples/forward-paging-restui-java