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 57 posts
DataStax-Examples/quickstart-csharp
10/23/2020
A basic C#/.NET demo CRUD application using the DataStax C# Driver for Apache Cassandra. Use the QuickStartComplete project if you want to skip the exercise and run the application with the complete c...
DataStax-Examples/quickstart-nodejs
A basic demo CRUD application using the DataStax Node.js Driver for Apache Cassandra. Run the quickstart-complete.js file if you want to skip the exercise and run the application with the complete cod...
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...