repo
stringlengths
7
90
file_url
stringlengths
81
315
file_path
stringlengths
4
228
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:38:15
2026-01-05 02:33:18
truncated
bool
2 classes
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/generic/device.py
diagrams/generic/device.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Generic class _Device(_Generic): _type = "device" _icon_dir = "resources/generic/device" class Mobile(_Device): _icon = "mobile.png" class Tablet(_Device): _icon = "tablet.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/generic/place.py
diagrams/generic/place.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Generic class _Place(_Generic): _type = "place" _icon_dir = "resources/generic/place" class Datacenter(_Place): _icon = "datacenter.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/base/__init__.py
diagrams/base/__init__.py
""" Base provides a set of general services for backend infrastructure. """ from diagrams import Node class _Base(Node): _provider = "base" _icon_dir = "resources/base" fontcolor = "#ffffff"
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/client.py
diagrams/onprem/client.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Client(_OnPrem): _type = "client" _icon_dir = "resources/onprem/client" class Client(_Client): _icon = "client.png" class User(_Client): _icon = "user.png" class Users(_Client): _icon = "users....
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/monitoring.py
diagrams/onprem/monitoring.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Monitoring(_OnPrem): _type = "monitoring" _icon_dir = "resources/onprem/monitoring" class Cortex(_Monitoring): _icon = "cortex.png" class Datadog(_Monitoring): _icon = "datadog.png" class Dynatrace...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/search.py
diagrams/onprem/search.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Search(_OnPrem): _type = "search" _icon_dir = "resources/onprem/search" class Solr(_Search): _icon = "solr.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/vcs.py
diagrams/onprem/vcs.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Vcs(_OnPrem): _type = "vcs" _icon_dir = "resources/onprem/vcs" class Git(_Vcs): _icon = "git.png" class Gitea(_Vcs): _icon = "gitea.png" class Github(_Vcs): _icon = "github.png" class Gitlab(...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/inmemory.py
diagrams/onprem/inmemory.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Inmemory(_OnPrem): _type = "inmemory" _icon_dir = "resources/onprem/inmemory" class Aerospike(_Inmemory): _icon = "aerospike.png" class Hazelcast(_Inmemory): _icon = "hazelcast.png" class Memcached...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/security.py
diagrams/onprem/security.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Security(_OnPrem): _type = "security" _icon_dir = "resources/onprem/security" class Bitwarden(_Security): _icon = "bitwarden.png" class Trivy(_Security): _icon = "trivy.png" class Vault(_Security):...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/certificates.py
diagrams/onprem/certificates.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Certificates(_OnPrem): _type = "certificates" _icon_dir = "resources/onprem/certificates" class CertManager(_Certificates): _icon = "cert-manager.png" class LetsEncrypt(_Certificates): _icon = "lets-...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/registry.py
diagrams/onprem/registry.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Registry(_OnPrem): _type = "registry" _icon_dir = "resources/onprem/registry" class Harbor(_Registry): _icon = "harbor.png" class Jfrog(_Registry): _icon = "jfrog.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/proxmox.py
diagrams/onprem/proxmox.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Proxmox(_OnPrem): _type = "proxmox" _icon_dir = "resources/onprem/proxmox" class Pve(_Proxmox): _icon = "pve.png" # Aliases ProxmoxVE = Pve
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/identity.py
diagrams/onprem/identity.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Identity(_OnPrem): _type = "identity" _icon_dir = "resources/onprem/identity" class Dex(_Identity): _icon = "dex.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/compute.py
diagrams/onprem/compute.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Compute(_OnPrem): _type = "compute" _icon_dir = "resources/onprem/compute" class Nomad(_Compute): _icon = "nomad.png" class Server(_Compute): _icon = "server.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/storage.py
diagrams/onprem/storage.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Storage(_OnPrem): _type = "storage" _icon_dir = "resources/onprem/storage" class CephOsd(_Storage): _icon = "ceph-osd.png" class Ceph(_Storage): _icon = "ceph.png" class Glusterfs(_Storage): _i...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/network.py
diagrams/onprem/network.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Network(_OnPrem): _type = "network" _icon_dir = "resources/onprem/network" class Ambassador(_Network): _icon = "ambassador.png" class Apache(_Network): _icon = "apache.png" class Bind9(_Network): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/messaging.py
diagrams/onprem/messaging.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Messaging(_OnPrem): _type = "messaging" _icon_dir = "resources/onprem/messaging" class Centrifugo(_Messaging): _icon = "centrifugo.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/etl.py
diagrams/onprem/etl.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Etl(_OnPrem): _type = "etl" _icon_dir = "resources/onprem/etl" class Embulk(_Etl): _icon = "embulk.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/mlops.py
diagrams/onprem/mlops.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Mlops(_OnPrem): _type = "mlops" _icon_dir = "resources/onprem/mlops" class Mlflow(_Mlops): _icon = "mlflow.png" class Polyaxon(_Mlops): _icon = "polyaxon.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/tracing.py
diagrams/onprem/tracing.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Tracing(_OnPrem): _type = "tracing" _icon_dir = "resources/onprem/tracing" class Jaeger(_Tracing): _icon = "jaeger.png" class Tempo(_Tracing): _icon = "tempo.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/analytics.py
diagrams/onprem/analytics.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Analytics(_OnPrem): _type = "analytics" _icon_dir = "resources/onprem/analytics" class Beam(_Analytics): _icon = "beam.png" class Databricks(_Analytics): _icon = "databricks.png" class Dbt(_Analyti...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/gitops.py
diagrams/onprem/gitops.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Gitops(_OnPrem): _type = "gitops" _icon_dir = "resources/onprem/gitops" class Argocd(_Gitops): _icon = "argocd.png" class Flagger(_Gitops): _icon = "flagger.png" class Flux(_Gitops): _icon = "f...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/dns.py
diagrams/onprem/dns.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Dns(_OnPrem): _type = "dns" _icon_dir = "resources/onprem/dns" class Coredns(_Dns): _icon = "coredns.png" class Powerdns(_Dns): _icon = "powerdns.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/container.py
diagrams/onprem/container.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Container(_OnPrem): _type = "container" _icon_dir = "resources/onprem/container" class Containerd(_Container): _icon = "containerd.png" class Crio(_Container): _icon = "crio.png" class Docker(_Cont...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/database.py
diagrams/onprem/database.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Database(_OnPrem): _type = "database" _icon_dir = "resources/onprem/database" class Cassandra(_Database): _icon = "cassandra.png" class Clickhouse(_Database): _icon = "clickhouse.png" class Cockroa...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/groupware.py
diagrams/onprem/groupware.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Groupware(_OnPrem): _type = "groupware" _icon_dir = "resources/onprem/groupware" class Nextcloud(_Groupware): _icon = "nextcloud.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/logging.py
diagrams/onprem/logging.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Logging(_OnPrem): _type = "logging" _icon_dir = "resources/onprem/logging" class Fluentbit(_Logging): _icon = "fluentbit.png" class Graylog(_Logging): _icon = "graylog.png" class Loki(_Logging): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/__init__.py
diagrams/onprem/__init__.py
""" OnPrem provides a set of general on-premises services. """ from diagrams import Node class _OnPrem(Node): _provider = "onprem" _icon_dir = "resources/onprem" fontcolor = "#ffffff" class OnPrem(_OnPrem): _icon = "onprem.png"
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/workflow.py
diagrams/onprem/workflow.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Workflow(_OnPrem): _type = "workflow" _icon_dir = "resources/onprem/workflow" class Airflow(_Workflow): _icon = "airflow.png" class Digdag(_Workflow): _icon = "digdag.png" class Kubeflow(_Workflow)...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/queue.py
diagrams/onprem/queue.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Queue(_OnPrem): _type = "queue" _icon_dir = "resources/onprem/queue" class Activemq(_Queue): _icon = "activemq.png" class Celery(_Queue): _icon = "celery.png" class Emqx(_Queue): _icon = "emqx....
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/aggregator.py
diagrams/onprem/aggregator.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Aggregator(_OnPrem): _type = "aggregator" _icon_dir = "resources/onprem/aggregator" class Fluentd(_Aggregator): _icon = "fluentd.png" class Vector(_Aggregator): _icon = "vector.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/cd.py
diagrams/onprem/cd.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Cd(_OnPrem): _type = "cd" _icon_dir = "resources/onprem/cd" class Spinnaker(_Cd): _icon = "spinnaker.png" class TektonCli(_Cd): _icon = "tekton-cli.png" class Tekton(_Cd): _icon = "tekton.png" ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/iac.py
diagrams/onprem/iac.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Iac(_OnPrem): _type = "iac" _icon_dir = "resources/onprem/iac" class Ansible(_Iac): _icon = "ansible.png" class Atlantis(_Iac): _icon = "atlantis.png" class Awx(_Iac): _icon = "awx.png" class...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/auth.py
diagrams/onprem/auth.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Auth(_OnPrem): _type = "auth" _icon_dir = "resources/onprem/auth" class Boundary(_Auth): _icon = "boundary.png" class BuzzfeedSso(_Auth): _icon = "buzzfeed-sso.png" class Oauth2Proxy(_Auth): _i...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/onprem/ci.py
diagrams/onprem/ci.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _OnPrem class _Ci(_OnPrem): _type = "ci" _icon_dir = "resources/onprem/ci" class Circleci(_Ci): _icon = "circleci.png" class Concourseci(_Ci): _icon = "concourseci.png" class Droneci(_Ci): _icon = "droneci.pn...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/c4/__init__.py
diagrams/c4/__init__.py
""" A set of nodes and edges to visualize software architecture using the C4 model. """ import html import textwrap from diagrams import Cluster, Edge, Node def _format_node_label(name, key, description): """Create a graphviz label string for a C4 node""" title = f'<font point-size="12"><b>{html.escape(name...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/blockchain.py
diagrams/aws/blockchain.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Blockchain(_AWS): _type = "blockchain" _icon_dir = "resources/aws/blockchain" class BlockchainResource(_Blockchain): _icon = "blockchain-resource.png" class Blockchain(_Blockchain): _icon = "blockchain....
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/integration.py
diagrams/aws/integration.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Integration(_AWS): _type = "integration" _icon_dir = "resources/aws/integration" class ApplicationIntegration(_Integration): _icon = "application-integration.png" class Appsync(_Integration): _icon = "a...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/ml.py
diagrams/aws/ml.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _ML(_AWS): _type = "ml" _icon_dir = "resources/aws/ml" class ApacheMxnetOnAWS(_ML): _icon = "apache-mxnet-on-aws.png" class AugmentedAi(_ML): _icon = "augmented-ai.png" class Bedrock(_ML): _icon = ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/security.py
diagrams/aws/security.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Security(_AWS): _type = "security" _icon_dir = "resources/aws/security" class AdConnector(_Security): _icon = "ad-connector.png" class Artifact(_Security): _icon = "artifact.png" class CertificateAuth...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/enablement.py
diagrams/aws/enablement.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Enablement(_AWS): _type = "enablement" _icon_dir = "resources/aws/enablement" class CustomerEnablement(_Enablement): _icon = "customer-enablement.png" class Iq(_Enablement): _icon = "iq.png" class Man...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/compute.py
diagrams/aws/compute.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Compute(_AWS): _type = "compute" _icon_dir = "resources/aws/compute" class AppRunner(_Compute): _icon = "app-runner.png" class ApplicationAutoScaling(_Compute): _icon = "application-auto-scaling.png" ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/storage.py
diagrams/aws/storage.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Storage(_AWS): _type = "storage" _icon_dir = "resources/aws/storage" class Backup(_Storage): _icon = "backup.png" class CloudendureDisasterRecovery(_Storage): _icon = "cloudendure-disaster-recovery.png"...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/network.py
diagrams/aws/network.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Network(_AWS): _type = "network" _icon_dir = "resources/aws/network" class APIGatewayEndpoint(_Network): _icon = "api-gateway-endpoint.png" class APIGateway(_Network): _icon = "api-gateway.png" class ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/general.py
diagrams/aws/general.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _General(_AWS): _type = "general" _icon_dir = "resources/aws/general" class Client(_General): _icon = "client.png" class Disk(_General): _icon = "disk.png" class Forums(_General): _icon = "forums.p...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/ar.py
diagrams/aws/ar.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Ar(_AWS): _type = "ar" _icon_dir = "resources/aws/ar" class ArVr(_Ar): _icon = "ar-vr.png" class Sumerian(_Ar): _icon = "sumerian.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/business.py
diagrams/aws/business.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Business(_AWS): _type = "business" _icon_dir = "resources/aws/business" class AlexaForBusiness(_Business): _icon = "alexa-for-business.png" class BusinessApplications(_Business): _icon = "business-appli...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/analytics.py
diagrams/aws/analytics.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Analytics(_AWS): _type = "analytics" _icon_dir = "resources/aws/analytics" class AmazonOpensearchService(_Analytics): _icon = "amazon-opensearch-service.png" class Analytics(_Analytics): _icon = "analyt...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/cost.py
diagrams/aws/cost.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Cost(_AWS): _type = "cost" _icon_dir = "resources/aws/cost" class Budgets(_Cost): _icon = "budgets.png" class CostAndUsageReport(_Cost): _icon = "cost-and-usage-report.png" class CostExplorer(_Cost): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/robotics.py
diagrams/aws/robotics.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Robotics(_AWS): _type = "robotics" _icon_dir = "resources/aws/robotics" class RobomakerCloudExtensionRos(_Robotics): _icon = "robomaker-cloud-extension-ros.png" class RobomakerDevelopmentEnvironment(_Roboti...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/management.py
diagrams/aws/management.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Management(_AWS): _type = "management" _icon_dir = "resources/aws/management" class AmazonDevopsGuru(_Management): _icon = "amazon-devops-guru.png" class AmazonManagedGrafana(_Management): _icon = "amaz...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/engagement.py
diagrams/aws/engagement.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Engagement(_AWS): _type = "engagement" _icon_dir = "resources/aws/engagement" class Connect(_Engagement): _icon = "connect.png" class CustomerEngagement(_Engagement): _icon = "customer-engagement.png" ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/migration.py
diagrams/aws/migration.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Migration(_AWS): _type = "migration" _icon_dir = "resources/aws/migration" class ApplicationDiscoveryService(_Migration): _icon = "application-discovery-service.png" class CloudendureMigration(_Migration): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/iot.py
diagrams/aws/iot.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Iot(_AWS): _type = "iot" _icon_dir = "resources/aws/iot" class Freertos(_Iot): _icon = "freertos.png" class InternetOfThings(_Iot): _icon = "internet-of-things.png" class Iot1Click(_Iot): _icon = ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/mobile.py
diagrams/aws/mobile.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Mobile(_AWS): _type = "mobile" _icon_dir = "resources/aws/mobile" class Amplify(_Mobile): _icon = "amplify.png" class APIGatewayEndpoint(_Mobile): _icon = "api-gateway-endpoint.png" class APIGateway(_...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/database.py
diagrams/aws/database.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Database(_AWS): _type = "database" _icon_dir = "resources/aws/database" class AuroraInstance(_Database): _icon = "aurora-instance.png" class Aurora(_Database): _icon = "aurora.png" class DatabaseMigra...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/enduser.py
diagrams/aws/enduser.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Enduser(_AWS): _type = "enduser" _icon_dir = "resources/aws/enduser" class Appstream20(_Enduser): _icon = "appstream-2-0.png" class DesktopAndAppStreaming(_Enduser): _icon = "desktop-and-app-streaming.p...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/quantum.py
diagrams/aws/quantum.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Quantum(_AWS): _type = "quantum" _icon_dir = "resources/aws/quantum" class Braket(_Quantum): _icon = "braket.png" class QuantumTechnologies(_Quantum): _icon = "quantum-technologies.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/__init__.py
diagrams/aws/__init__.py
""" AWS provides a set of services for Amazon Web Service provider. """ from diagrams import Node class _AWS(Node): _provider = "aws" _icon_dir = "resources/aws" fontcolor = "#ffffff" class AWS(_AWS): _icon = "aws.png"
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/satellite.py
diagrams/aws/satellite.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Satellite(_AWS): _type = "satellite" _icon_dir = "resources/aws/satellite" class GroundStation(_Satellite): _icon = "ground-station.png" class Satellite(_Satellite): _icon = "satellite.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/devtools.py
diagrams/aws/devtools.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Devtools(_AWS): _type = "devtools" _icon_dir = "resources/aws/devtools" class CloudDevelopmentKit(_Devtools): _icon = "cloud-development-kit.png" class Cloud9Resource(_Devtools): _icon = "cloud9-resourc...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/media.py
diagrams/aws/media.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Media(_AWS): _type = "media" _icon_dir = "resources/aws/media" class ElasticTranscoder(_Media): _icon = "elastic-transcoder.png" class ElementalConductor(_Media): _icon = "elemental-conductor.png" cla...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/aws/game.py
diagrams/aws/game.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _AWS class _Game(_AWS): _type = "game" _icon_dir = "resources/aws/game" class GameTech(_Game): _icon = "game-tech.png" class Gamelift(_Game): _icon = "gamelift.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/rbac.py
diagrams/k8s/rbac.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Rbac(_K8S): _type = "rbac" _icon_dir = "resources/k8s/rbac" class CRole(_Rbac): _icon = "c-role.png" class CRB(_Rbac): _icon = "crb.png" class Group(_Rbac): _icon = "group.png" class RB(_Rbac): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/podconfig.py
diagrams/k8s/podconfig.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Podconfig(_K8S): _type = "podconfig" _icon_dir = "resources/k8s/podconfig" class CM(_Podconfig): _icon = "cm.png" class Secret(_Podconfig): _icon = "secret.png" # Aliases ConfigMap = CM
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/compute.py
diagrams/k8s/compute.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Compute(_K8S): _type = "compute" _icon_dir = "resources/k8s/compute" class Cronjob(_Compute): _icon = "cronjob.png" class Deploy(_Compute): _icon = "deploy.png" class DS(_Compute): _icon = "ds.png...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/storage.py
diagrams/k8s/storage.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Storage(_K8S): _type = "storage" _icon_dir = "resources/k8s/storage" class PV(_Storage): _icon = "pv.png" class PVC(_Storage): _icon = "pvc.png" class SC(_Storage): _icon = "sc.png" class Vol(_S...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/network.py
diagrams/k8s/network.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Network(_K8S): _type = "network" _icon_dir = "resources/k8s/network" class Ep(_Network): _icon = "ep.png" class Ing(_Network): _icon = "ing.png" class Netpol(_Network): _icon = "netpol.png" clas...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/chaos.py
diagrams/k8s/chaos.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Chaos(_K8S): _type = "chaos" _icon_dir = "resources/k8s/chaos" class ChaosMesh(_Chaos): _icon = "chaos-mesh.png" class LitmusChaos(_Chaos): _icon = "litmus-chaos.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/controlplane.py
diagrams/k8s/controlplane.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Controlplane(_K8S): _type = "controlplane" _icon_dir = "resources/k8s/controlplane" class API(_Controlplane): _icon = "api.png" class CCM(_Controlplane): _icon = "c-c-m.png" class CM(_Controlplane): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/others.py
diagrams/k8s/others.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Others(_K8S): _type = "others" _icon_dir = "resources/k8s/others" class CRD(_Others): _icon = "crd.png" class PSP(_Others): _icon = "psp.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/infra.py
diagrams/k8s/infra.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Infra(_K8S): _type = "infra" _icon_dir = "resources/k8s/infra" class ETCD(_Infra): _icon = "etcd.png" class Master(_Infra): _icon = "master.png" class Node(_Infra): _icon = "node.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/ecosystem.py
diagrams/k8s/ecosystem.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Ecosystem(_K8S): _type = "ecosystem" _icon_dir = "resources/k8s/ecosystem" class ExternalDns(_Ecosystem): _icon = "external-dns.png" class Helm(_Ecosystem): _icon = "helm.png" class Krew(_Ecosystem): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/group.py
diagrams/k8s/group.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Group(_K8S): _type = "group" _icon_dir = "resources/k8s/group" class NS(_Group): _icon = "ns.png" # Aliases Namespace = NS
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/__init__.py
diagrams/k8s/__init__.py
""" K8S provides a set of services for Kubernetes. """ from diagrams import Node class _K8S(Node): _provider = "k8s" _icon_dir = "resources/k8s" fontcolor = "#2d3436" class K8S(_K8S): _icon = "k8s.png"
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/k8s/clusterconfig.py
diagrams/k8s/clusterconfig.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _K8S class _Clusterconfig(_K8S): _type = "clusterconfig" _icon_dir = "resources/k8s/clusterconfig" class HPA(_Clusterconfig): _icon = "hpa.png" class Limits(_Clusterconfig): _icon = "limits.png" class Quota(_Clus...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/migrate.py
diagrams/azure/migrate.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Migrate(_Azure): _type = "migrate" _icon_dir = "resources/azure/migrate" class AzureDataboxGateway(_Migrate): _icon = "azure-databox-gateway.png" class AzureMigrate(_Migrate): _icon = "azure-migrate.p...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/blockchain.py
diagrams/azure/blockchain.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Blockchain(_Azure): _type = "blockchain" _icon_dir = "resources/azure/blockchain" class AbsMember(_Blockchain): _icon = "abs-member.png" class AzureBlockchainService(_Blockchain): _icon = "azure-block...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/integration.py
diagrams/azure/integration.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Integration(_Azure): _type = "integration" _icon_dir = "resources/azure/integration" class APIConnections(_Integration): _icon = "api-connections.png" class APIForFhir(_Integration): _icon = "api-for-...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/ml.py
diagrams/azure/ml.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Ml(_Azure): _type = "ml" _icon_dir = "resources/azure/ml" class AzureOpenAI(_Ml): _icon = "azure-open-ai.png" class AzureSpeechService(_Ml): _icon = "azure-speech-service.png" class BatchAI(_Ml): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/security.py
diagrams/azure/security.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Security(_Azure): _type = "security" _icon_dir = "resources/azure/security" class ApplicationSecurityGroups(_Security): _icon = "application-security-groups.png" class AzureADAuthenticationMethods(_Securi...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/hybridmulticloud.py
diagrams/azure/hybridmulticloud.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Hybridmulticloud(_Azure): _type = "hybridmulticloud" _icon_dir = "resources/azure/hybridmulticloud" class AzureOperator5GCore(_Hybridmulticloud): _icon = "azure-operator-5g-core.png" class AzureOperatorIn...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/identity.py
diagrams/azure/identity.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Identity(_Azure): _type = "identity" _icon_dir = "resources/azure/identity" class AadLicenses(_Identity): _icon = "aad-licenses.png" class AccessReview(_Identity): _icon = "access-review.png" class ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/compute.py
diagrams/azure/compute.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Compute(_Azure): _type = "compute" _icon_dir = "resources/azure/compute" class AppServices(_Compute): _icon = "app-services.png" class ApplicationGroup(_Compute): _icon = "application-group.png" cla...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/devops.py
diagrams/azure/devops.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Devops(_Azure): _type = "devops" _icon_dir = "resources/azure/devops" class APIConnections(_Devops): _icon = "api-connections.png" class APIManagementServices(_Devops): _icon = "api-management-service...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/storage.py
diagrams/azure/storage.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Storage(_Azure): _type = "storage" _icon_dir = "resources/azure/storage" class ArchiveStorage(_Storage): _icon = "archive-storage.png" class AzureDataboxGateway(_Storage): _icon = "azure-databox-gatew...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/network.py
diagrams/azure/network.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Network(_Azure): _type = "network" _icon_dir = "resources/azure/network" class ApplicationGateway(_Network): _icon = "application-gateway.png" class ApplicationSecurityGroups(_Network): _icon = "appli...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/databases.py
diagrams/azure/databases.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Databases(_Azure): _type = "databases" _icon_dir = "resources/azure/databases" class AzureCosmosDb(_Databases): _icon = "azure-cosmos-db.png" class AzureDataExplorerClusters(_Databases): _icon = "azur...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/azurestack.py
diagrams/azure/azurestack.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Azurestack(_Azure): _type = "azurestack" _icon_dir = "resources/azure/azurestack" class Capacity(_Azurestack): _icon = "capacity.png" class InfrastructureBackup(_Azurestack): _icon = "infrastructure-b...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/web.py
diagrams/azure/web.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Web(_Azure): _type = "web" _icon_dir = "resources/azure/web" class APICenter(_Web): _icon = "api-center.png" class APIConnections(_Web): _icon = "api-connections.png" class APIManagementServices(_We...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/intune.py
diagrams/azure/intune.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Intune(_Azure): _type = "intune" _icon_dir = "resources/azure/intune" class AzureADRolesAndAdministrators(_Intune): _icon = "azure-ad-roles-and-administrators.png" class ClientApps(_Intune): _icon = "...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/general.py
diagrams/azure/general.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _General(_Azure): _type = "general" _icon_dir = "resources/azure/general" class AllResources(_General): _icon = "all-resources.png" class Allresources(_General): _icon = "allresources.png" class Azur...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/analytics.py
diagrams/azure/analytics.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Analytics(_Azure): _type = "analytics" _icon_dir = "resources/azure/analytics" class AnalysisServices(_Analytics): _icon = "analysis-services.png" class AzureDataExplorerClusters(_Analytics): _icon = ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/menu.py
diagrams/azure/menu.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Menu(_Azure): _type = "menu" _icon_dir = "resources/azure/menu" class Keys(_Menu): _icon = "keys.png" # Aliases
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/mixedreality.py
diagrams/azure/mixedreality.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Mixedreality(_Azure): _type = "mixedreality" _icon_dir = "resources/azure/mixedreality" class RemoteRendering(_Mixedreality): _icon = "remote-rendering.png" class SpatialAnchorAccounts(_Mixedreality): ...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/networking.py
diagrams/azure/networking.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Networking(_Azure): _type = "networking" _icon_dir = "resources/azure/networking" class ApplicationGateways(_Networking): _icon = "application-gateways.png" class AtmMultistack(_Networking): _icon = "...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/migration.py
diagrams/azure/migration.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Migration(_Azure): _type = "migration" _icon_dir = "resources/azure/migration" class AzureDatabaseMigrationServices(_Migration): _icon = "azure-database-migration-services.png" class DataBoxEdge(_Migratio...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/containers.py
diagrams/azure/containers.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Containers(_Azure): _type = "containers" _icon_dir = "resources/azure/containers" class AppServices(_Containers): _icon = "app-services.png" class AzureRedHatOpenshift(_Containers): _icon = "azure-red...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/iot.py
diagrams/azure/iot.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Iot(_Azure): _type = "iot" _icon_dir = "resources/azure/iot" class AzureCosmosDb(_Iot): _icon = "azure-cosmos-db.png" class AzureDataboxGateway(_Iot): _icon = "azure-databox-gateway.png" class Azure...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false
mingrammer/diagrams
https://github.com/mingrammer/diagrams/blob/072474aa2a7d24cd074b2e1a61d0b714c3daa945/diagrams/azure/mobile.py
diagrams/azure/mobile.py
# This module is automatically generated by autogen.sh. DO NOT EDIT. from . import _Azure class _Mobile(_Azure): _type = "mobile" _icon_dir = "resources/azure/mobile" class AppServiceMobile(_Mobile): _icon = "app-service-mobile.png" class AppServices(_Mobile): _icon = "app-services.png" class M...
python
MIT
072474aa2a7d24cd074b2e1a61d0b714c3daa945
2026-01-04T14:39:58.534150Z
false