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 53 posts
DataStax-Examples/concurrent-requests-nodejs
10/23/2020
This example shows how execute multiple concurrent requests asynchronously with Apache Cassandra™ using the Node.js DataStax Driver.Contributor(s): Jorge Bay Gondra - derived from hereObjectivesHow to...
DataStax-Examples/concurrent-requests-python
This example shows how execute multiple concurrent requests asynchronously with Apache Cassandra™ using the Python DataStax Driver.Contributor(s): Alan Boudreault - derived from hereObjectivesHow to l...
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/aws-lambda-nodejs
This example shows how to use AWS Lambda 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 facilita...
DataStax-Examples/quickstart-csharp
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...