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/blobs-java
10/23/2020
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...
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...