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.core; | |
import com.structurizr.Workspace; | |
import com.structurizr.api.StructurizrClient; | |
import com.structurizr.model.Model; | |
import com.structurizr.model.Person; | |
import com.structurizr.model.SoftwareSystem; | |
import com.structurizr.model.Tags; | |
import com.structurizr.view.ElementStyle; | |
import com.structurizr.view.Shape; |
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.core; | |
import com.structurizr.Workspace; | |
import com.structurizr.api.StructurizrClient; | |
import com.structurizr.model.Model; | |
import com.structurizr.model.Person; | |
import com.structurizr.model.SoftwareSystem; | |
import com.structurizr.model.Tags; | |
import com.structurizr.view.*; |
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 Spring PetClinic - System Context | |
digraph G { | |
graph [labelloc=top,label="Spring PetClinic - System Context",fontname="Verdana",fontsize=12]; | |
edge [fontname="Verdana",fontsize=9,labelfontname="Verdana",labelfontsize=9]; | |
node [fontname="Verdana",fontsize=9,shape=record]; | |
c0 [label="Spring PetClinic"] | |
c1 [label="Clinic Employee"] | |
// null | |
c1 -> c0 [label="Uses" , ]; | |
} |
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
using Structurizr.Client; | |
using Structurizr.IO.Json; | |
using Structurizr.Model; | |
using Structurizr.View; | |
using System.IO; | |
using System.Linq; | |
namespace Structurizr.Examples | |
{ |
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
using Structurizr.Analysis; | |
using Structurizr.Client; | |
using Structurizr.Model; | |
using Structurizr.View; | |
using System.Linq; | |
namespace Structurizr | |
{ | |
/// <summary> |
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
import com.structurizr.Workspace; | |
import com.structurizr.api.StructurizrClient; | |
import com.structurizr.componentfinder.ComponentFinder; | |
import com.structurizr.componentfinder.JavadocComponentFinderStrategy; | |
import com.structurizr.componentfinder.StructurizrAnnotationsComponentFinderStrategy; | |
import com.structurizr.model.*; | |
import com.structurizr.view.*; | |
import java.io.File; |
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. | | 202,194 | |
SoftwareSystem = Software System | My software system. | | 1627,1154 | |
Relationship = User | Uses | | Software System | | | |
Diagram = System Context | Software System | A short description of this diagram. | A5_Landscape | |
ElementStyle = Element | 650 | 400 | | #ffffff | 36 | | |
ElementStyle = Software System | | | #d34407 | | | | |
ElementStyle = Person | | | #f86628 | | | |
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
{"id":21,"name":"techtribes.je","description":"The software architecture model for the techtribes.je system","model":{"people":[{"tags":"Element,Person","id":"4","name":"Administration User","description":"A system administration user, signed in using a Twitter ID.","relationships":[{"tags":"Relationship,Synchronous","id":"21","sourceId":"4","destinationId":"14","description":"Add people, add tribes and manage tribe membership.","interactionStyle":"Synchronous"},{"tags":"Relationship,Synchronous","id":"7","sourceId":"4","destinationId":"1","description":"Add people, add tribes and manage tribe membership","interactionStyle":"Synchronous"},{"tags":"Relationship,Synchronous","id":"202","sourceId":"4","destinationId":"43","description":"uses","interactionStyle":"Synchronous"}],"location":"Unspecified"},{"tags":"Element,Person","id":"2","name":"Anonymous User","description":"Anybody on the web.","relationships":[{"tags":"Relationship,Synchronous","id":"198","sourceId":"2","destinationId":"39","description":"uses" |
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 | | |
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 |