Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve/Doc] remove steamxhub link #296

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ make stream processing easier!!!
`StreamPark` is an easy-to-use stream processing application development framework and one-stop stream processing operation platform, Aimed at ease building and managing streaming applications, StreamPark provides scaffolding for writing streaming process logics with Apache Flink and Apache Spark.
StreamPark also provides a professional task management including task development, scheduling, interactive query, deployment, operation, maintenance, etc.

<video src="http://assets.streamxhub.com/streamx-video.mp4" controls="controls" width="100%" height="100%"></video>


## Why StreamPark

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/2-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ The installation of the one-stop platform `streampark-console` has been introduc

The following example demonstrates how to deploy a DataStream application

<video src="http://assets.streamxhub.com/datastream.mp4" controls="controls" width="100%" height="100%"></video>


### Deploy the FlinkSql task

The following example demonstrates how to deploy a FlinkSql application

<video src="http://assets.streamxhub.com//flinksql.mp4" controls="controls" width="100%" height="100%"></video>


- The flink sql used in the project demonstration is as follows

Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ make stream processing easier!!!
使用 `StreamPark` 开发流处理作业, 可以极大降低学习成本和开发门槛, 让开发者只用关心最核心的业务,`StreamPark` 规范了项目的配置,鼓励函数式编程,定义了最佳的编程方式,提供了一系列开箱即用的`Connectors`,标准化了配置、开发、测试、部署、监控、运维的整个过程, 提供了`scala`和`java`两套 Api, 并且提供了一个一站式的流处理作业开发管理平台, 从流处理作业开发到上线全生命周期都
做了支持, 是一个一站式的流出来计算平台.

<video src="http://assets.streamxhub.com/streamx-video.mp4" controls="controls" width="100%" height="100%"></video>


## 🎉 Features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ sidebar_position: 2

下面的示例演示了如何部署一个 DataStream 应用

<video src="http://assets.streamxhub.com/datastream.mp4" controls="controls" width="100%" height="100%"></video>


### 部署 FlinkSql 任务

下面的示例演示了如何部署一个 FlinkSql 应用

<video src="http://assets.streamxhub.com//flinksql.mp4" controls="controls" width="100%" height="100%"></video>


- 项目演示使用到的 flink sql 如下

Expand Down
Loading