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 ?
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 ?
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!