Home / Companies / DataStax / Blog / Post Details
Content Deep Dive

Introducing DataStax Node.js Mapper for Apache Cassandra®

Blog post from DataStax

Post Details
Company
Date Published
Author
Jorge Bay Gondra
Word Count
1,013
Language
English
Hacker News Points
-
Summary

The Node.js Object Mapper for Apache Cassandra has been released, allowing users to interact with data like a set of documents. The Mapper is provided as part of the driver package and can be used across applications. It contains a single ModelMapper instance per model in an application, which retrieves and saves objects from and to the database. The Mapper also supports mapping a single model to multiple tables or views for more efficient reads. Additionally, it introduces an internal mechanism to cache query functions based on object shapes, optimizing performance. This new Object Mapper is available in DataStax Node.js Driver for Apache Cassandra version 4.0 and DataStax Enterprise Driver 2.0.