From e0b14dd462292ff6c0e889eb410649c1591720e8 Mon Sep 17 00:00:00 2001 From: ZackYoung Date: Tue, 13 Jun 2023 17:48:41 +0800 Subject: [PATCH 1/2] optimize_doc --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2189d79617..b43b168e86 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Dinky -[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Total Lines](https://tokei.rs/b1/github/DataLinkDC/dinky?category=lines)](https://github.com/DataLinkDC/dinky) -[![CN doc](https://img.shields.io/badge/文档-中文版-blue.svg)](README_zh_CN.md) -[![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md) +[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=socialflat-square&)](https://www.apache.org/licenses/LICENSE-2.0.html) +[![Total Lines](https://img.shields.io/github/stars/DataLinkDC/dinky?style=socialflat-square&label=stars)](https://github.com/DataLinkDC/dinky/stargazers) +[![CN doc](https://img.shields.io/badge/文档-中文版-blue.svg?style=socialflat-square&)](README_zh_CN.md) +[![EN doc](https://img.shields.io/badge/document-English-blue.svg?style=socialflat-square&)](README.md) [![Stargazers over time](https://starchart.cc/DataLinkDC/dinky.svg)](https://starchart.cc/DataLinkDC/dinky) @@ -70,9 +70,14 @@ Its main feature are as follows: ![jobinfo](https://raw.githubusercontent.com/DataLinkDC/dinky/dev/images/070/jobinfo.png) ## Participate in Contributions +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/DataLinkDC/dinky/pulls) Welcome to join the community, build a win-win situation, please refer to the contribution process: [How to contribute](https://github.com/DataLinkDC/dinky/blob/dev/docs/docs/developer_guide/contribution/how_contribute.md). +Thank you to all the people who already contributed to Dinky! + +[![contrib graph](https://contrib.rocks/image?repo=DataLinkDC/dinky)](https://github.com/DataLinkDC/dinky/graphs/contributors) + ## How to Deploy - The dev branch is the 0.8 reconstructed version, which is still unstable. From 2197cf1b508ed0c4d63777410fd7c79e58bc36d1 Mon Sep 17 00:00:00 2001 From: ZackYoung Date: Tue, 13 Jun 2023 17:56:09 +0800 Subject: [PATCH 2/2] optimize_doc --- README_zh_CN.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index 2fbdcf858b..2ec688593c 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -1,12 +1,14 @@ # Dinky -[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Total Lines](https://tokei.rs/b1/github/DataLinkDC/dinky?category=lines)](https://github.com/DataLinkDC/dinky) -[![CN doc](https://img.shields.io/badge/文档-中文版-blue.svg)](README_zh_CN.md) -[![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md) +[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=socialflat-square&)](https://www.apache.org/licenses/LICENSE-2.0.html) +[![Total Lines](https://img.shields.io/github/stars/DataLinkDC/dinky?style=socialflat-square&label=stars)](https://github.com/DataLinkDC/dinky/stargazers) +[![CN doc](https://img.shields.io/badge/文档-中文版-blue.svg?style=socialflat-square&)](README_zh_CN.md) +[![EN doc](https://img.shields.io/badge/document-English-blue.svg?style=socialflat-square&)](README.md) [![Stargazers over time](https://starchart.cc/DataLinkDC/dinky.svg)](https://starchart.cc/DataLinkDC/dinky) + + ## 简介 Dinky 是一个 `开箱即用` 、`易扩展` ,以 `Apache Flink` 为基础,连接 `OLAP` 和 `数据湖` 等众多框架的 `一站式` 实时计算平台,致力于 `流批一体` 和 `湖仓一体` 的探索与实践。 @@ -71,8 +73,14 @@ Dinky 是一个 `开箱即用` 、`易扩展` ,以 `Apache Flink` 为基础, ## 参与贡献 +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/DataLinkDC/dinky/pulls) + 欢迎加入社区,共建共赢,贡献流程请参考: [参与贡献](https://github.com/DataLinkDC/dinky/blob/dev/docs/docs/developer_guide/contribution/how_contribute.md) +感谢所有已经为 Dinky 做出贡献的人! + +[![contrib graph](https://contrib.rocks/image?repo=DataLinkDC/dinky)](https://github.com/DataLinkDC/dinky/graphs/contributors) + ## 如何部署 - dev 分支为 0.8 重构版,尚不稳定