File tree Expand file tree Collapse file tree 3 files changed +1
-35
lines changed
Expand file tree Collapse file tree 3 files changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ Non-goals
5959---------
6060
6161* This is not a backup system
62- * This is not a CDC solution
6362* Only batch, no streaming
6463
6564.. documentation
Original file line number Diff line number Diff line change 33Architecture
44============
55
6- .. plantuml ::
7-
8- @startuml
9- title Backend artitecture
10- skinparam linetype polyline
11- left to right direction
12-
13- actor "User"
14-
15- frame "SyncMaster" {
16- rectangle "Backend" {
17- component "REST API"
18- database "Database"
19- queue "Task Queue"
20- }
21- rectangle "Workers" {
22- collections "Worker"
23- }
24- }
25-
26- database "Data Source"
27- database "Data Target"
28-
29- [User] --> [REST API]
30- [REST API] --> [Database]
31- [REST API] --> [Task Queue]
32-
33- [Task Queue] --> [Worker]
34- [Worker] --> [Database]
35-
36- [Worker] --> [Data Source]
37- [Worker] --> [Data Target]
38-
39- @enduml
6+ .. image :: ../_static/architecture.png
You can’t perform that action at this time.
0 commit comments