This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch yaooqinn-patch-2 in repository https://gitbox.apache.org/repos/asf/kyuubi.git
commit 128f802fc90ed26e0574997f7a08d76fbfca8909 Author: Kent Yao <[email protected]> AuthorDate: Thu Apr 20 15:44:56 2023 +0800 Restore Project & Community Status in README.md --- README.md | 55 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 43efc4c66..976d2d7c7 100644 --- a/README.md +++ b/README.md @@ -20,20 +20,20 @@ </p> <p align="center"> + <a href="https://github.com/apache/kyuubi/blob/master/LICENSE"> + <img src="https://img.shields.io/github/license/apache/kyuubi?style=plastic" /> + </a> <a href="https://kyuubi.apache.org/releases.html"> - <img src="https://img.shields.io/github/v/release/apache/kyuubi" /> + <img src="https://img.shields.io/github/v/release/apache/kyuubi?style=plastic" /> </a> - <a href="https://github.com/apache/kyuubi/pulls"> - <img src="https://img.shields.io/github/issues-pr-closed/apache/kyuubi" /> - </a> - <a href="https://github.com/apache/kyuubi/pulse"> - <img src="https://img.shields.io/tokei/lines/github/apache/kyuubi" /> + <a href="https://hub.docker.com/r/apache/kyuubi"> + <img src="https://img.shields.io/docker/pulls/apache/kyuubi?style=plastic"> </a> <a href="https://github.com/apache/kyuubi/graphs/contributors"> - <img src="https://img.shields.io/github/contributors/apache/kyuubi" /> + <img src="https://img.shields.io/github/contributors/apache/kyuubi?style=plastic" /> </a> <a class="github-button" href="https://github.com/apache/kyuubi" data-icon="octicon-star" aria-label="Star apache/kyuubi on GitHub"> - <img src="https://img.shields.io/github/stars/apache/kyuubi?style=social" /> + <img src="https://img.shields.io/github/stars/apache/kyuubi?style=plastic" /> </a> </p> <p align="center"> @@ -49,8 +49,6 @@ Apache Kyuubiâ„¢ is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses. -<https://kyuubi.apache.org/> - ## What is Kyuubi? 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. @@ -105,11 +103,7 @@ and others would not be possible without your help.  -## Online Documentation - -Since Kyuubi 1.3.0-incubating, the Kyuubi online documentation is hosted by [https://kyuubi.apache.org/](https://kyuubi.apache.org/). -You can find the latest Kyuubi documentation on [this web page](https://kyuubi.readthedocs.io/en/master/). -For 1.2 and earlier versions, please check the [Readthedocs](https://kyuubi.readthedocs.io/en/v1.2.0/) directly. +## Online Documentation <a href='https://kyuubi.readthedocs.io/en/master/?badge=master?style=plastic'> <img src='https://readthedocs.org/projects/kyuubi/badge/?version=master' alt='Documentation Status' /> </a> ## Quick Start @@ -117,9 +111,32 @@ Ready? [Getting Started](https://kyuubi.readthedocs.io/en/master/quick_start/) w ## [Contributing](./CONTRIBUTING.md) -## Contributor over time +## Project & Community Status -[](https://api7.ai/contributor-graph?chart=contributorOverTime&repo=apache/kyuubi) +<p align="center"> + <a href="https://github.com/apache/kyuubi/issues?q=is%3Aissue+is%3Aclosed"> + <img src="http://isitmaintained.com/badge/resolution/apache/kyuubi.svg" /> + </a> + <a href="https://github.com/apache/kyuubi/issues"> + <img src="http://isitmaintained.com/badge/open/apache/incubator-kyuubi.svg" /> + </a> + <a href="https://github.com/apache/kyuubi/pulls"> + <img src="https://img.shields.io/github/issues-pr-closed/apache/kyuubi?style=plastic" /> + </a> + <img src="https://img.shields.io/github/commit-activity/y/apache/kyuubi?style=plastic"> + <img src="https://img.shields.io/github/commit-activity/m/apache/kyuubi?style=plastic"> + <img src="https://codecov.io/gh/apache/kyuubi/branch/master/graph/badge.svg" /> + <a href="https://github.com/apache/kyuubi/actions/workflows/master.yml"> + <img src="https://img.shields.io/github/actions/workflow/status/apache/kyuubi/master.yml?style=plastic"> + </a> + <img src="https://img.shields.io/github/languages/top/apache/kyuubi?style=plastic"> + <a href="https://github.com/apache/kyuubi/pulse"> + <img src="https://img.shields.io/tokei/lines/github/apache/kyuubi?style=plastic" /> + </a> +</p> +<p align="center"> + <img src="https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/kyuubi" /> +</p> ## Aside @@ -127,7 +144,3 @@ The project took its name from a character of a popular Japanese manga - `Naruto The character is named `Kyuubi Kitsune/Kurama`, which is a nine-tailed fox in mythology. `Kyuubi` spread the power and spirit of fire, which is used here to represent the powerful [Apache Spark](http://spark.apache.org). Its nine tails stand for end-to-end multi-tenancy support of this project. - -## License - -This project is licensed under the Apache 2.0 License. See the [LICENSE](./LICENSE) file for details.
