Compare commits
1 commit
6b6984ef02
...
f30c741cf4
Author | SHA1 | Date | |
---|---|---|---|
f30c741cf4 |
3 changed files with 3 additions and 21 deletions
|
@ -130,9 +130,7 @@ The used legend is as follows:
|
|||
|
||||
For further info on components see the [glossary](#glossary).
|
||||
|
||||
<!--  -->
|
||||

|
||||
|
||||

|
||||
### Configuration data flow
|
||||
|
||||
This data flow diagram refines how a deployment is obtained from an operator's application configuration and a hosting provider's runtime setup.
|
||||
|
@ -143,8 +141,7 @@ For its runtime setup, a hosting provider has to supply a **resource mapping** t
|
|||
|
||||
Applications and runtime environments thus interface through **resources**, the properties of which are curated by Fediversity maintainers.
|
||||
|
||||
<!--  -->
|
||||

|
||||

|
||||
|
||||
|
||||
### Service portability
|
||||
|
@ -162,7 +159,7 @@ The process of migrating one's applications to a different host encompasses:
|
|||
Whereas the bulk of our configuration logic is covered in the configuration schema, [implemented here](https://git.fediversity.eu/Fediversity/Fediversity/src/branch/main/deployment/data-model.nix) and [tested here](https://git.fediversity.eu/Fediversity/Fediversity/src/branch/main/deployment/data-model-test.nix), our reference front-end applications will store data.
|
||||
The data model design for the configuration front-end needed support the desired functionality is as follows, using the crow's foot notation to denote cardinality:
|
||||
|
||||
<img src="./panel-data-model.svg" alt="" style="max-width:600px;"/>
|
||||
<img src="https://git.fediversity.eu/Fediversity/meta/raw/branch/main/architecture-docs/panel-data-model.svg" alt="" style="max-width:600px;"/>
|
||||
|
||||
### Host architecture
|
||||
|
||||
|
|
14
default.nix
14
default.nix
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
{
|
||||
shell = pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
pandoc
|
||||
texliveMedium
|
||||
librsvg
|
||||
mermaid-cli
|
||||
plantuml
|
||||
];
|
||||
};
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
(import ./. { }).shell
|
Loading…
Add table
Reference in a new issue