Skip to content

Commit

Permalink
c4: add service billing
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Apr 7, 2023
1 parent df65457 commit 87e85d6
Show file tree
Hide file tree
Showing 26 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/c4/containers/actors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
' Components
!define actors https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/actors
!define ui https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/ui
!define services https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/services
!include actors/courier.puml
Expand Down
Empty file.
11 changes: 11 additions & 0 deletions docs/c4/containers/services/billing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```plantuml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
' Components
!define actors https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/actors
!define ui https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/ui
!define services https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/services
!include services/billing/service.puml
!include services/billing/db.puml
```
2 changes: 2 additions & 0 deletions docs/c4/containers/services/billing/db.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ContainerDb(billing_db, "Database", "Postgre SQL", "Order, tariffs, etc.")
Rel(billing, billing_db, "Read / Write", "Sync, TCP")
1 change: 1 addition & 0 deletions docs/c4/containers/services/billing/service.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Container(billing, "Billing", "Docker", "Billing service")
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions docs/c4/containers/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
' Components
!define actors https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/actors
!define ui https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/ui
!define services https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/services
!include ui/landing/landing.puml
Expand Down

0 comments on commit 87e85d6

Please sign in to comment.