-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from manics/arch
Add page linking to external architecture doc
- Loading branch information
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
(architecture)= | ||
|
||
# The Architecture | ||
|
||
This Standard Architecture for Trusted Research Environments (TREs) provides a comprehensive high-level architecture for research organisations handling sensitive data safely. | ||
The architecture is documented using the [ArchiMate](https://pubs.opengroup.org/architecture/archimate3-doc/) modelling language with models created using the open source modelling tool [Archi](https://www.archimatetool.com/). | ||
|
||
Capabilities an organisation requires to run a TRE are documented and deconstructed to show the elements (Roles, processes, applications and data) needed to realise those capabilities. | ||
Views are provided aligned to the capabilities and in version 1.0 an additional view is provided to show alignment to the [Five Safes Framework](https://ukdataservice.ac.uk/help/secure-lab/what-is-the-five-safes-framework/). | ||
|
||
The main document is [available on Zenodo](https://zenodo.org/record/8411274). | ||
|
||
The architecture and SATRE standard maps to the architecture meta-model below. | ||
|
||
```{figure} ../images/architecture-metamodel.jpg | ||
:alt: SATRE Architecture meta-model | ||
:align: center | ||
SATRE Architecture meta-model | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
:caption: Overview | ||
specification.md | ||
architecture.md | ||
principles.md | ||
roles.md | ||
faqs.md | ||
|