add diagrams #30

Merged
kiara merged 10 commits from entity-relations into main 2025-06-02 10:46:04 +02:00
2 changed files with 12 additions and 12 deletions
Showing only changes of commit 502e650e03 - Show all commits

View file

@ -2,19 +2,19 @@ flowchart
user(user) --> |use| deployment
configuration -->|deploy| deployed
configuration1 -->|deploy| deployed1
devs(developers) --> |maintain| fediversity
fediversity --> |update| provider1
subgraph provider1["fediversity setup A"]
subgraph panel1[panel]
configuration[staged configuration]
configuration --> |update| configuration
deployed[deployed configuration]
subgraph configurations1[configurations]
configuration1[staged configuration]
configuration1 --> |update| configuration1
deployed1[deployed configuration]
end
deployed --> |describe| deployment
deployed1 --> |describe| deployment
provider-config[runtime config] --> |describe| host
provider-config --> |implement runtime interfaces| panel1
provider-config --> |implement runtime interfaces| configurations1
subgraph host[runtime environment]
deployment[applications]
state
@ -23,10 +23,10 @@ flowchart
deployment --> |store| state
operator(operator) --> |change| configuration
operator(operator) --> |change| configuration1
subgraph provider2["fediversity setup B"]
subgraph panel2[panel]
subgraph configurations2[configurations]
configuration2[staged configuration]
deployed2[deployed configuration]
end
@ -37,8 +37,8 @@ flowchart
end
operator --> |trigger| migration
configuration & deployed & state --> migration
migration --> configuration2 & deployed2 & state2
configurations1 & state --> migration
migration --> configurations2 & state2
provider(hosting provider) --> |maintain| provider1
subgraph fediversity[fediversity source code]
applications[application modules]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 32 KiB