I’m using NodeJS for my project. I’d like to know how I can use it with ScyllaDB.
Yes, it’s possible to use the open-source NodeJS driver with ScyllaDB. Notice that this driver is not shard-aware (like some other drivers, for example, the Rust driver and the Go driver).
Some useful resources are:
- The NodeJS hands-on lab on ScyllaDB University, where you can create a sample application and interact with a ScyllaDB cluster using NodeJS.
- The Getting Started with ScyllaDB Cloud Using Node.js blog post series (Part 1, Part 2)
- The ScyllaDB Quick Start Documentation
You can learn more about ScyllaDB drivers in general and about share-aware drivers in the Using Scylla Drivers course on ScyllaDB University.