[KYUUBI #4737] Restore Project & Community Status in README.md

### _Why are the changes needed?_

This PR adds back those Project & Community Status badges to readme

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

https://github.com/apache/kyuubi/tree/yaooqinn-patch-2#project--community-status

Closes #4737 from yaooqinn/yaooqinn-patch-2.

Closes #4737

128f802fc [Kent Yao] Restore Project & Community Status in README.md

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Kent Yao 2023-04-20 17:44:15 +08:00 committed by Cheng Pan
parent cba1be9739
commit c6571344b9
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -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.
![](./docs/imgs/kyuubi_ecosystem.drawio.png)
## 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
[![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?chart=contributorOverTime&repo=apache/kyuubi)](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.