Skip to content

garrettsutula/plantuml-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PlantUML Examples

Practical examples of PlantUML diagrams. I also prefer to use an include file like include.puml in this repo to make diagrams monochrome by default.

Domain Model

This domain model depicts a conceptual model of the data objects supporting a online store. domain model diagram

Use Case

This use case diagram depicts the use cases supporting an online store. use case diagram

Activity

This activity diagram is intended to represent how messages in an event-driven architecture are handled, the sequence diagram below it may provide additional context.

activity diagram

supporting sequence diagram for activity diagram

Component

This component diagram depicts a client application integrating with a few microservices and a 3rd party system. component diagram

Deployment

This deployment diagram depicts a stateless system that's deployed across multiple physical locations & datacenters with master-master replication of the underlying database. deployment diagram

Sequence

These sequence diagrams depict simple microservice CRUD operations with an underlying document database.

GET

GET sequence diagram

POST

POST sequence diagram

PUT/PATCH

PUT/PATCH sequence diagram

DELETE

DELETE sequence diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published