- change DataArchitectureDiagram

Kaimbacher 2023-04-18 17:36:17 +02:00
parent 5e0ee9254a
commit 465c0d9be1
2 changed files with 22 additions and 10 deletions

@ -1,2 +1,14 @@
![Image](./data_diagram.drawio.svg) ![Image](./data_diagram.drawio.svg)
# Discovery and access systems
TETHYS supports data discovery in various ways
## TETHYS REST API
Tethys Metadata and File downloads can be queried by a REST API (Representational State Transfer Application Programming Interface),
which allows repository staff to interact with the Tethys system and retrieve metadata and data files programmatically.
* **metadata API**: e.g.: [metadata for dataset 209](https://tethys.at/api/dataset/200)
* **file download**: e.g. [file for dataset 209: api/file/download/1009](https://www.tethys.at/api/file/download/1009)
## Solr Search Index
## Tethys Frontend

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB