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-python
10/23/2020
A basic Python demo CRUD application using the DataStax Python Driver for Apache Cassandra. Run the quickstart_complete.py file if you want to skip the exercise and run the application with the comple...
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/kafka-connector-sink-json
This example shows how to ingest JSON records from Kafka to multiple tables in the Cassandra database using the DataStax Apache Kafka Connector.Contributor(s): Chris Splinter, Tomasz LelekHave Questio...
DataStax-Examples/concurrent-requests-nodejs
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...