Technology Layer

Nodes, devices, system software.

Technology Layer: rendered example
Rendered by Gnomon from the source below. No edits.

The source

39 lines of PlantUML, and pulls in ArchiMate. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include <archimate/Archimate>

title ArchiMate Technology Layer

Technology_Node(datacenter, "Data Center") {
  Technology_Node(appServer, "Application Server") {
    Technology_SystemSoftware(tomcat, "Tomcat")
    Technology_Artifact(warFile, "app.war")
  }
  Technology_Node(dbServer, "Database Server") {
    Technology_SystemSoftware(postgres, "PostgreSQL")
    Technology_Artifact(dbSchema, "Schema")
  }
}

Technology_Node(cloud, "Cloud Infrastructure") {
  Technology_Node(cdn, "CDN")
  Technology_Node(loadBalancer, "Load Balancer")
}

Technology_Device(userDevice, "User Device")
Technology_CommunicationNetwork(internet, "Internet")
Technology_CommunicationNetwork(intranet, "Intranet")

Technology_CommunicationNetwork(https, "HTTPS")
Technology_Path(apiPath, "API Path")

Technology_Service(hosting, "Hosting Service")
Technology_Service(backup, "Backup Service")

Rel_Assignment(tomcat, warFile)
Rel_Assignment(postgres, dbSchema)
Rel_Serving(loadBalancer, appServer)
Rel_Association(internet, https)
Rel_Realization(apiPath, https)
Rel_Flow(userDevice, loadBalancer)

@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in ArchiMate diagrams