updated node properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user