This is an automated email from the ASF dual-hosted git repository.
ic4y pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 7b92d2a20 [Hotfix][Docs] Fix dead link (#3466)
7b92d2a20 is described below
commit 7b92d2a208a86aedd4b67b1bc264971d7e5ae23e
Author: Tyrantlucifer <[email protected]>
AuthorDate: Fri Nov 18 15:14:44 2022 +0800
[Hotfix][Docs] Fix dead link (#3466)
* [Hotfix][Docs] Fix dead link
* [Hotfix][Docs] Remove Chinese readme
---
README.md | 1 -
README_zh_CN.md | 134 --------------------------------------------------------
2 files changed, 135 deletions(-)
diff --git a/README.md b/README.md
index 84b267c12..45d0b0ef9 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@
---
[](README.md)
-[](README_zh_CN.md)
SeaTunnel was formerly named Waterdrop , and renamed SeaTunnel since October
12, 2021.
diff --git a/README_zh_CN.md b/README_zh_CN.md
deleted file mode 100644
index 12ea89fbe..000000000
--- a/README_zh_CN.md
+++ /dev/null
@@ -1,134 +0,0 @@
-# Apache SeaTunnel (Incubating)
-
-<img src="https://seatunnel.apache.org/image/logo.png" alt="seatunnel logo"
height="200px" align="right" />
-
-[](https://github.com/apache/incubator-seatunnel/actions/workflows/backend.yml)
-[](https://join.slack.com/t/apacheseatunnel/shared_invite/zt-123jmewxe-RjB_DW3M3gV~xL91pZ0oVQ)
-[](https://twitter.com/ASFSeaTunnel)
-
----
-[](README.md)
-[](README_zh_CN.md)
-
-更名通知:SeaTunnel 原名为 waterdrop,于 2021 年 10 月 12 日更名为 SeaTunnel。
-
----
-
-SeaTunnel 是一个非常易用的支持海量数据实时同步的超高性能分布式数据集成平台,每天可以稳定高效同步数百亿数据,已在近百家公司生产上使用。
-
-## 为什么我们需要 SeaTunnel
-
-SeaTunnel 尽所能为您解决海量数据同步中可能遇到的问题:
-
-* 数据丢失与重复
-* 任务堆积与延迟
-* 吞吐量低
-* 应用到生产环境周期长
-* 缺少应用运行状态监控
-
-## SeaTunnel 使用场景
-
-* 海量数据同步
-* 海量数据集成
-* 海量数据的 ETL
-* 海量数据聚合
-* 多源数据处理
-
-## SeaTunnel 的特性
-
-* 简单易用,灵活配置,无需开发
-* 实时流式处理
-* 离线多源数据分析
-* 高性能、海量数据处理能力
-* 模块化和插件化,易于扩展
-* 支持利用 SQL 做数据处理和聚合
-* 支持 Spark Structured Streaming
-* 支持 Spark 2.x
-
-## SeaTunnel 的工作流程
-
-
-
-```
-Source[数据源输入] -> Transform[数据处理] -> Sink[结果输出]
-```
-
-多个 Transform 构建了数据处理的 Pipeline,满足各种各样的数据处理需求,如果您熟悉 SQL,也可以直接通过 SQL 构建数据处理的
Pipeline,简单高效。目前 seatunnel
-支持的[Transform 列表](https://seatunnel.apache.org/docs/transform/common-options),
-仍然在不断扩充中。您也可以开发自己的数据处理插件,整个系统是易于扩展的。
-
-## SeaTunnel 支持的插件
-
-- Connectors 支持 [查看](https://seatunnel.apache.org/docs/category/source)
-
-- Transform 支持
[查看](https://seatunnel.apache.org/docs/transform/common-options/)
-
-## 环境依赖
-
-1. java 运行环境,java >= 8
-
-2. 如果您要在集群环境中运行 seatunnel,那么需要以下 Spark 集群环境的任意一种:
-
-* Spark on Yarn
-* Spark Standalone
-
-如果您的数据量较小或者只是做功能验证,也可以仅使用 `local` 模式启动,无需集群环境,seatunnel 支持单机运行。 注: seatunnel
2.0 支持 Spark 和 Flink 上运行
-
-## 下载
-
-可以直接运行的软件包下载地址:https://seatunnel.apache.org/zh-CN/download/
-
-## 快速入门
-
-**Spark**
-https://seatunnel.apache.org/docs/deployment
-
-**Flink**
-https://seatunnel.apache.org/docs/deployment
-
-关于 SeaTunnel 的[详细文档](https://seatunnel.apache.org/docs/intro/about)
-
-## 生产应用案例
-
-* [微博](https://weibo.com), 增值业务部数据平台 微博某业务有数百个实时流式计算任务使用内部定制版
- SeaTunnel,以及其子项目[Guardian](https://github.com/InterestingLab/guardian) 做
seatunnel On Yarn 的任务监控。
-
-* [新浪](http://www.sina.com.cn/), 大数据运维分析平台 新浪运维数据分析平台使用 SeaTunnel 为新浪新闻,CDN
等服务做运维大数据的实时和离线分析,并写入 Clickhouse。
-
-* [搜狗](http://sogou.com/) ,搜狗奇点系统 搜狗奇点系统使用 SeaTunnel 作为 ETL 工具, 帮助建立实时数仓体系
-
-* [趣头条](https://www.qutoutiao.net/) ,趣头条数据中心 趣头条数据中心,使用 SeaTunnel 支撑 mysql to
hive 的离线 ETL 任务、实时 hive to clickhouse 的
- backfill 技术支撑,很好的 cover 离线、实时大部分任务场景。
-
-* [一下科技](https://www.yixia.com/), 一直播数据平台
-* 永辉超市子公司-永辉云创,会员电商数据分析平台 SeaTunnel 为永辉云创旗下新零售品牌永辉生活提供电商用户行为数据实时流式与离线 SQL 计算。
-
-* 水滴筹, 数据平台 水滴筹在 Yarn 上使用 SeaTunnel 做实时流式以及定时的离线批处理,每天处理 3~4T 的数据量,最终将数据写入
Clickhouse。
-
-更多案例参见: https://seatunnel.apache.org/blog
-
-## 行为准则
-
-SeaTunnel遵守贡献者公约[code of
conduct](https://www.apache.org/foundation/policies/conduct) ,
-通过参与,我们期望大家可以一起维护这一准则,请遵循 [REPORTING
GUIDELINES](https://www.apache.org/foundation/policies/conduct#reporting-guidelines)来报告不当行为
-.
-
-## 开发者
-
-感谢[所有开发者](https://github.com/apache/incubator-seatunnel/graphs/contributors)!
-
-<a href="https://github.com/apache/incubator-seatunnel/graphs/contributors">
- <img src="https://contrib.rocks/image?repo=apache/incubator-seatunnel" />
-</a>
-
-## 欢迎联系
-
-* 邮件列表: **[email protected]**. 发送任意内容至
`[email protected]`, 按照回复订阅邮件列表。
-* Slack: 发送 `Request to join SeaTunnel slack` 邮件到邮件列表
(`[email protected]`), 我们会邀请你加入(在此之前请确认已经注册Slack).
-* [bilibili B站 视频](https://space.bilibili.com/1542095008)
-
-## 我们的用户
-各种公司和组织将 SeaTunnel 用于科研、商业化产品使用。
-访问我们的 [官方网站](https://seatunnel.apache.org/user) 查找用户页面。
-## License
-[Apache 2.0 License.](LICENSE)