updated node properties

This commit is contained in:
2025-05-15 11:27:14 +02:00
parent 03570a30e6
commit 47abe86ba8
8 changed files with 231 additions and 135 deletions

View File

@@ -9,10 +9,16 @@ skinparam node {
}
node "localhost" {
file "conf" as conf
folder "input Files" as input {
file "xml" as xml1
file "xml" as xml2
collections "xml" as xml
collections "json" as json
collections "rrf" as rrf
collections "owl" as owl
folder "nested folders" {
collections "…" as other
}
}
node "Container" <<Docker>> {
@@ -20,16 +26,19 @@ node "localhost" {
artifact "mdm_to_neo4j" as mdm
py -- mdm
}
}
rectangle "User's neo4j location" #line.dashed {
component "Neo4j" <<DBMS>> as neo4j
folder "Database Storage" {
database "Neo4j-Database" as db
}
}
input <.. mdm
mdm --> neo4j
neo4j -- db
}
mdm -> conf :read
@enduml