Skip to content

Commit

Permalink
[KYUUBI #3992] Fix spelling(steaming -> streaming) in kyuubi_ecosyste…
Browse files Browse the repository at this point in the history
…m figure

### _Why are the changes needed?_

Fix spelling(steaming -> streaming) in kyuubi_ecosystem figure

### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3992 from yaooqinn/eco.

Closes #3992

d2d9514 [Kent Yao] Fix spelling in kyuubi_ecosystem pic
c1db38a [Kent Yao] Fix spelling in kyuubi_ecosystem pic
390d175 [Kent Yao] Fix spelling in kyuubi_ecosystem pic
d9538ba [Kent Yao] Fix spelling in kyuubi_ecosystem pic
77cac72 [Kent Yao] Fix spelling in kyuubi_ecosystem pic

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: fwang12 <fwang12@ebay.com>
  • Loading branch information
yaooqinn authored and turboFei committed Dec 20, 2022
1 parent a494aa9 commit be5c3aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
- See the License for the specific language governing permissions and
- limitations under the License.
-->

# Apache Kyuubi (Incubating)

<img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg" alt="Kyuubi logo" height="120px" align="right" />

[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
Expand All @@ -32,7 +34,8 @@

## What is Kyuubi?

Kyuubi is a distributed multi-tenant Thrift JDBC/ODBC server for large-scale data management, processing, and analytics, built on top of Apache Spark and designed to support more engines (i.e., Flink). It has been open-sourced by NetEase since 2018. We are aiming to make Kyuubi an "out-of-the-box" tool for data warehouses and data lakes.
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.

Expand Down Expand Up @@ -89,9 +92,10 @@ Kyuubi can deploy its engines on different kinds of Cluster Managers, such as, H
### The Kyuubi Ecosystem(present and future)


The figure below shows our vision for the Kyuubi Ecosystem. Some of them have been realized, some in development, and others would not be possible without your help.
The figure below shows our vision for the Kyuubi Ecosystem. Some of them have been realized, some in development,
and others would not be possible without your help.

![](./docs/imgs/kyuubi_ecosystem.png)
![](./docs/imgs/kyuubi_ecosystem.drawio.png)



Expand Down
2 changes: 1 addition & 1 deletion docs/imgs/kyuubi_ecosystem.drawio

Large diffs are not rendered by default.

Binary file added docs/imgs/kyuubi_ecosystem.drawio.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/imgs/kyuubi_ecosystem.png
Binary file not shown.

0 comments on commit be5c3aa

Please sign in to comment.