Skip to content

Commit

Permalink
Update deployment view to include virtuoso instead of Jena.
Browse files Browse the repository at this point in the history
  • Loading branch information
broeder-j committed Mar 20, 2024
1 parent c1c52dd commit 81fb709
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 685 deletions.
2 changes: 1 addition & 1 deletion docs/dev_guide/architecture/07_deployment_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Mapping of Building Blocks to Infrastructure
: *\<description of the mapping>*
:::

## Infrastructure Level 1 {#_infrastructure_level_1}
## Infrastructure Level 1


UnHIDE is deployed on [HDF-cloud](https://www.fz-juelich.de/en/ias/jsc/systems/scientific-clouds/hdf-cloud)
Expand Down
709 changes: 364 additions & 345 deletions docs/diagrams/make_svgs.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/diagrams/unhide_deployment_overview.d2
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
title: UnHIDE deployment {
title: Helmholtz Knowledge graph deployment {
shape: text
near: top-center
style: {
font-size: 75
}
}

hdfcloud: HDF-Cloud{
hdfcloud: JSC-Cloud{
style: {
font-size: 55
}
Expand Down Expand Up @@ -55,16 +55,16 @@ hdfcloud: HDF-Cloud{
}
}

jena: Apache Jena {
virtuoso: OpenLink Virtuoso {
style: {
font-size: 55
}
icon: https://icons.terrastruct.com/dev%2Fdocker.svg
graph: UnHIDE Graph {
icon: https://icons.terrastruct.com/azure%2FManagement%20and%20Governance%20Service%20Color%2FResource%20Graph%20Explorer.svg
}
sparql: Fuseki SPARQL API {
icon: ./sparql.svg
sparql: OpenLink SPARQL API {
icon: ./virtuoso_logo.png
}
}

Expand Down Expand Up @@ -94,11 +94,11 @@ hdfcloud: HDF-Cloud{

store -> indexer: reads from
pipe -> store: stores data
jena <-> store: store & retrieve graph
solr <-> store: stores & retrieve index
jena <-> store.UnHIDE Graph files: store & retrieve graph
solr <-> store.SOLR Index: stores & retrieve index
solr <- api: queries
Jena.graph <- jena.sparql: queries
jena.sparql <-> nginx: routes
Virtuoso.graph <- jena.sparql: queries
virtuoso.sparql <-> nginx: routes
letsencrypt <-> nginx: encrypts
web -> api: requests
web <-> nginx: routes
Expand Down Expand Up @@ -126,4 +126,4 @@ Internet {
domain3: sparql.unhide.helmholtz-metadaten.de
}

hdfcloud.cloud.nginx <-> Internet: handles requests
hdfcloud.cloud.nginx <-> Internet: handles requests
Binary file added docs/diagrams/unhide_deployment_overview.pdf
Binary file not shown.
660 changes: 331 additions & 329 deletions docs/diagrams/unhide_deployment_overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/diagrams/virtuoso_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81fb709

Please sign in to comment.