forked from byzer-org/byzer-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0d6f77
commit 7828834
Showing
15 changed files
with
2,946 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
# Summary | ||
|
||
* [简介](README.md) | ||
* [MLSQL Engine产品简介](README.md) | ||
|
||
* [基本安装](howtouse/README.md) | ||
* [MLSQL Engine基本安装](howtouse/README.md) | ||
* [启动参数详解](howtouse/configuration.md) | ||
* [Local](howtouse/deploy.md) | ||
* [K8s部署](howtouse/k8s_deploy.md) | ||
* [Yarn部署](howtouse/yarn_deploy.md) | ||
* [Docker部署](howtouse/docker_deploy.md) | ||
|
||
* [安全加固](security/README.md) | ||
* [MLSQL Engine安全加固](security/README.md) | ||
* [接口访问Token设置](security/token_control.md) | ||
* [自定义接口访问策略](security/custom_control.md) | ||
|
||
* [MLSQL Engine数据访问控制](auth/README.md) | ||
* [编译时表权限]() | ||
* [运行时权限表以及列权限]() | ||
* [客户端开发]() | ||
* [服务端开发]() | ||
|
||
* [核心接口详解](api/README.md) | ||
* [MLSQL Engine Rest接口详解](api/README.md) | ||
* [/run/script](api/run-script.md) | ||
|
Oops, something went wrong.