Skip to content

Commit 8ca31a9

Browse files
committed
Update architecture map
1 parent c01df7e commit 8ca31a9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

architecture.png

11.8 KB
Loading

architecture.puml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
allowmixing
33
skinparam componentStyle uml1
44

5-
package http_app {
5+
package celery_worker {}
6+
7+
package http_app #fff {
68
package routes #DDDDDD
79
}
810

9-
package grpc_app {
11+
package grpc_app #fff {
1012
package servicers #DDDDDD
1113
}
1214

@@ -42,11 +44,13 @@ routes --> BookService
4244
routes --> Book
4345
servicers --> BookService
4446
servicers --> Book
47+
celery_worker ---> tasks
48+
tasks <-u-> BookService
49+
tasks -u-> Book
4550

4651
'links internal to books domain
4752
BookService -l-> Book
4853
BookService --> entities
49-
BookService --> tasks
5054
BookService -r-> data_access_interface
5155
data_access_interface --> entities
5256

0 commit comments

Comments
 (0)