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/prepared-statements-nodejs
10/23/2020
This example shows the best practice of using prepared statements in the Node.js DataStax Driver to write and read data from a Cassandra database.Contributor(s): Dave BechbergerObjectivesLearn how to ...
DataStax-Examples/iot-demo-java
There are a large number of devices that are generating, tracking, and sharing data across a variety of networks. This can be overwhelming to most data management solutions. Cassandra is a great fit ...
DataStax-Examples/geospatial-demo
This is short demo which shows how to find all the UK postcode within a certain area. This area can be a postcode or a longitude/latitude combination.Contributor(s): Patrick CallaghanObjectivesTo demo...
DataStax-Examples/quickstart-c
A basic demo CRUD application using the DataStax C/C++ Driver for Apache Cassandra. Run the quickstart_complete.c file if you want to skip the exercise and run the application with the complete code.C...
DataStax-Examples/taxi-iot-demo
This demo traces moving vehicles as they pass through geohash tiles. It also keeps track of a vehicle movements on a day to day basis. Similar to a vessel tracking or taxi application.Contributor(s): ...
DataStax-Examples/dc-latency-checker
This a simple program that can be run to check the difference in latencies between 2 data centers and calculates an ongoing average.Contributor(s): Patrick CallaghanObjectivesObserve the latency diffe...
DataStax-Examples/SparkBuildExamples
These are template projects that illustrate how to build Spark Application written in Java or Scala with Maven, SBT or Gradle which can be run on either DataStax Enterprise (DSE) or Apache Spark. The...
DataStax-Examples/banking-iot-demo
A bank wants to help locate and tag all their expenses/transactions in their bank account to help them categorize their spending. The users will be able to tag any expense/transaction to allow for eff...