This commit is contained in:
david 2024-02-25 12:49:58 +08:00
parent a5155d4ed5
commit 5fc9af3ad8
1 changed files with 29 additions and 9 deletions

View File

@ -6,7 +6,7 @@ BSM
|
| 注册服务组
├─bsm-registry
│ └─actions 编译服务
│ └─actions CI/CD编译服务
|
| SDK包
├─bsm-sdk
@ -30,19 +30,39 @@ BSM
|
| 电商微服务
├─bsm-service-ec
│ ├─address
│ ├─mall
│ └─order
│ ├─address 地址库微服务
│ ├─mall 店铺,商品微服务
│ └─order 订单,采购微服务
|
| 内容微服务
├─bsm-service-ugc
│ └─content
│ ├─content CMS内容微服务
│ ├─knowledge 知识内容(主题、图谱)类微服务
│ └─feed 流式内容(Twitter、微博)微服务
|
| 运营及系统管理
| 金融财务微服务
├─bsm-service-finance
│ ├─loan 贷款微服务
│ ├─bill 帐单微服务
│ └─wallet 钱包微服务
|
| 社交微服务
├─bsm-service-social
│ ├─follow 关注微服务
│ ├─group 群组、社群微服务
│ └─friend 好友关系微服务
|
| 即时通讯微服务
├─bsm-service-im
│ ├─session Websocket连接管理微服务
│ ├─functions 消息内容处理微服务
│ └─client 客户端接入微服务
|
| 运营及系统管理服务
├─bsm-service-mgt
│ └─operate
│ └─system
│ └─operate 平台运营服务
│ └─system 系统管理服务
|
| 工具集
└─bsm-tools
└─proto-merge
└─proto-merge Proto命令cli