Documentation Playbook
Sample Diagrams
- Domain Driven UML
- Domain-Driven Design use case
- Data flow Diagram
- feed_poller_dfd.png
- Architectural Diagram
- html2pdf_architecture.png
High-level Architecture Documentation
- TOGAF (The Open Group Architecture Framework)
- C4 Model (Context, Containers, Components, Code)
- RFC (Request for Comment) Document
Types of Diagrams
Architectural Diagrams (Technical)โ
- Cloud Diagram
- Network Diagram
- Entity Relationship Diagram (Database)
- Data flow Diagram
- Swimlane Diagram
- Sequence Diagram
- Technical Architecture Diagram
- Scenario View
- Logical View
- Physical View (cloud view)
- Process View
- Scenario View
Tools (architecture as code)
- C4 MODEL
- Mermaid JS
- Technical Specifications
Commonly used Architecture diagramsโ
UML Diagramsโ
- Structure Diagrams
- Class Diagram
- Component Diagram
- Deployment Diagram Behavioral Diagrams
- Use Case Diagram
- Sequence Diagram
Structure diagrams show the things in the modeled system. In a more technical term, they show different objects in a system. Behavioral diagrams show what should happen in a system. They describe how the objects interact with each other to create a functioning system.
Class Diagramโ
Class diagrams are the main building block of any object-oriented solution. It shows the classes in a system, attributes, and operations of each class and the relationship between each class. [
Component Diagramโ
A component diagram displays theย structuralย relationship of components of a software system.
Deployment Diagramโ
A deployment diagram shows the hardware of your system and the software in that hardware.
Click on the image to use this deployment diagram as a template
Get More Deployment Diagram Templates >>โ
Object Diagramโ
Object Diagrams, sometimes referred to as Instance diagrams are very similar to class diagrams. Like class diagrams, they also show the relationship between objects but they use real-world examples.
Use Case Diagramโ
As the most known diagram type of the behavioral UML types, Use case diagrams give a graphic overview of the actors involved in a system, different functions needed by those actors and how these different functions interact.
Click on the image to edit this template
Get More Use Case Diagram Examples >>โ
Sequence Diagramโ
Sequence diagrams in UML show how objects interact with each other and the order those interactions occur. Itโs important to note that they show the interactions for a particular scenario. The processes are represented vertically and interactions are shown as arrows. This article explains the purpose and the basics of Sequence diagrams.ย Also, check out this complete Sequence Diagram Tutorial to learn more about sequence diagrams.
You can also instantly start drawing using our sequence diagram templates. Mentioned above are all the UML diagram types. UML offers many diagram types, and sometimes two diagrams can explain the same thing using different notations.