Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyhackvip committed Sep 27, 2022
1 parent 574b924 commit 1657fbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 748 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,14 @@ docker stop risk_engine
## 支持 HTTP 接口执行
- 获取决策流列表
- 执行决策流
- 决策流案例

[接口文档详情](docs/api.md)

## 实践案例(测试样例)
[测试样例](docs/demo.md)

## DSL 语法结构
[Dsl 语法详解](docs/dsl.md)

## 代码结构
```
Expand All @@ -111,19 +115,16 @@ docker stop risk_engine
├── service 执行逻辑
├── cmd 启动文件
├── global 全局配置
├── demo 测试yaml文件
├── demo 测试样例 dsl 文件
├── internal
│ ├── dto 数据传输对象
│ ├── errcode 错误异常定义
│ ├── util 工具包
│ └── operator 操作算子
│ ├── udf 内建自定义函数
│ └── operator 表达式操作算子
├── test 测试用例
```

## DSL 语法结构
[Dsl 语法详解](docs/dsl.md)


### 决策引擎架构图
![决策引擎架构图](https://i.loli.net/2021/01/21/bOR1tyVPnCZNGoi.png)

Expand Down
Loading

0 comments on commit 1657fbc

Please sign in to comment.