diff --git a/docs/module-data-flow.html b/docs/module-data-flow.html
index 74ac952d..96b97ce8 100644
--- a/docs/module-data-flow.html
+++ b/docs/module-data-flow.html
@@ -329,15 +329,22 @@ flowchart TB
end
subgraph apps["应用入口 modules/apps"]
- gateway["command-gateway
HTTP 到设备命令入口"]
- bootall["bootstrap-all
聚合所有 AutoConfiguration 一体启动"]
+ gbApp["gb32960-ingest-app
GB32960 TCP 接入"]
+ jtApp["jt808-ingest-app
JT808 TCP 接入"]
+ yutongApp["yutong-mqtt-app
宇通 MQTT 接入"]
+ historyApp["vehicle-history-app
历史查询与 TDengine 写入"]
+ analyticsApp["vehicle-analytics-app
808 日里程指标消费"]
+ gateway["command-gateway
可选 HTTP 设备命令入口"]
end
- vehicle --> gb
- vehicle --> jt808
+ vehicle --> gbApp
+ vehicle --> jtApp
vehicle --> jt1078
vehicle --> jsatl12
- mqttSource --> mqtt
+ mqttSource --> yutongApp
+ gbApp --> gb
+ jtApp --> jt808
+ yutongApp --> mqtt
mqtt --> mqttProfile
mqttProfile --> api
commandClient --> gateway
@@ -357,9 +364,11 @@ flowchart TB
dispatcher --> bus
bus --> mq
bus --> archive
- mq --> history
- mq --> state
- mq --> stat
+ mq --> historyApp
+ mq --> analyticsApp
+ historyApp --> history
+ analyticsApp --> stat
+ mq -.可选热状态.-> state
history --> tdengineStore
history -.兼容可选.-> fileStore
@@ -372,14 +381,6 @@ flowchart TB
obs -.监控.-> dispatcher
obs -.监控.-> bus
obs -.监控.-> mq
- bootall -.装配.-> gb
- bootall -.装配.-> jt808
- bootall -.装配.-> mqtt
- bootall -.装配.-> mq
- bootall -.装配.-> archive
- bootall -.装配.-> history
- bootall -.装配.-> state
- bootall -.装配.-> stat
classDef entry fill:#eff6ff,stroke:#2563eb,color:#1e3a8a;
classDef core fill:#ecfdf3,stroke:#0f766e,color:#134e48;
@@ -387,11 +388,11 @@ flowchart TB
classDef command fill:#f5f3ff,stroke:#6d28d9,color:#4c1d95;
classDef support fill:#f8fafc,stroke:#64748b,color:#334155;
- class gb,jt808,jt1078,jsatl12,mqtt,mqttProfile entry;
+ class gb,jt808,jt1078,jsatl12,mqtt,mqttProfile,gbApp,jtApp,yutongApp,historyApp,analyticsApp entry;
class api,registry,dispatcher,bus,identity core;
class mq,archive,tdengineStore,fileStore sink;
class gateway,session command;
- class codec,obs,bootall support;
+ class codec,obs support;
vehicle.raw.gb32960.v1、vehicle.event.gb32960.v1。vehicle.raw.jt808.v1、vehicle.event.jt808.v1。vehicle.raw.mqtt-yutong.v1、vehicle.event.mqtt-yutong.v1。raw_frames、位置表和历史查询 API。vehicle.event.jt808.v1。vehicle_stat_metric。