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 28 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/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 ...
MachineAcuity/rebar
8/5/2020
Multi-tenant SaaS boilerplate + examples for universal web application with React, Material-UI, Relay, GraphQL, JWT, Node.js, C* DB - Cassandra/Elassandra/Scylla.ClientTechnology Description found Ext...
dcreey1/cassandra-rest-api
6/24/2020
Restful versioned API proof of concept using the following technologies:ESlint Babel Express Cassandra - using cassandra-driver Mocha - unit tests Gaze - homebrew file-watcher for automatic re-transpi...
Overview
1/16/2020
Express-Cassandra is a Cassandra ORM/ODM/OGM for NodeJS with Elassandra & JanusGraph Support. No more hassling with raw cql queries from your nodejs web frameworks. Express-Cassandra automatically loa...