0

I wish to integrate Apache Calcite as a library or server on top of Apache Cassandra database and use it as SQL datasource in Hibernate ORM or any other JPA implementation.

Is this possible ?

Piyush Katariya
  • 655
  • 8
  • 11

1 Answers1

0

A quick browse of the Apache Calcite website shows that a Cassandra adapter exists which allows you to query Cassandra with Calcite.

Have a look at the documentation which has an example and details. Cheers!

Erick Ramirez
  • 13,964
  • 1
  • 18
  • 23