We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f555c6a commit 01d5d64Copy full SHA for 01d5d64
architecture.md
@@ -0,0 +1,38 @@
1
+
2
3
+```mermaid
4
+flowchart BT
5
+ n1["Allegro"] --> n4
6
+ n2["Lobid<br>Resources"] <-- Index Query --> n4
7
+ n3["Hebis"] <-- SRU Query --> n4
8
9
+ subgraph s1["Strapi"]
10
+ n4["RPB"]
11
+ n5["RPPD"]
12
+ end
13
+ subgraph s2["ElasticSearch"]
14
+ n6["RPB"]
15
+ n7["RPPD"]
16
17
+ subgraph s3["Play"]
18
+ n8["RPB"]
19
+ n9["RPPD"]
20
+ n10["BiblioVino"]
21
22
23
+ n4 --> n6["ElasticSearch<br>(lobid resources Basis)"]
24
+ n5 --> n7["ElasticSearch<br>(lobid GND Basis)"]
25
+ n6 --> n8["RPB"]
26
+ n5 <--> n4
27
+ n7 --->n9
28
+ n6 --->n10
29
30
+ n1@{ shape: db}
31
+ n2@{ shape: db}
32
+ n3@{ shape: db}
33
+ n6@{ shape: db}
34
+ n8@{ shape: display}
35
+ n7@{ shape: db}
36
+ n9@{ shape: display}
37
+ n10@{ shape: display}
38
+```
0 commit comments