https://github.com/max9159/system-design
Provide a comprehensive collection of system design concepts and examples using `Mermaid diagrams` and `draw.io`.
https://github.com/max9159/system-design
diagram drawio mermaid mermaid-diagrams system-design uml
Last synced: 3 months ago
JSON representation
Provide a comprehensive collection of system design concepts and examples using `Mermaid diagrams` and `draw.io`.
- Host: GitHub
- URL: https://github.com/max9159/system-design
- Owner: max9159
- License: mit
- Created: 2023-05-05T11:42:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T07:56:16.000Z (5 months ago)
- Last Synced: 2025-01-26T17:22:31.937Z (4 months ago)
- Topics: diagram, drawio, mermaid, mermaid-diagrams, system-design, uml
- Language: HTML
- Homepage:
- Size: 521 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System Design Repository
> This repository aims to provide a comprehensive collection of system design concepts and examples using `Mermaid diagrams` and `draw.io`.### What is Mermaid?
[Mermaid](https://mermaid.js.org/#/) is a simple yet powerful markdown-like language for generating diagrams, including flowcharts, sequence diagrams, class diagrams, and more. It enables developers to represent system architectures and interactions in a visual and intuitive manner.### What is draw.io?
[draw.io](https://app.diagrams.net/) (also known as diagrams.net) is a powerful free online and offline tool that allows you to create a wide variety of diagrams such as flowcharts, process diagrams, UML diagrams, ER models, network diagrams, and more. It supports different formats and platforms, making it incredibly versatile. You can save your diagrams directly to services like Google Drive or Dropbox, or download them to your local machine in different formats like PNG, JPEG, SVG, or the editable `.drawio` format.### Getting Started
To explore the system design diagrams and accompanying documentation, simply `navigate` to the `relevant folders` within this repository. Each diagram is provided in Markdown format for Mermaid diagrams or `.drawio` format for draw.io diagrams, making it easy to view and edit using standard markdown editors, draw.io platform, or rendering tools.### Quick Links
- [architecture](./architecture/)
- [flowchart](./flowchart/)
- [sequenceDiagram](./sequenceDiagram/)