From d64837dc9820e9b2c488eea75342ed3ec44fc724 Mon Sep 17 00:00:00 2001 From: Wenjun Ruan Date: Fri, 30 Aug 2024 13:52:48 +0800 Subject: [PATCH] [Chore] Remove unsupported feature in README.md (#16549) * [Chore] Remove unsupported feature in README.md * Update README_zh_CN.md Co-authored-by: xiangzihao --------- Co-authored-by: xiangzihao Co-authored-by: xiangzihao <460888207@qq.com> --- README.md | 4 ++-- README_zh_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2cd7cd35c5..aa423b16a6 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ dedicated to solving complex task dependencies in the data pipeline and providin The key features for DolphinScheduler are as follows: - Easy to deploy, provide four ways to deploy which including Standalone, Cluster, Docker and Kubernetes. -- Easy to use, workflow can be created and managed by four ways, which including Web UI, [Python SDK](https://dolphinscheduler.apache.org/python/main/index.html), Yaml file and Open API +- Easy to use, workflow can be created and managed by four ways, which including Web UI, [Python SDK](https://dolphinscheduler.apache.org/python/main/index.html) and Open API - Highly reliable and high availability, decentralized architecture with multi-master and multi-worker, native supports horizontal scaling. - High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day - Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type - Versioning both workflow and workflow instance(including tasks) - Various state control of workflow and task, support pause/stop/recover them in any time - Multi-tenancy support -- Others like backfill support(Web UI native), permission control including project, resource and data source +- Others like backfill support(Web UI native), permission control including project and data source ## QuickStart diff --git a/README_zh_CN.md b/README_zh_CN.md index d513600712..b5a4a8060a 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -14,14 +14,14 @@ DolphinScheduler 的主要特性如下: - 易于部署,提供四种部署方式,包括Standalone、Cluster、Docker和Kubernetes -- 易于使用,可以通过四种方式创建和管理工作流,包括Web UI、[Python SDK](https://dolphinscheduler.apache.org/python/main/index.html)、Yaml文件和Open API +- 易于使用,可以通过四种方式创建和管理工作流,包括Web UI、[Python SDK](https://dolphinscheduler.apache.org/python/main/index.html)和Open API - 高可靠高可用,多主多从的去中心化架构,原生支持横向扩展 - 高性能,性能比其他编排平台快N倍,每天可支持千万级任务 - Cloud Native,DolphinScheduler支持编排多云/数据中心工作流,支持自定义任务类型 - 对工作流和工作流实例(包括任务)进行版本控制 - 工作流和任务的多种状态控制,支持随时暂停/停止/恢复它们 - 多租户支持 -- 其他如回填支持(Web UI 原生),包括项目、资源和数据源的权限控制 +- 其他如补数支持(Web UI 原生),包括项目和数据源的权限控制 ## 快速开始