Diagram as Code/Open Telekom Cloud Extensions
Project description
Diagrams for Open Telekom Cloud
Diagram as Code.
[!IMPORTANT] Due to the fact that the upstream project seems to be inactive and non-processing/non-responsive to new Issues or Pull Requests for more than 2 years, the artifacts supporting Open Telekom Cloud has been moved to their own package. Nevertheless, the repository retains its downstream status and any change that might come in the future either in the other providers artifacts or in the code itself, will be synced. Unless nothing changes, the package name in PyPi is from now on
diagrams-otc.
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
in addition supports all the providers included in the original upstream:
Getting Started
It requires Python 3.7 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 graphvizif you're using Homebrew.
# using pip (pip3)
$ pip install diagrams-otc
# using pipenv
$ pipenv install diagrams-otc
# using poetry
$ poetry add diagrams-otc
[!NOTE] Documentation and Examples refer to the original site of upstream.
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 |
|---|---|---|
You can find all the examples on the examples page.
Contributing
To contribute to diagram, check out contribution guidelines.
Other languages
- If you are familiar with Go, you can use go-diagrams as well.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file diagrams_otc-0.23.6.tar.gz.
File metadata
- Download URL: diagrams_otc-0.23.6.tar.gz
- Upload date:
- Size: 24.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.9 Linux/6.5.0-26-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dd14fc48dde1d986684f55087cfdbf4fc8fc6977e752ccc925855f6b263aa7d
|
|
| MD5 |
f545ebd03540bbe0b0c9e861d90b31be
|
|
| BLAKE2b-256 |
452b9590a2559d2ca5c49e89f4e701af0477fe88cd78f5e6c75ab42a066340a6
|
File details
Details for the file diagrams_otc-0.23.6-py3-none-any.whl.
File metadata
- Download URL: diagrams_otc-0.23.6-py3-none-any.whl
- Upload date:
- Size: 24.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.9 Linux/6.5.0-26-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c6f60fecaef420ec75a3df24d081144fefc6de0bd72ffd63b2275ac2b6ce5f2
|
|
| MD5 |
259389d1ee1d3f5da8f5502e033dfc2a
|
|
| BLAKE2b-256 |
402ca5cc54ff4be5a7368706c7d9040348ccffb14923d83b13e32df3216e63fc
|