Skip to content

Commit 248533a

Browse files
authored
Update architecture.md
1 parent 01d5d64 commit 248533a

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

architecture.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,39 @@
22

33
```mermaid
44
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"]
5+
n1["Allegro"] -.Legacy Import.-> n4
6+
subgraph s0["Fremddaten"]
7+
n2["Lobid<br>Resources"]
8+
n3["Hebis"]
9+
end
10+
subgraph s1["Strapi"]
1011
n4["RPB"]
11-
n5["RPPD"]
12-
end
13-
subgraph s2["ElasticSearch"]
14-
n6["RPB"]
15-
n7["RPPD"]
16-
end
17-
subgraph s3["Play"]
12+
n5["Manuelle Katalogisierung"]
13+
n6["Fremddatenübernahme"]
14+
end
15+
n7["ElasticSearch<br>(lobid resources Basis)"]
16+
subgraph s3["Play"]
1817
n8["RPB"]
19-
n9["RPPD"]
2018
n10["BiblioVino"]
21-
end
19+
end
20+
21+
n2 ----> n7
22+
n3 ----> n7
23+
n4 --> n7
24+
n5 ---> n4
25+
n6 --RPB Klassifikation--> n4
26+
n6 -- Index Query--> n2
27+
n6 --SRU Query--> n3
28+
n7 --> n8
29+
n7 ---> n10
2230
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
2931
30-
n1@{ shape: db}
3132
n2@{ shape: db}
3233
n3@{ shape: db}
33-
n6@{ shape: db}
34-
n8@{ shape: display}
3534
n7@{ shape: db}
36-
n9@{ shape: display}
35+
n8@{ shape: display}
3736
n10@{ shape: display}
37+
n1@{ shape: db}
38+
n6@{ shape: manual-input}
39+
n5@{ shape: manual-input}
3840
```

0 commit comments

Comments
 (0)