Skip to content

Commit 72a2473

Browse files
author
Ilyas Gasanov
committed
[DOP-19932] Update docs
1 parent 09d052d commit 72a2473

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/_static/architecture.png

115 KB
Loading

docs/backend/architecture.rst

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,4 @@
33
Architecture
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

0 commit comments

Comments
 (0)