Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
600c9ad4
Unverified
Commit
600c9ad4
authored
May 26, 2022
by
aiwenmo
Committed by
GitHub
May 26, 2022
Browse files
Options
Browse Files
Download
Plain Diff
[Feature-356][web] Add datastudio help page
[Feature-356][web] Add datastudio help page
parents
27146eec
61d5b00a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
20 deletions
+32
-20
index.tsx
...web/src/components/Studio/StudioMenu/StudioHelp/index.tsx
+32
-20
No files found.
dlink-web/src/components/Studio/StudioMenu/StudioHelp/index.tsx
View file @
600c9ad4
import
{
Typography
,
Divider
,
Badge
,
Empty
}
from
"antd"
;
import
{
Typography
}
from
"antd"
;
const
{
Title
,
Paragraph
,
Text
,
Link
}
=
Typography
;
const
{
Title
,
Paragraph
,
Link
}
=
Typography
;
const
StudioMsg
=
()
=>
{
const
StudioMsg
=
()
=>
{
return
(
return
(
<
Typography
>
<
Typography
>
<
Title
level=
{
3
}
>
基本概念与使用
</
Title
>
<
Title
level=
{
3
}
>
欢迎大家加入 Dinky 的官方社区,共建共赢~
</
Title
>
<
Paragraph
>
<
Paragraph
>
介绍了 0.2.1 版本 Flink 集群、共享会话、同步执行、异步提交的概念及使用。
<
ul
>
<
li
>
<
Link
href=
"https://github.com/DataLinkDC/dlink"
target=
"_blank"
>
GitHub:https://github.com/DataLinkDC/dlink
</
Link
>
</
li
>
<
li
>
<
Link
href=
"https://gitee.com/DataLinkDC/Dinky"
target=
"_blank"
>
Gitee: https://gitee.com/DataLinkDC/Dinky
</
Link
>
</
li
>
<
li
>
公众号:DataLink数据中台
</
li
>
<
li
>
<
Link
href=
"http://www.dlink.top"
target=
"_blank"
>
官网文档:http://www.dlink.top
</
Link
>
</
li
>
<
li
>
<
Link
href=
"https://space.bilibili.com/366484959/video"
target=
"_blank"
>
B站视频:是文末呀
</
Link
>
</
li
>
<
li
>
微信用户社区群:推荐,添加微信号 wenmo_ai 邀请进群 (申请备注 Dinky + 企业名 + 职位,不写不批)
</
li
>
<
li
>
QQ用户社区群:543709668 (申请备注 Dinky + 企业名 + 职位,不写不批)
</
li
>
</
ul
>
</
Paragraph
>
</
Paragraph
>
<
Title
level=
{
4
}
>
Flink 集群
</
Title
>
<
Title
level=
{
4
}
>
社区守则
</
Title
>
<
Paragraph
>
<
Paragraph
>
<
p
>
Flink 集群主要有两种,LOCAL 和 REMOTE,通过集群中心进行新集群的注册,注册成功后,点击心跳刷新状态,需要重新进入Studio后新集群才会被加载到下拉框。
</
p
>
<
p
>
1.禁止发布或讨论与本群主旨无关或不良的内容,一经发现立马被踢。
</
p
>
<
p
>
LOCAL 模式为通过 dlink 自身环境和内存进行 FlinkSql 的执行。
</
p
>
<
p
>
2.关于 Bug 反馈与功能改进或提议请通过 issue 进行,请阅读 issue 文档要求。
</
p
>
<
p
>
REMOTE 模式会将 FlinkSql 进行解析处理后提交到目标集群进行执行。
</
p
>
<
p
>
3.部署和使用前请先仔细阅读 Readme、公众号文章、官网文档、B站视频。
</
p
>
</
Paragraph
>
<
p
>
4.群提问题请礼貌并且说明【版本、执行模式、操作描述、截图】。
</
p
>
<
Title
level=
{
4
}
>
共享会话
</
Title
>
<
p
>
5.Issue 登记谁在使用 Dlink,可进入企业用户群提供技术支持。
</
p
>
<
Paragraph
>
<
p
>
FlinkSql 执行过程所有创建的 Table 等都被存储到了共享会话的 Catalogue 中,不同集群间的 Catalogue 不共享。
</
p
>
</
Paragraph
>
<
Title
level=
{
4
}
>
同步执行
</
Title
>
<
Paragraph
>
<
p
>
同步执行当前选项卡的 FlinkSql 在选中的集群上执行,执行完成后将数据结果展示在前端。
</
p
>
</
Paragraph
>
<
Title
level=
{
4
}
>
异步提交
</
Title
>
<
Paragraph
>
<
p
>
异步提交当前选项卡或右键的树节点的 FlinkSql 在选中的集群上异步执行,无返回值,不记录历史。
</
p
>
</
Paragraph
>
</
Paragraph
>
</
Typography
>
</
Typography
>
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment