This is an automated email from the ASF dual-hosted git repository.

cancai pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1c3d2ef  [Fix] Fix typo in intro.md (#316)
1c3d2ef is described below

commit 1c3d2efe8dbdb55b5d73d22b535c893f4005aba2
Author: badu <[email protected]>
AuthorDate: Tue Jan 16 11:38:36 2024 +0800

    [Fix] Fix typo in intro.md (#316)
---
 i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md
index 99ed926..0f41e66 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md
@@ -13,7 +13,7 @@ make stream processing easier!!!
 
 实时即未来,在实时处理流域 `Apache Spark` 和 `Apache Flink` 是一个伟大的进步,尤其是 `Apache Flink` 
被普遍认为是下一代大数据流计算引擎, 我们在使用 `Flink` & `Spark` 时发现从编程模型, 启动配置到运维管理都有很多可以抽象共用的地方, 
我们将一些好的经验固化下来并结合业内的最佳实践, 通过不断努力诞生了今天的框架 —— `StreamPark`, 项目的初衷是 —— 让流处理更简单,
 使用 `StreamPark` 开发流处理作业, 可以极大降低学习成本和开发门槛, 让开发者只用关心最核心的业务,`StreamPark` 
规范了项目的配置,鼓励函数式编程,定义了最佳的编程方式,提供了一系列开箱即用的`Connectors`,标准化了配置、开发、测试、部署、监控、运维的整个过程, 
提供了`scala`和`java`两套 Api, 并且提供了一个一站式的流处理作业开发管理平台, 从流处理作业开发到上线全生命周期都
-做了支持, 是一个一站式的流出来计算平台.
+做了支持, 是一个一站式的流处理计算平台.
 
 
 

Reply via email to