Initial commit
3 files changed
tree: 10b86b8e108c354fe964ce8316884e366bcb3dbf
  1. .gitignore
  2. LICENSE
  3. README.md
README.md

Apache Kyuubi Client

What is Apache Kyuubi?

Apache Kyuubiâ„¢ is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.

Kyuubi provides a pure SQL gateway through Thrift JDBC/ODBC interface for end-users to manipulate large-scale data with pre-programmed and extensible Spark SQL engines. This “out-of-the-box” model minimizes the barriers and costs for end-users to use Spark at the client side. At the server-side, Kyuubi server and engines' multi-tenant architecture provides the administrators a way to achieve computing resource isolation, data security, high availability, high client concurrency, etc.

https://kyuubi.apache.org/

About this repository

This repository maintains the client modules of Apache Kyuubi.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for details.