Skip to content

Commit 03b02eb

Browse files
committed
Add high-level architecture diagram for the DAT
1 parent 1d89397 commit 03b02eb

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
Backend services for the
88
[Data Access Tool UI](https://github.com/nsidc/data-access-tool-ui).
99

10+
<p align="center">
11+
<img alt="High Level DAT architecture diagram" src="./doc/high_level_architecture.png" width="150" />
12+
</p>
13+
1014
## Level of Support
1115

1216
This repository is fully supported by NSIDC. If you discover any problems or

doc/_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ website:
1010
left:
1111
- href: getting_started.md
1212
text: "Getting Started"
13+
- href: architecture.md
14+
text: "Architecture"
1315
- href: testing.md
1416
text: "Testing"
1517
- href: developing_with_edd.qmd

doc/architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
![High-level software architecture for the DAT. The DAT UI is embedded in dataset-specific pages powered by Drupal. Drupal provides the DAT with the dataset name and version.](high_level_architecture.png)

doc/high_level_architecture.png

108 KB
Loading

0 commit comments

Comments
 (0)