Diagram as Code for prototyping cloud system architectures

栏目: IT技术 · 发布时间: 4年前

内容简介:Diagrams lets you draw the cloud system architectureDiagram as Codealso allows you toIt uses

Diagrams

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 four major providers: AWS , Azure , GCP and Kubernetes .

Diagram as Codealso allows you to tracking the architecture diagram changes on any version control system.

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

Getting Started

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 . And you can go guides for more details.

Examples

Grouped Workers on AWS Stateful Architecture on k8s Event Processing on AWS
Diagram as Code for prototyping cloud system architectures Diagram as Code for prototyping cloud system architectures Diagram as Code for prototyping cloud system architectures

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!) :)

License

MIT


以上所述就是小编给大家介绍的《Diagram as Code for prototyping cloud system architectures》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

史玉柱自述

史玉柱自述

优米网 / 同心出版社 / 2013-6-1 / 42.00元

史玉柱迄今为止唯一公开著作。 亲口讲述24年创业历程与营销心得。 中国商业思想史里程碑之作! 24年跌宕起伏,功成身退,史玉柱向您娓娓道来,历经时间沉淀的商业智慧和人生感悟。 在书中,史玉柱毫无保留地回顾了创业以来的经历和各阶段的思考。全书没有深奥的理论,铅华洗尽、朴实无华,往往在轻描淡写之间,一语道破营销的本质。 关于产品开发、营销传播、广告投放、团队管理、创业投资......一起来看看 《史玉柱自述》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具