mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
[Chore] Remove unsupported feature in README.md (#16549)
* [Chore] Remove unsupported feature in README.md * Update README_zh_CN.md Co-authored-by: xiangzihao <zihaoxiang@apache.org> --------- Co-authored-by: xiangzihao <zihaoxiang@apache.org> Co-authored-by: xiangzihao <460888207@qq.com>
This commit is contained in:
parent
ceb711b3c5
commit
d64837dc98
@ -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
|
||||
|
||||
|
@ -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 原生),包括项目和数据源的权限控制
|
||||
|
||||
## 快速开始
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user