Open kmsantanu opened 3 years ago
ANSI SQL 92 standard queries can not run directly on Cassandra hence Kyuubi can run the queries and get the result.
Recent years Cassandra is much popular as data storage and most BI tools need a Cassandra adaptor. Kyuubi can solve the problem.
packaging kyuubi Spark Cassandra open-source driver part of the library.
provide the necessary configuration to Kubbi config file or hive JDBC url
documentation for Kyuubi cassandra integration
Small java or scala sample code to run a query to retrieve data from cassandra,
thank you @kmsantanu. Are we going to add a friendly user guide to introduce how to integrate Kyuubi with Cassandra using https://github.com/datastax/spark-cassandra-connector?
Also cc @pan3793
1. Describe the feature
ANSI SQL 92 standard queries can not run directly on Cassandra hence Kyuubi can run the queries and get the result.
2. Motivation
Recent years Cassandra is much popular as data storage and most BI tools need a Cassandra adaptor. Kyuubi can solve the problem.
3. Describe the solution
packaging kyuubi Spark Cassandra open-source driver part of the library.
provide the necessary configuration to Kubbi config file or hive JDBC url
documentation for Kyuubi cassandra integration
4. Additional context
Small java or scala sample code to run a query to retrieve data from cassandra,