File tree Expand file tree Collapse file tree 1 file changed +26
-24
lines changed Expand file tree Collapse file tree 1 file changed +26
-24
lines changed Original file line number Diff line number Diff line change 2
2
3
3
``` mermaid
4
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"]
5
+ n1["Allegro"] -.Legacy Import.-> n4
6
+ subgraph s0["Fremddaten"]
7
+ n2["Lobid<br>Resources"]
8
+ n3["Hebis"]
9
+ end
10
+ subgraph s1["Strapi"]
10
11
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"]
18
17
n8["RPB"]
19
- n9["RPPD"]
20
18
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
22
30
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
31
30
- n1@{ shape: db}
31
32
n2@{ shape: db}
32
33
n3@{ shape: db}
33
- n6@{ shape: db}
34
- n8@{ shape: display}
35
34
n7@{ shape: db}
36
- n9 @{ shape: display}
35
+ n8 @{ shape: display}
37
36
n10@{ shape: display}
37
+ n1@{ shape: db}
38
+ n6@{ shape: manual-input}
39
+ n5@{ shape: manual-input}
38
40
```
You can’t perform that action at this time.
0 commit comments