更新 README.md
This commit is contained in:
40
README.md
40
README.md
@@ -27,24 +27,28 @@
|
|||||||
## 系统架构
|
## 系统架构
|
||||||
|
|
||||||
```
|
```
|
||||||
┌─────────────────┐ ┌─────────────────┐
|
flowchart LR
|
||||||
│ Linux 代理 │──────▶│ │──────▶
|
subgraph 代理层
|
||||||
└─────────────────┘ │ │
|
LinuxAgent["Linux 代理"]
|
||||||
│ Backend Server │
|
WindowsAgent["Windows 代理"]
|
||||||
┌─────────────────┐ │ │
|
end
|
||||||
│ Windows 代理 │──────▶│ │
|
|
||||||
└─────────────────┘ └─────────────────┘
|
BackendServer["Backend Server"]
|
||||||
│
|
|
||||||
┌───────────────┴──────────────┐
|
subgraph 数据存储层
|
||||||
▼ ▼
|
MySQL["MySQL"]
|
||||||
┌─────────────────┐ ┌─────────────────┐
|
InfluxDB["InfluxDB"]
|
||||||
│ MySQL │ │ InfluxDB │
|
end
|
||||||
└─────────────────┘ └─────────────────┘
|
|
||||||
│
|
WebConsole["Web Console<br/>(数据可视化与管理界面)"]
|
||||||
▼
|
|
||||||
┌───────────────────────────────────────────┐
|
%% 链路连接
|
||||||
│ Web Console (数据可视化与管理界面) │
|
LinuxAgent --> BackendServer
|
||||||
└───────────────────────────────────────────┘
|
WindowsAgent --> BackendServer
|
||||||
|
BackendServer --> MySQL
|
||||||
|
BackendServer --> InfluxDB
|
||||||
|
InfluxDB --> WebConsole
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 安装部署
|
## 安装部署
|
||||||
|
|||||||
Reference in New Issue
Block a user