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 23 posts
GitHub - RyanQuey/node-elassandra-demo: Demo incorporating Elassandra (using Docker), NodeJS (specifically, Express), and React with Searchkit. Check out the link for screenshots and the tutorial
3/1/2023
{{ message }} / node-elassandra-demo PublicNotifications Fork 3 Star 1 Demo incorporating Elassandra (using Docker), NodeJS (specifically, Express), and React with Searchkit. Check out the link f...
DataStax-Examples/tuples-nodejs
10/23/2020
Tuples are a handy data type in Cassandra for more complex data structures. Tuples are similar to User Defined Types ( UDTs ) but their fields are not named and they are frozen by default. This simple...
DataStax-Examples/object-mapper-nodejs
The Node.js DataStax Driver comes with an object mapper that removes boilerplate of writing queries and lets you focus on your application objects. This example shows how to use the mapper to access A...
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/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-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/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...
DataStax-Examples/prepared-statements-nodejs
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 ...