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
{{ message }}/node-elassandra-demoPublic- Notifications- Fork 3- Star 1Demo incorporating Elassandra (using Docker), NodeJS (specifically, Express), and React with Searchkit. Check out the link for sc
DataStax-Examples/tuples-nodejs
Tuplesare 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 arefrozenby default. This simple exa
DataStax-Examples/object-mapper-nodejs
TheNode.js DataStax Drivercomes with anobject mapperthat removes boilerplate of writing queries and lets you focus on your application objects. This example shows how to use the mapper to access Apach
DataStax-Examples/concurrent-requests-nodejs
This example shows how execute multiple concurrent requests asynchronously with Apache Cassandra™ using theNode.js DataStax Driver.Contributor(s):Jorge Bay Gondra- derived fromhereObjectives- How to l
DataStax-Examples/aws-lambda-nodejs
This example shows how to useAWS Lambdawith theNode.js DataStax Cassandra Driverto set up a basic REST API for a Cassandra database via HTTP Endpoints. TheServerless Frameworkis used to facilitate the
DataStax-Examples/quickstart-nodejs
A basic demo CRUD application using the DataStax Node.js Driver for Apache Cassandra. Run thequickstart-complete.jsfile if you want to skip the exercise and run the application with the complete code.
DataStax-Examples/google-cloud-functions-nodejs
This example shows how to useGoogle Cloud Functionswith theNode.js DataStax Cassandra Driverto set up a basic REST API for a Cassandra database via HTTP Endpoints. TheServerless Frameworkis used to fa
DataStax-Examples/prepared-statements-nodejs
This example shows the best practice of usingprepared statementsin theNode.js DataStax Driverto write and read data from a Cassandra database.Contributor(s):Dave BechbergerObjectives- Learn how to use