All Projects → mingrammer → Diagrams

mingrammer / Diagrams

Licence: mit
🎨 Diagram as Code for prototyping cloud system architectures

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Diagrams

Asciidoctor Kroki
Asciidoctor.js extension to convert diagrams to images using Kroki!
Stars: ✭ 55 (-99.65%)
Mutual labels:  hacktoberfest, graphviz, diagram
C4 Plantuml
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
Stars: ✭ 3,522 (-77.65%)
Mutual labels:  architecture, graphviz, diagram
Azure Plantuml
PlantUML sprites, macros, and other includes for Azure services
Stars: ✭ 247 (-98.43%)
Mutual labels:  architecture, graphviz, diagram
Patterns
Complete catalog of all classical patterns in the Archimate language
Stars: ✭ 70 (-99.56%)
Mutual labels:  architecture, diagram
Protobuf Uml Diagram
Create UML diagrams from Protobuf compiled .proto files using Python
Stars: ✭ 17 (-99.89%)
Mutual labels:  graphviz, diagram
Kubernetes Plantuml
Kubernetes diagrams using VS Code
Stars: ✭ 48 (-99.7%)
Mutual labels:  architecture, graphviz
Pydot
Python interface to Graphviz's Dot language
Stars: ✭ 518 (-96.71%)
Mutual labels:  hacktoberfest, graphviz
Vis Network
💫 Display dynamic, automatically organised, customizable network views.
Stars: ✭ 1,311 (-91.68%)
Mutual labels:  hacktoberfest, diagram
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (-92.09%)
Mutual labels:  hacktoberfest, architecture
Diagram Tools
A number of small tools for generating and manipulating diagrams, mostly based around Graphviz
Stars: ✭ 95 (-99.4%)
Mutual labels:  graphviz, diagram
Vscode Mermaid Preview
Previews Mermaid diagrams
Stars: ✭ 111 (-99.3%)
Mutual labels:  hacktoberfest, diagram
Kroki
Creates diagrams from textual descriptions!
Stars: ✭ 774 (-95.09%)
Mutual labels:  hacktoberfest, graphviz
Arkit
JavaScript architecture diagrams and dependency graphs
Stars: ✭ 671 (-95.74%)
Mutual labels:  architecture, diagram
Wavedrom
🌊 Digital timing diagram rendering engine
Stars: ✭ 1,668 (-89.41%)
Mutual labels:  hacktoberfest, diagram
Tikzcd Editor
A simple visual editor for creating commutative diagrams.
Stars: ✭ 1,627 (-89.67%)
Mutual labels:  hacktoberfest, diagram
Aws Plantuml
PlantUML sprites, macros, and other includes for AWS components.
Stars: ✭ 565 (-96.41%)
Mutual labels:  graphviz, diagram
Vzl
💠 DOT Language Live Editor (GraphViz)
Stars: ✭ 83 (-99.47%)
Mutual labels:  graphviz, diagram
Scaladiagrams
Generate class diagrams from scala source code
Stars: ✭ 130 (-99.17%)
Mutual labels:  graphviz, diagram
Pytm
A Pythonic framework for threat modeling
Stars: ✭ 363 (-97.7%)
Mutual labels:  hacktoberfest, diagram
Phpinsights
🔰 Instant PHP quality checks from your console
Stars: ✭ 4,442 (-71.81%)
Mutual labels:  hacktoberfest, architecture

diagrams logo

Diagrams

license pypi version python version Run tests todos contributors

Buy Me A Coffee

Diagram as Code.

Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports main major providers including: AWS, Azure, GCP, Kubernetes, Alibaba Cloud, Oracle Cloud etc... It also supports On-Premise nodes, SaaS and major Programming frameworks and languages.

Diagram as Code also allows you to track the architecture diagram changes in any version control system.

NOTE: It does not control any actual cloud resources nor does it generate cloud formation or terraform code. It is just for drawing the cloud system architecture diagrams.

Providers

aws provider azure provider gcp provider ibm provider kubernetes provider alibaba cloud provider oracle cloud provider openstack provider firebase provider elastic provider outscale provider on premise provider generic provider programming provider saas provider

Getting Started

It requires Python 3.6 or higher, check your Python version first.

It uses Graphviz to render the diagram, so you need to install Graphviz to use diagrams. After installing graphviz (or already have it), install the diagrams.

macOS users can download the Graphviz via brew install graphviz if you're using Homebrew.

# using pip (pip3)
$ pip install diagrams

# using pipenv
$ pipenv install diagrams

# using poetry
$ poetry add diagrams

You can start with quick start. Check out guides for more details, and you can find all available nodes list in here.

Examples

Event Processing Stateful Architecture Advanced Web Service
event processing stateful architecture advanced web service with on-premise

You can find all the examples on the examples page.

Contributing

To contribute to diagram, check out contribution guidelines.

Let me know if you are using diagrams! I'll add you in showcase page. (I'm working on it!) :)

Who uses it?

GitPitch is the perfect slide deck solution for Tech Conferences, Training, Developer Advocates, and Educators. Diagrams is now available as a dedicated Cloud Diagram Markdown Widget so you can use Diagrams directly on any slide for conferences, meetups, and training.

Cloudiscovery helps you to analyze resources in your cloud (AWS/GCP/Azure/Alibaba/IBM) account. It allows you to create a diagram of analyzed cloud resource map based on this Diagrams library, so you can draw your existing cloud infrastructure with Cloudiscovery.

Airflow Diagrams is an Airflow plugin that aims to easily visualise your Airflow DAGs on service level from providers like AWS, GCP, Azure, etc. via diagrams.

Other languages

  • If you are familiar to Go, you can use go-diagrams as well.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].