DEV Community

SajidSamsad
SajidSamsad

Posted on

ORM for Cassandra

So... I was wondering what is the best ORM for Django and Spring Boot to interact to Cassandra?

What I want is I don't want to write raw query, and the model and serialization is enriched.

One extra question.
Is it good to use Cassandra with TypeScript? Is there any good support?

Top comments (1)

Collapse
 
disha257 profile image
disha257

For your problem, I would suggest checking out DataStax Astra - (DataStax Astra is a cloud-native Cassandra-as-a-Service Built on Apache Cassandra designed to simplify cloud-native application development). It allows you to connect your application with Astra using API's and drivers. Also, here is a link to a tutorial for connecting SpringBoot with Astra : datastax.com/examples/getting-star... .

Also, Astra supports variety of Drivers and API's to connect your application with Astra. Also our node.js driver supports TypeScript. You can refer to this article to refer how node.js driver supports typescript : datastax.com/blog/typescript-suppo....

I hope this helps!