Skip to content

Commit 01d5d64

Browse files
authored
Create architecture.md
1 parent f555c6a commit 01d5d64

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

architecture.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
end
17+
subgraph s3["Play"]
18+
n8["RPB"]
19+
n9["RPPD"]
20+
n10["BiblioVino"]
21+
end
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

Comments
 (0)