Initial commit
This commit is contained in:
24
docs/zagros/big-picture.md
Normal file
24
docs/zagros/big-picture.md
Normal file
@@ -0,0 +1,24 @@
|
||||
```mermaid
|
||||
graph LR
|
||||
A[client] -->|request| B(proxy)
|
||||
B --> |private_ip|C(BaseApp)
|
||||
B --> D(Gateway)
|
||||
D --> |private_ip|E(peatio)
|
||||
D --> |private_ip|F(barong)
|
||||
D --> |private_ip|G(ranger)
|
||||
F --> |database|H(mysql)
|
||||
E --> |database|H
|
||||
F --> |queue|I(rabbitmQ)
|
||||
E --> K(processor)
|
||||
E --> L(matching)
|
||||
E --> M(executor)
|
||||
K --> |queue|I
|
||||
L --> |queue|I
|
||||
M --> |queue|I
|
||||
|
||||
G --> |queue|I
|
||||
E --> |timebase database|J(influxDB)
|
||||
E --> |encrypt and decrypt|vault
|
||||
F --> |encrypt and decrypt|vault
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user