docs: include application eco system#3697
Merged
tobegit3hub merged 22 commits into4paradigm:mainfrom Jan 11, 2024
Merged
Conversation
aceforeverd
requested changes
Jan 10, 2024
docs/zh/conf.py
Outdated
| # include branch that is main or v{X}.{Y} | ||
| smv_branch_whitelist = r"^(main|v\d+\.\d+)$" | ||
| # smv_branch_whitelist = r"^(main|v\d+\.\d+)$" | ||
| smv_branch_whitelist = r"^(docs_update_sidebar)$" |
Collaborator
There was a problem hiding this comment.
pls revert, this will break document workflow
aceforeverd
reviewed
Jan 10, 2024
docs/en/conf.py
Outdated
| # include branch that is main or v{X}.{Y} | ||
| smv_branch_whitelist = r"^(main|v\d+\.\d+)$" | ||
| #smv_branch_whitelist = r"^(main|v\d+\.\d+)$" | ||
| smv_branch_whitelist = r"^(docs_update_sidebar)$" |
aceforeverd
approved these changes
Jan 10, 2024
lumianph
reviewed
Jan 11, 2024
| @@ -0,0 +1,257 @@ | |||
| # 应用指南 | |||
|
|
|||
| OpenMLDB SQL Emulator 是一个[OpenMLDB](https://github.com/4paradigm/OpenMLDB)的轻量级的SQL模拟器,旨在于更加高效方便的开发、调试 OpenMLDB SQL。 | |||
lumianph
reviewed
Jan 11, 2024
| - 特征工程和预处理功能:用于自动化特征处理和工程化的工具和功能。 | ||
| - 离线场景:使用分布式计算,对离线数据进行特征计算并导出机器学习所需的样本文件。同时提供离线样本,离线任务管理功能。 | ||
| - 在线场景:上线特征服务,使用在线数据提供硬实时的在线特征抽取接口。 | ||
| - 高级用法-SQL场景:可以执行任意的OpenMLDB SQL语句,在线模式下会请求在线数据库,可进行在线数据的增删改查;离线模式下会提交分布式执行的 SQL,可进行离线探索或样本生成。 |
Collaborator
|
这个tutorial长相不是tutorial,还是一个说明手册。这里tutorial最好是偏实操性质的,通过一个具体的数据(我们可以提供一些sample数据,更加方便让用户尝试)、场景,用户可以直接跟着上手使用,可以把主要流程实践走一遍,而不是只是把概念介绍一遍 |
lumianph
reviewed
Jan 11, 2024
| # 使用教程 | ||
|
|
||
| 特征平台支持在线场景和离线场景的使用。基本使用流程如下: | ||
| 1. 使用任意网页浏览器访问特征平台服务地址 http://127.0.0.1:8888/ 。 |
Collaborator
There was a problem hiding this comment.
可以是其他地址,这个要根据可以部署的环境来。
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?