Compare commits
4 commits
main
...
panel-data
Author | SHA1 | Date | |
---|---|---|---|
6d539eb8df | |||
4efcd9a7bb | |||
ce205e35fa | |||
5f4f5c1dc7 |
2 changed files with 25 additions and 0 deletions
24
architecture-docs/panel-data-model.mmd
Normal file
24
architecture-docs/panel-data-model.mmd
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
title: Data model of sample web application
|
||||||
|
---
|
||||||
|
erDiagram
|
||||||
|
operator {
|
||||||
|
string username
|
||||||
|
string password_hash
|
||||||
|
}
|
||||||
|
deployment {
|
||||||
|
json deployed_configuration
|
||||||
|
option[string] staged_configuration
|
||||||
|
option[string] version
|
||||||
|
}
|
||||||
|
backup["back-up"] {
|
||||||
|
string bucket
|
||||||
|
string endpoint
|
||||||
|
}
|
||||||
|
keypair {
|
||||||
|
string access_key
|
||||||
|
string secret_key
|
||||||
|
}
|
||||||
|
operator ||--o{ deployment : has
|
||||||
|
deployment ||--o{ backup : has
|
||||||
|
backup ||--|{ keypair : authorises
|
1
architecture-docs/panel-data-model.svg
Normal file
1
architecture-docs/panel-data-model.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Reference in a new issue