-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chinese doc: add quick start (#3033)
* Chinese doc: install SQLFLow in Kubernetes * modify doc * Chinese doc: add quick start
- Loading branch information
1 parent
6c20189
commit 1147680
Showing
2 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 快速开始 | ||
|
||
我们提供了云端的 SQLFlow Playground 供用户快速体验 SQLFlow 的功能。您可以通过以下步骤来进行体验: | ||
|
||
1. 点击[这里](https://playground.sqlflow.tech/) 打开云端 SQLFlow Playground 页面 | ||
1. 点击页面下方的 `Sign With GitHub` 按钮登录,系统提示您授权 SQLFlow 访问您的 GitHub 昵称,点击确定 | ||
1. 登录后会有一个案例列表,点击其中的某个案例即可打开相应的 Jupyter Notebook 编辑器 | ||
1. 您可以在编辑器中运行案例:选中要执行的编辑器区块,点击运行,然后观察运行结果 | ||
|
||
更多高级用法可以参考如下文档: | ||
|
||
- [语法手册](../language_guide.md) | ||
- 模型手册 (敬请期待...) | ||
- [快速安装 SQLFlow VM Box](install_sqlflow_vm_box.cn.md) | ||
- [在 Kubernetes 中安装 SQLFlow](install_in_k8s.cn.md) | ||
- [使用 SQLFlow 命令行工具](run/cli.md) | ||
- 在 SQLFlow 中使用 MySQL、Hive、MaxCompute等数据库 (敬请期待...) |