Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Readme 文档更新 #7 #11

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BKFlow 服务是一款采用 Python 编写实现的 SaaS 平台产品,依赖
- [bkflow-engine](https://github.com/TencentBlueKing/bamboo-engine):一款基于事件驱动的通用流程引擎,用于任务的异步执行。
- [bkflow-dmn](https://github.com/TencentBlueKing/bkflow-dmn):一款基于 Python 的 DMN(Decision Model Notation) 库,使用 FEEL(Friendly Enough Expression Language) 作为描述语言,可以作为决策引擎,用于解决实际业务场景中的决策问题。
- [bkflow-feel](https://github.com/TencentBlueKing/bkflow-feel):一款基于 Python 的 FEEL (Friendly Enough Expression Language) 语法解析器,用于对 FEEL 语法表达式进行解析和运算,得到对应的 Python 对象作为计算结果。
- bkflow-django-webhook:一款支持系统快速集成 webhook 功能的 Django app。
- [bkflow-django-webhook](https://pypi.org/project/bkflow-django-webhook/):一款支持系统快速集成 webhook 功能的 Django app。

**依赖系统**
- 必要依赖
Expand Down
1 change: 1 addition & 0 deletions docs/guide/open_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- 流程引擎: [bkflow-engine](https://github.com/TencentBlueKing/bamboo-engine)
- 决策引擎: [bkflow-dmn](https://github.com/TencentBlueKing/bkflow-dmn)
- FEEL 表达式解析器: [bkflow-feel](https://github.com/TencentBlueKing/bkflow-feel)
- Webhook Django App: [bkflow-django-webhook](https://pypi.org/project/bkflow-django-webhook/)
Loading