We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01df7e commit 8ca31a9Copy full SHA for 8ca31a9
architecture.png
11.8 KB
architecture.puml
@@ -2,11 +2,13 @@
2
allowmixing
3
skinparam componentStyle uml1
4
5
-package http_app {
+package celery_worker {}
6
+
7
+package http_app #fff {
8
package routes #DDDDDD
9
}
10
-package grpc_app {
11
+package grpc_app #fff {
12
package servicers #DDDDDD
13
14
@@ -42,11 +44,13 @@ routes --> BookService
42
44
routes --> Book
43
45
servicers --> BookService
46
servicers --> Book
47
+celery_worker ---> tasks
48
+tasks <-u-> BookService
49
+tasks -u-> Book
50
51
'links internal to books domain
52
BookService -l-> Book
53
BookService --> entities
-BookService --> tasks
54
BookService -r-> data_access_interface
55
data_access_interface --> entities
56
0 commit comments