This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Class diagram Internet Banking System - System Context | |
digraph G { | |
graph [labelloc=top,label="Internet Banking System - System Context",fontname="Verdana",fontsize=12]; | |
edge [fontname="Verdana",fontsize=9,labelfontname="Verdana",labelfontsize=9]; | |
node [fontname="Verdana",fontsize=9,shape=record]; | |
c0 [label="Personal Banking Customer"] | |
c1 [label="Internet Banking System"] | |
c2 [label="Mainframe Banking System"] | |
c3 [label="E-mail System"] | |
// null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"><head> | |
<style> | |
body { | |
font-size: 14px; | |
font-family: "Open Sans", sans-serif; | |
padding: 0; | |
margin: 0; | |
} | |
h1 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"><head> | |
<style> | |
body { | |
font-size: 14px; | |
font-family: "Open Sans", sans-serif; | |
padding: 0; | |
margin: 0; | |
} | |
#controls { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "System Context", | |
"scope": "My Software System", | |
"description": "The system context diagram for my software system.", | |
"size": "A6_Portrait", | |
"elements": [ | |
{ | |
"type": "Person", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "System Context", | |
"scope": "Software System", | |
"description": "A short description of this diagram.", | |
"size": "A5_Landscape", | |
"elements": [ | |
{ | |
"type": "Person", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.structurizr.example; | |
import com.structurizr.Workspace; | |
import com.structurizr.api.StructurizrClient; | |
import com.structurizr.model.*; | |
import com.structurizr.view.ContainerView; | |
import com.structurizr.view.PaperSize; | |
import com.structurizr.view.SystemContextView; | |
import com.structurizr.view.ViewSet; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
title Spring PetClinic - System Context | |
caption The System Context diagram for the Spring PetClinic system. | |
actor "Clinic Employee" <<Person>> as 2 | |
component "Spring PetClinic" <<Software System>> as 1 | |
2 ..> 1 : Uses | |
@enduml | |
@startuml | |
title Spring PetClinic - Containers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
title Spring PetClinic - System Context | |
actor ClinicEmployee | |
[Spring PetClinic] <<Software System>> as SpringPetClinic | |
ClinicEmployee ..> SpringPetClinic : Uses | |
@enduml | |
@startuml | |
title Spring PetClinic - Containers | |
actor ClinicEmployee |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SoftwareSystem = Project Lionheart | My software system. | | | |
Container = Project Lionheart | Web UI | Renders a user interface for the user in their web browser, handles user interactions. | JavaScript App | JavaScript App | 2515,156 | |
Container = Project Lionheart | Display Business | Authentication and authorization, proxy for other backing services, verifies business logic for application use. | Web Service | Web Service | 2515,836 | |
Container = Project Lionheart | Search Service | Core processing for query parsing, search, pagination, filtering. | Web Service | Web Service | 2515,1516 | |
Container = Project Lionheart | Favorites Service | Normalizes tags, writes favorites to persistent storage. | Web Service | Web Service | 1710,1516 | |
Container = Project Lionheart | Alerting Service | Scheduled to look for recent changes, sends email based on subscriptions stored in user metadata db. | System Process | System Process | 210,1516 | |
Container = Project Lionheart | Crawler | Reads data from the contracts database, tra |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Person = User | A user of my software system. | | 940,169 | |
SoftwareSystem = Software System | My software system. | | | |
Container = Software System | Single Page Application | Does interesting things. | Angular 2 | | 915,1145 | |
Container = Software System | Some Service | Some hipster microservice. | Go | Microservice | 940,1921 | |
Container = Software System | Database | Stores interesting data. | MySQL | Database | 915,2818 | |
Relationship = User | Uses | | Single Page Application | | | |
Relationship = Single Page Application | Uses | HTTPS | Some Service | | | |
Relationship = Some Service | Reads from and writes to | | Database | | |