Merge d4419ac765
into a71e447dc0
@ -0,0 +1,41 @@
|
|||||||
|
name: Publish
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master, "@cbrown/743-mkdocs-site"]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set up Python 3.8
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
|
python-version: 3.8
|
||||||
|
|
||||||
|
- name: Setup Golang
|
||||||
|
uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: '>=1.17.0'
|
||||||
|
|
||||||
|
- name: Install round
|
||||||
|
run: |
|
||||||
|
go install github.com/mingrammer/round@latest
|
||||||
|
|
||||||
|
- name: Install inkscape
|
||||||
|
run: |
|
||||||
|
sudo apt-get update && sudo apt-get install inkscape
|
||||||
|
|
||||||
|
- name: Install python dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
|
./autogen.sh && mkdocs build -c -f mkdocs.yml
|
||||||
|
- name: Publish
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./site
|
@ -0,0 +1 @@
|
|||||||
|
resources/
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 361 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
@ -0,0 +1,22 @@
|
|||||||
|
# Diagrams
|
||||||
|
|
||||||
|
## Diagrams as Code
|
||||||
|
|
||||||
|
- [Try it out](getting-started/installation.md)
|
||||||
|
- [Show examples](getting-started/examples.md)
|
||||||
|
|
||||||
|
|
||||||
|
## About Diagrams
|
||||||
|
|
||||||
|
Diagrams lets you draw the cloud system architecture **in Python code**.
|
||||||
|
|
||||||
|
It was born for **prototyping** a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well.
|
||||||
|
|
||||||
|
Diagram as Code allows you to **track** the architecture diagram changes in any **version control** system.
|
||||||
|
|
||||||
|
Diagrams currently supports six major providers: AWS, Azure, GCP, Kubernetes, Alibaba Cloud and Oracle Cloud. It now also supports On-Premise nodes as well as Programming Languages and Frameworks.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
@ -1,318 +0,0 @@
|
|||||||
---
|
|
||||||
id: alibabacloud
|
|
||||||
title: AlibabaCloud
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of alibabacloud provider.
|
|
||||||
|
|
||||||
## alibabacloud.analytics
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/analytics/analytic-db.png" alt="AnalyticDb" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.analytics.AnalyticDb**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/analytics/click-house.png" alt="ClickHouse" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.analytics.ClickHouse**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/analytics/data-lake-analytics.png" alt="DataLakeAnalytics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.analytics.DataLakeAnalytics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/analytics/elatic-map-reduce.png" alt="ElaticMapReduce" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.analytics.ElaticMapReduce**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/analytics/open-search.png" alt="OpenSearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.analytics.OpenSearch**
|
|
||||||
|
|
||||||
## alibabacloud.application
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/api-gateway.png" alt="ApiGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.ApiGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/bee-bot.png" alt="BeeBot" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.BeeBot**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/blockchain-as-a-service.png" alt="BlockchainAsAService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.BlockchainAsAService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/cloud-call-center.png" alt="CloudCallCenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.CloudCallCenter**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/code-pipeline.png" alt="CodePipeline" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.CodePipeline**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/direct-mail.png" alt="DirectMail" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.DirectMail**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/log-service.png" alt="LogService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.LogService**, **SLS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/message-notification-service.png" alt="MessageNotificationService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.MessageNotificationService**, **MNS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/node-js-performance-platform.png" alt="NodeJsPerformancePlatform" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.NodeJsPerformancePlatform**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/open-search.png" alt="OpenSearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.OpenSearch**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/performance-testing-service.png" alt="PerformanceTestingService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.PerformanceTestingService**, **PTS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/rd-cloud.png" alt="RdCloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.RdCloud**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/smart-conversation-analysis.png" alt="SmartConversationAnalysis" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.SmartConversationAnalysis**, **SCA** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/application/yida.png" alt="Yida" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.application.Yida**
|
|
||||||
|
|
||||||
## alibabacloud.communication
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/communication/direct-mail.png" alt="DirectMail" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.communication.DirectMail**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/communication/mobile-push.png" alt="MobilePush" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.communication.MobilePush**
|
|
||||||
|
|
||||||
## alibabacloud.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/auto-scaling.png" alt="AutoScaling" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.AutoScaling**, **ESS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/batch-compute.png" alt="BatchCompute" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.BatchCompute**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/container-registry.png" alt="ContainerRegistry" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ContainerRegistry**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/container-service.png" alt="ContainerService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ContainerService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/elastic-compute-service.png" alt="ElasticComputeService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ElasticComputeService**, **ECS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/elastic-container-instance.png" alt="ElasticContainerInstance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ElasticContainerInstance**, **ECI** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/elastic-high-performance-computing.png" alt="ElasticHighPerformanceComputing" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ElasticHighPerformanceComputing**, **EHPC** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/elastic-search.png" alt="ElasticSearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ElasticSearch**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/function-compute.png" alt="FunctionCompute" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.FunctionCompute**, **FC** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/operation-orchestration-service.png" alt="OperationOrchestrationService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.OperationOrchestrationService**, **OOS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/resource-orchestration-service.png" alt="ResourceOrchestrationService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ResourceOrchestrationService**, **ROS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/server-load-balancer.png" alt="ServerLoadBalancer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ServerLoadBalancer**, **SLB** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/serverless-app-engine.png" alt="ServerlessAppEngine" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.ServerlessAppEngine**, **SAE** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/simple-application-server.png" alt="SimpleApplicationServer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.SimpleApplicationServer**, **SAS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/compute/web-app-service.png" alt="WebAppService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.compute.WebAppService**, **WAS** (alias)
|
|
||||||
|
|
||||||
## alibabacloud.database
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-cassandra.png" alt="ApsaradbCassandra" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbCassandra**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-hbase.png" alt="ApsaradbHbase" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbHbase**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-memcache.png" alt="ApsaradbMemcache" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbMemcache**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-mongodb.png" alt="ApsaradbMongodb" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbMongodb**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-oceanbase.png" alt="ApsaradbOceanbase" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbOceanbase**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-polardb.png" alt="ApsaradbPolardb" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbPolardb**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-postgresql.png" alt="ApsaradbPostgresql" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbPostgresql**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-ppas.png" alt="ApsaradbPpas" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbPpas**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-redis.png" alt="ApsaradbRedis" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbRedis**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/apsaradb-sqlserver.png" alt="ApsaradbSqlserver" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.ApsaradbSqlserver**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/data-management-service.png" alt="DataManagementService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.DataManagementService**, **DMS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/data-transmission-service.png" alt="DataTransmissionService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.DataTransmissionService**, **DTS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/database-backup-service.png" alt="DatabaseBackupService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.DatabaseBackupService**, **DBS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/disribute-relational-database-service.png" alt="DisributeRelationalDatabaseService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.DisributeRelationalDatabaseService**, **DRDS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/graph-database-service.png" alt="GraphDatabaseService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.GraphDatabaseService**, **GDS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/hybriddb-for-mysql.png" alt="HybriddbForMysql" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.HybriddbForMysql**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/database/relational-database-service.png" alt="RelationalDatabaseService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.database.RelationalDatabaseService**, **RDS** (alias)
|
|
||||||
|
|
||||||
## alibabacloud.iot
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/iot/iot-internet-device-id.png" alt="IotInternetDeviceId" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.iot.IotInternetDeviceId**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/iot/iot-link-wan.png" alt="IotLinkWan" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.iot.IotLinkWan**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/iot/iot-mobile-connection-package.png" alt="IotMobileConnectionPackage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.iot.IotMobileConnectionPackage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/iot/iot-platform.png" alt="IotPlatform" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.iot.IotPlatform**
|
|
||||||
|
|
||||||
## alibabacloud.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/cdn.png" alt="Cdn" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.Cdn**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/cloud-enterprise-network.png" alt="CloudEnterpriseNetwork" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.CloudEnterpriseNetwork**, **CEN** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/elastic-ip-address.png" alt="ElasticIpAddress" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.ElasticIpAddress**, **EIP** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/express-connect.png" alt="ExpressConnect" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.ExpressConnect**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/nat-gateway.png" alt="NatGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.NatGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/server-load-balancer.png" alt="ServerLoadBalancer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.ServerLoadBalancer**, **SLB** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/smart-access-gateway.png" alt="SmartAccessGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.SmartAccessGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/virtual-private-cloud.png" alt="VirtualPrivateCloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.VirtualPrivateCloud**, **VPC** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/network/vpn-gateway.png" alt="VpnGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.network.VpnGateway**
|
|
||||||
|
|
||||||
## alibabacloud.security
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/anti-bot-service.png" alt="AntiBotService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.AntiBotService**, **ABS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/anti-ddos-basic.png" alt="AntiDdosBasic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.AntiDdosBasic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/anti-ddos-pro.png" alt="AntiDdosPro" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.AntiDdosPro**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/antifraud-service.png" alt="AntifraudService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.AntifraudService**, **AS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/bastion-host.png" alt="BastionHost" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.BastionHost**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/cloud-firewall.png" alt="CloudFirewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.CloudFirewall**, **CFW** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/cloud-security-scanner.png" alt="CloudSecurityScanner" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.CloudSecurityScanner**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/content-moderation.png" alt="ContentModeration" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.ContentModeration**, **CM** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/crowdsourced-security-testing.png" alt="CrowdsourcedSecurityTesting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.CrowdsourcedSecurityTesting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/data-encryption-service.png" alt="DataEncryptionService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.DataEncryptionService**, **DES** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/db-audit.png" alt="DbAudit" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.DbAudit**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/game-shield.png" alt="GameShield" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.GameShield**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/id-verification.png" alt="IdVerification" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.IdVerification**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/managed-security-service.png" alt="ManagedSecurityService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.ManagedSecurityService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/security-center.png" alt="SecurityCenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.SecurityCenter**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/server-guard.png" alt="ServerGuard" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.ServerGuard**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/ssl-certificates.png" alt="SslCertificates" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.SslCertificates**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/security/web-application-firewall.png" alt="WebApplicationFirewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.security.WebApplicationFirewall**, **WAF** (alias)
|
|
||||||
|
|
||||||
## alibabacloud.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/cloud-storage-gateway.png" alt="CloudStorageGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.CloudStorageGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/file-storage-hdfs.png" alt="FileStorageHdfs" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.FileStorageHdfs**, **HDFS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/file-storage-nas.png" alt="FileStorageNas" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.FileStorageNas**, **NAS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/hybrid-backup-recovery.png" alt="HybridBackupRecovery" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.HybridBackupRecovery**, **HBR** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/hybrid-cloud-disaster-recovery.png" alt="HybridCloudDisasterRecovery" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.HybridCloudDisasterRecovery**, **HDR** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/imm.png" alt="Imm" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.Imm**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/object-storage-service.png" alt="ObjectStorageService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.ObjectStorageService**, **OSS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/storage/object-table-store.png" alt="ObjectTableStore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.storage.ObjectTableStore**, **OTS** (alias)
|
|
||||||
|
|
||||||
## alibabacloud.web
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/web/dns.png" alt="Dns" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.web.Dns**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/alibabacloud/web/domain.png" alt="Domain" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.alibabacloud.web.Domain**
|
|
@ -1,714 +0,0 @@
|
|||||||
---
|
|
||||||
id: azure
|
|
||||||
title: Azure
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of azure provider.
|
|
||||||
|
|
||||||
## azure.analytics
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/analysis-services.png" alt="AnalysisServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.AnalysisServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/data-explorer-clusters.png" alt="DataExplorerClusters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.DataExplorerClusters**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/data-factories.png" alt="DataFactories" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.DataFactories**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/data-lake-analytics.png" alt="DataLakeAnalytics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.DataLakeAnalytics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/data-lake-store-gen1.png" alt="DataLakeStoreGen1" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.DataLakeStoreGen1**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/databricks.png" alt="Databricks" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.Databricks**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/event-hub-clusters.png" alt="EventHubClusters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.EventHubClusters**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/event-hubs.png" alt="EventHubs" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.EventHubs**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/hdinsightclusters.png" alt="Hdinsightclusters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.Hdinsightclusters**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/log-analytics-workspaces.png" alt="LogAnalyticsWorkspaces" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.LogAnalyticsWorkspaces**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/stream-analytics-jobs.png" alt="StreamAnalyticsJobs" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.StreamAnalyticsJobs**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/analytics/synapse-analytics.png" alt="SynapseAnalytics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.analytics.SynapseAnalytics**
|
|
||||||
|
|
||||||
## azure.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/app-services.png" alt="AppServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.AppServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/automanaged-vm.png" alt="AutomanagedVM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.AutomanagedVM**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/availability-sets.png" alt="AvailabilitySets" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.AvailabilitySets**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/batch-accounts.png" alt="BatchAccounts" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.BatchAccounts**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/citrix-virtual-desktops-essentials.png" alt="CitrixVirtualDesktopsEssentials" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.CitrixVirtualDesktopsEssentials**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/cloud-services-classic.png" alt="CloudServicesClassic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.CloudServicesClassic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/cloud-services.png" alt="CloudServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.CloudServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/cloudsimple-virtual-machines.png" alt="CloudsimpleVirtualMachines" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.CloudsimpleVirtualMachines**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/container-instances.png" alt="ContainerInstances" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.ContainerInstances**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/container-registries.png" alt="ContainerRegistries" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.ContainerRegistries**, **ACR** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/disk-encryption-sets.png" alt="DiskEncryptionSets" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.DiskEncryptionSets**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/disk-snapshots.png" alt="DiskSnapshots" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.DiskSnapshots**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/disks.png" alt="Disks" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.Disks**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/function-apps.png" alt="FunctionApps" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.FunctionApps**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/image-definitions.png" alt="ImageDefinitions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.ImageDefinitions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/image-versions.png" alt="ImageVersions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.ImageVersions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/kubernetes-services.png" alt="KubernetesServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.KubernetesServices**, **AKS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/mesh-applications.png" alt="MeshApplications" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.MeshApplications**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/os-images.png" alt="OsImages" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.OsImages**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/sap-hana-on-azure.png" alt="SAPHANAOnAzure" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.SAPHANAOnAzure**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/service-fabric-clusters.png" alt="ServiceFabricClusters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.ServiceFabricClusters**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/shared-image-galleries.png" alt="SharedImageGalleries" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.SharedImageGalleries**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/spring-cloud.png" alt="SpringCloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.SpringCloud**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/vm-classic.png" alt="VMClassic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.VMClassic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/vm-images.png" alt="VMImages" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.VMImages**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/vm-linux.png" alt="VMLinux" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.VMLinux**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/vm-scale-set.png" alt="VMScaleSet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.VMScaleSet**, **VMSS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/vm-windows.png" alt="VMWindows" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.VMWindows**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/vm.png" alt="VM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.VM**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/compute/workspaces.png" alt="Workspaces" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.compute.Workspaces**
|
|
||||||
|
|
||||||
## azure.database
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/blob-storage.png" alt="BlobStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.BlobStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/cache-for-redis.png" alt="CacheForRedis" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.CacheForRedis**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/cosmos-db.png" alt="CosmosDb" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.CosmosDb**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/data-explorer-clusters.png" alt="DataExplorerClusters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.DataExplorerClusters**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/data-factory.png" alt="DataFactory" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.DataFactory**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/data-lake.png" alt="DataLake" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.DataLake**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/database-for-mariadb-servers.png" alt="DatabaseForMariadbServers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.DatabaseForMariadbServers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/database-for-mysql-servers.png" alt="DatabaseForMysqlServers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.DatabaseForMysqlServers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/database-for-postgresql-servers.png" alt="DatabaseForPostgresqlServers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.DatabaseForPostgresqlServers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/elastic-database-pools.png" alt="ElasticDatabasePools" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.ElasticDatabasePools**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/elastic-job-agents.png" alt="ElasticJobAgents" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.ElasticJobAgents**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/instance-pools.png" alt="InstancePools" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.InstancePools**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/managed-databases.png" alt="ManagedDatabases" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.ManagedDatabases**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/sql-databases.png" alt="SQLDatabases" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SQLDatabases**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/sql-datawarehouse.png" alt="SQLDatawarehouse" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SQLDatawarehouse**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/sql-managed-instances.png" alt="SQLManagedInstances" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SQLManagedInstances**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/sql-server-stretch-databases.png" alt="SQLServerStretchDatabases" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SQLServerStretchDatabases**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/sql-servers.png" alt="SQLServers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SQLServers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/sql-vm.png" alt="SQLVM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SQLVM**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/sql.png" alt="SQL" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SQL**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/ssis-lift-and-shift-ir.png" alt="SsisLiftAndShiftIr" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SsisLiftAndShiftIr**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/synapse-analytics.png" alt="SynapseAnalytics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.SynapseAnalytics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/virtual-clusters.png" alt="VirtualClusters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.VirtualClusters**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/database/virtual-datacenter.png" alt="VirtualDatacenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.database.VirtualDatacenter**
|
|
||||||
|
|
||||||
## azure.devops
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/application-insights.png" alt="ApplicationInsights" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.ApplicationInsights**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/artifacts.png" alt="Artifacts" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.Artifacts**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/boards.png" alt="Boards" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.Boards**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/devops.png" alt="Devops" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.Devops**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/devtest-labs.png" alt="DevtestLabs" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.DevtestLabs**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/lab-services.png" alt="LabServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.LabServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/pipelines.png" alt="Pipelines" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.Pipelines**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/repos.png" alt="Repos" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.Repos**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/devops/test-plans.png" alt="TestPlans" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.devops.TestPlans**
|
|
||||||
|
|
||||||
## azure.general
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/allresources.png" alt="Allresources" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Allresources**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/azurehome.png" alt="Azurehome" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Azurehome**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/developertools.png" alt="Developertools" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Developertools**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/helpsupport.png" alt="Helpsupport" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Helpsupport**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/information.png" alt="Information" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Information**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/managementgroups.png" alt="Managementgroups" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Managementgroups**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/marketplace.png" alt="Marketplace" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Marketplace**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/quickstartcenter.png" alt="Quickstartcenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Quickstartcenter**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/recent.png" alt="Recent" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Recent**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/reservations.png" alt="Reservations" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Reservations**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/resource.png" alt="Resource" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Resource**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/resourcegroups.png" alt="Resourcegroups" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Resourcegroups**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/servicehealth.png" alt="Servicehealth" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Servicehealth**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/shareddashboard.png" alt="Shareddashboard" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Shareddashboard**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/subscriptions.png" alt="Subscriptions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Subscriptions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/support.png" alt="Support" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Support**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/supportrequests.png" alt="Supportrequests" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Supportrequests**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/tag.png" alt="Tag" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Tag**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/tags.png" alt="Tags" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Tags**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/templates.png" alt="Templates" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Templates**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/twousericon.png" alt="Twousericon" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Twousericon**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/userhealthicon.png" alt="Userhealthicon" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Userhealthicon**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/usericon.png" alt="Usericon" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Usericon**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/userprivacy.png" alt="Userprivacy" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Userprivacy**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/userresource.png" alt="Userresource" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Userresource**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/general/whatsnew.png" alt="Whatsnew" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.general.Whatsnew**
|
|
||||||
|
|
||||||
## azure.identity
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/access-review.png" alt="AccessReview" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.AccessReview**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/active-directory-connect-health.png" alt="ActiveDirectoryConnectHealth" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ActiveDirectoryConnectHealth**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/active-directory.png" alt="ActiveDirectory" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ActiveDirectory**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/ad-b2c.png" alt="ADB2C" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ADB2C**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/ad-domain-services.png" alt="ADDomainServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ADDomainServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/ad-identity-protection.png" alt="ADIdentityProtection" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ADIdentityProtection**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/ad-privileged-identity-management.png" alt="ADPrivilegedIdentityManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ADPrivilegedIdentityManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/app-registrations.png" alt="AppRegistrations" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.AppRegistrations**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/conditional-access.png" alt="ConditionalAccess" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ConditionalAccess**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/enterprise-applications.png" alt="EnterpriseApplications" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.EnterpriseApplications**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/groups.png" alt="Groups" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.Groups**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/identity-governance.png" alt="IdentityGovernance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.IdentityGovernance**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/information-protection.png" alt="InformationProtection" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.InformationProtection**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/managed-identities.png" alt="ManagedIdentities" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.ManagedIdentities**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/identity/users.png" alt="Users" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.identity.Users**
|
|
||||||
|
|
||||||
## azure.integration
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/api-for-fhir.png" alt="APIForFhir" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.APIForFhir**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/api-management.png" alt="APIManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.APIManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/app-configuration.png" alt="AppConfiguration" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.AppConfiguration**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/data-catalog.png" alt="DataCatalog" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.DataCatalog**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/event-grid-domains.png" alt="EventGridDomains" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.EventGridDomains**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/event-grid-subscriptions.png" alt="EventGridSubscriptions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.EventGridSubscriptions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/event-grid-topics.png" alt="EventGridTopics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.EventGridTopics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/integration-accounts.png" alt="IntegrationAccounts" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.IntegrationAccounts**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/integration-service-environments.png" alt="IntegrationServiceEnvironments" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.IntegrationServiceEnvironments**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/logic-apps-custom-connector.png" alt="LogicAppsCustomConnector" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.LogicAppsCustomConnector**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/logic-apps.png" alt="LogicApps" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.LogicApps**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/partner-topic.png" alt="PartnerTopic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.PartnerTopic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/sendgrid-accounts.png" alt="SendgridAccounts" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.SendgridAccounts**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/service-bus-relays.png" alt="ServiceBusRelays" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.ServiceBusRelays**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/service-bus.png" alt="ServiceBus" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.ServiceBus**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/service-catalog-managed-application-definitions.png" alt="ServiceCatalogManagedApplicationDefinitions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.ServiceCatalogManagedApplicationDefinitions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/software-as-a-service.png" alt="SoftwareAsAService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.SoftwareAsAService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/storsimple-device-managers.png" alt="StorsimpleDeviceManagers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.StorsimpleDeviceManagers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/integration/system-topic.png" alt="SystemTopic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.integration.SystemTopic**
|
|
||||||
|
|
||||||
## azure.iot
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/device-provisioning-services.png" alt="DeviceProvisioningServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.DeviceProvisioningServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/digital-twins.png" alt="DigitalTwins" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.DigitalTwins**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/iot-central-applications.png" alt="IotCentralApplications" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.IotCentralApplications**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/iot-hub-security.png" alt="IotHubSecurity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.IotHubSecurity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/iot-hub.png" alt="IotHub" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.IotHub**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/maps.png" alt="Maps" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.Maps**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/sphere.png" alt="Sphere" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.Sphere**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/time-series-insights-environments.png" alt="TimeSeriesInsightsEnvironments" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.TimeSeriesInsightsEnvironments**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/time-series-insights-events-sources.png" alt="TimeSeriesInsightsEventsSources" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.TimeSeriesInsightsEventsSources**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/iot/windows-10-iot-core-services.png" alt="Windows10IotCoreServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.iot.Windows10IotCoreServices**
|
|
||||||
|
|
||||||
## azure.migration
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/migration/data-box-edge.png" alt="DataBoxEdge" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.migration.DataBoxEdge**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/migration/data-box.png" alt="DataBox" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.migration.DataBox**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/migration/database-migration-services.png" alt="DatabaseMigrationServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.migration.DatabaseMigrationServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/migration/migration-projects.png" alt="MigrationProjects" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.migration.MigrationProjects**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/migration/recovery-services-vaults.png" alt="RecoveryServicesVaults" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.migration.RecoveryServicesVaults**
|
|
||||||
|
|
||||||
## azure.ml
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/batch-ai.png" alt="BatchAI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.BatchAI**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/bot-services.png" alt="BotServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.BotServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/cognitive-services.png" alt="CognitiveServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.CognitiveServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/genomics-accounts.png" alt="GenomicsAccounts" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.GenomicsAccounts**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/machine-learning-service-workspaces.png" alt="MachineLearningServiceWorkspaces" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.MachineLearningServiceWorkspaces**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/machine-learning-studio-web-service-plans.png" alt="MachineLearningStudioWebServicePlans" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.MachineLearningStudioWebServicePlans**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/machine-learning-studio-web-services.png" alt="MachineLearningStudioWebServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.MachineLearningStudioWebServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/ml/machine-learning-studio-workspaces.png" alt="MachineLearningStudioWorkspaces" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.ml.MachineLearningStudioWorkspaces**
|
|
||||||
|
|
||||||
## azure.mobile
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/mobile/app-service-mobile.png" alt="AppServiceMobile" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.mobile.AppServiceMobile**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/mobile/mobile-engagement.png" alt="MobileEngagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.mobile.MobileEngagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/mobile/notification-hubs.png" alt="NotificationHubs" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.mobile.NotificationHubs**
|
|
||||||
|
|
||||||
## azure.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/application-gateway.png" alt="ApplicationGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.ApplicationGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/application-security-groups.png" alt="ApplicationSecurityGroups" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.ApplicationSecurityGroups**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/cdn-profiles.png" alt="CDNProfiles" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.CDNProfiles**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/connections.png" alt="Connections" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.Connections**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/ddos-protection-plans.png" alt="DDOSProtectionPlans" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.DDOSProtectionPlans**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/dns-private-zones.png" alt="DNSPrivateZones" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.DNSPrivateZones**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/dns-zones.png" alt="DNSZones" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.DNSZones**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/expressroute-circuits.png" alt="ExpressrouteCircuits" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.ExpressrouteCircuits**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/firewall.png" alt="Firewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.Firewall**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/front-doors.png" alt="FrontDoors" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.FrontDoors**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/load-balancers.png" alt="LoadBalancers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.LoadBalancers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/local-network-gateways.png" alt="LocalNetworkGateways" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.LocalNetworkGateways**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/network-interfaces.png" alt="NetworkInterfaces" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.NetworkInterfaces**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/network-security-groups-classic.png" alt="NetworkSecurityGroupsClassic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.NetworkSecurityGroupsClassic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/network-watcher.png" alt="NetworkWatcher" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.NetworkWatcher**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/on-premises-data-gateways.png" alt="OnPremisesDataGateways" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.OnPremisesDataGateways**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/public-ip-addresses.png" alt="PublicIpAddresses" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.PublicIpAddresses**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/reserved-ip-addresses-classic.png" alt="ReservedIpAddressesClassic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.ReservedIpAddressesClassic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/route-filters.png" alt="RouteFilters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.RouteFilters**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/route-tables.png" alt="RouteTables" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.RouteTables**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/service-endpoint-policies.png" alt="ServiceEndpointPolicies" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.ServiceEndpointPolicies**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/subnets.png" alt="Subnets" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.Subnets**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/traffic-manager-profiles.png" alt="TrafficManagerProfiles" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.TrafficManagerProfiles**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/virtual-network-classic.png" alt="VirtualNetworkClassic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.VirtualNetworkClassic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/virtual-network-gateways.png" alt="VirtualNetworkGateways" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.VirtualNetworkGateways**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/virtual-networks.png" alt="VirtualNetworks" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.VirtualNetworks**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/network/virtual-wans.png" alt="VirtualWans" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.network.VirtualWans**
|
|
||||||
|
|
||||||
## azure.security
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/security/application-security-groups.png" alt="ApplicationSecurityGroups" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.security.ApplicationSecurityGroups**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/security/conditional-access.png" alt="ConditionalAccess" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.security.ConditionalAccess**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/security/defender.png" alt="Defender" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.security.Defender**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/security/extended-security-updates.png" alt="ExtendedSecurityUpdates" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.security.ExtendedSecurityUpdates**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/security/key-vaults.png" alt="KeyVaults" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.security.KeyVaults**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/security/security-center.png" alt="SecurityCenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.security.SecurityCenter**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/security/sentinel.png" alt="Sentinel" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.security.Sentinel**
|
|
||||||
|
|
||||||
## azure.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/archive-storage.png" alt="ArchiveStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.ArchiveStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/azurefxtedgefiler.png" alt="Azurefxtedgefiler" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.Azurefxtedgefiler**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/blob-storage.png" alt="BlobStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.BlobStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/data-box-edge-data-box-gateway.png" alt="DataBoxEdgeDataBoxGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.DataBoxEdgeDataBoxGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/data-box.png" alt="DataBox" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.DataBox**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/data-lake-storage.png" alt="DataLakeStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.DataLakeStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/general-storage.png" alt="GeneralStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.GeneralStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/netapp-files.png" alt="NetappFiles" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.NetappFiles**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/queues-storage.png" alt="QueuesStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.QueuesStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/storage-accounts-classic.png" alt="StorageAccountsClassic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.StorageAccountsClassic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/storage-accounts.png" alt="StorageAccounts" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.StorageAccounts**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/storage-explorer.png" alt="StorageExplorer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.StorageExplorer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/storage-sync-services.png" alt="StorageSyncServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.StorageSyncServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/storsimple-data-managers.png" alt="StorsimpleDataManagers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.StorsimpleDataManagers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/storsimple-device-managers.png" alt="StorsimpleDeviceManagers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.StorsimpleDeviceManagers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/storage/table-storage.png" alt="TableStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.storage.TableStorage**
|
|
||||||
|
|
||||||
## azure.web
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/api-connections.png" alt="APIConnections" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.APIConnections**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/app-service-certificates.png" alt="AppServiceCertificates" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.AppServiceCertificates**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/app-service-domains.png" alt="AppServiceDomains" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.AppServiceDomains**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/app-service-environments.png" alt="AppServiceEnvironments" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.AppServiceEnvironments**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/app-service-plans.png" alt="AppServicePlans" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.AppServicePlans**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/app-services.png" alt="AppServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.AppServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/media-services.png" alt="MediaServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.MediaServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/notification-hub-namespaces.png" alt="NotificationHubNamespaces" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.NotificationHubNamespaces**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/search.png" alt="Search" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.Search**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/azure/web/signalr.png" alt="Signalr" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.azure.web.Signalr**
|
|
@ -1,77 +0,0 @@
|
|||||||
---
|
|
||||||
id: c4
|
|
||||||
title: C4
|
|
||||||
---
|
|
||||||
|
|
||||||
## C4 Diagrams
|
|
||||||
|
|
||||||
[C4](https://c4model.com/) is a standardized model to visualize software architecture.
|
|
||||||
You can generate C4 diagrams by using the node and edge classes from the `diagrams.c4` package:
|
|
||||||
|
|
||||||
```python
|
|
||||||
from diagrams import Diagram
|
|
||||||
from diagrams.c4 import Person, Container, Database, System, SystemBoundary, Relationship
|
|
||||||
|
|
||||||
graph_attr = {
|
|
||||||
"splines": "spline",
|
|
||||||
}
|
|
||||||
|
|
||||||
with Diagram("Container diagram for Internet Banking System", direction="TB", graph_attr=graph_attr):
|
|
||||||
customer = Person(
|
|
||||||
name="Personal Banking Customer", description="A customer of the bank, with personal bank accounts."
|
|
||||||
)
|
|
||||||
|
|
||||||
with SystemBoundary("Internet Banking System"):
|
|
||||||
webapp = Container(
|
|
||||||
name="Web Application",
|
|
||||||
technology="Java and Spring MVC",
|
|
||||||
description="Delivers the static content and the Internet banking single page application.",
|
|
||||||
)
|
|
||||||
|
|
||||||
spa = Container(
|
|
||||||
name="Single-Page Application",
|
|
||||||
technology="Javascript and Angular",
|
|
||||||
description="Provides all of the Internet banking functionality to customers via their web browser.",
|
|
||||||
)
|
|
||||||
|
|
||||||
mobileapp = Container(
|
|
||||||
name="Mobile App",
|
|
||||||
technology="Xamarin",
|
|
||||||
description="Provides a limited subset of the Internet banking functionality to customers via their mobile device.",
|
|
||||||
)
|
|
||||||
|
|
||||||
api = Container(
|
|
||||||
name="API Application",
|
|
||||||
technology="Java and Spring MVC",
|
|
||||||
description="Provides Internet banking functionality via a JSON/HTTPS API.",
|
|
||||||
)
|
|
||||||
|
|
||||||
database = Database(
|
|
||||||
name="Database",
|
|
||||||
technology="Oracle Database Schema",
|
|
||||||
description="Stores user registration information, hashed authentication credentials, access logs, etc.",
|
|
||||||
)
|
|
||||||
|
|
||||||
email = System(name="E-mail System", description="The internal Microsoft Exchange e-mail system.", external=True)
|
|
||||||
|
|
||||||
mainframe = System(
|
|
||||||
name="Mainframe Banking System",
|
|
||||||
description="Stores all of the core banking information about customers, accounts, transactions, etc.",
|
|
||||||
external=True,
|
|
||||||
)
|
|
||||||
|
|
||||||
customer >> Relationship("Visits bigbank.com/ib using [HTTPS]") >> webapp
|
|
||||||
customer >> Relationship("Views account balances, and makes payments using") >> [spa, mobileapp]
|
|
||||||
webapp >> Relationship("Delivers to the customer's web browser") >> spa
|
|
||||||
spa >> Relationship("Make API calls to [JSON/HTTPS]") >> api
|
|
||||||
mobileapp >> Relationship("Make API calls to [JSON/HTTPS]") >> api
|
|
||||||
|
|
||||||
api >> Relationship("reads from and writes to") >> database
|
|
||||||
api >> Relationship("Sends email using [SMTP]") >> email
|
|
||||||
api >> Relationship("Makes API calls to [XML/HTTPS]") >> mainframe
|
|
||||||
customer << Relationship("Sends e-mails to") << email
|
|
||||||
```
|
|
||||||
|
|
||||||
It will produce the following diagram:
|
|
||||||
|
|
||||||

|
|
@ -1,93 +0,0 @@
|
|||||||
---
|
|
||||||
id: digitalocean
|
|
||||||
title: DigitalOcean
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of digitalocean provider.
|
|
||||||
|
|
||||||
## digitalocean.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/containers.png" alt="Containers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.Containers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/docker.png" alt="Docker" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.Docker**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/droplet-connect.png" alt="DropletConnect" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.DropletConnect**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/droplet-snapshot.png" alt="DropletSnapshot" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.DropletSnapshot**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/droplet.png" alt="Droplet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.Droplet**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/k8s-cluster.png" alt="K8SCluster" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.K8SCluster**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/k8s-node-pool.png" alt="K8SNodePool" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.K8SNodePool**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/compute/k8s-node.png" alt="K8SNode" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.compute.K8SNode**
|
|
||||||
|
|
||||||
## digitalocean.database
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/database/dbaas-primary-standby-more.png" alt="DbaasPrimaryStandbyMore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.database.DbaasPrimaryStandbyMore**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/database/dbaas-primary.png" alt="DbaasPrimary" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.database.DbaasPrimary**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/database/dbaas-read-only.png" alt="DbaasReadOnly" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.database.DbaasReadOnly**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/database/dbaas-standby.png" alt="DbaasStandby" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.database.DbaasStandby**
|
|
||||||
|
|
||||||
## digitalocean.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/certificate.png" alt="Certificate" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.Certificate**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/domain-registration.png" alt="DomainRegistration" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.DomainRegistration**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/domain.png" alt="Domain" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.Domain**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/firewall.png" alt="Firewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.Firewall**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/floating-ip.png" alt="FloatingIp" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.FloatingIp**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/internet-gateway.png" alt="InternetGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.InternetGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/load-balancer.png" alt="LoadBalancer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.LoadBalancer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/managed-vpn.png" alt="ManagedVpn" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.ManagedVpn**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/network/vpc.png" alt="Vpc" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.network.Vpc**
|
|
||||||
|
|
||||||
## digitalocean.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/storage/folder.png" alt="Folder" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.storage.Folder**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/storage/space.png" alt="Space" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.storage.Space**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/storage/volume-snapshot.png" alt="VolumeSnapshot" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.storage.VolumeSnapshot**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/digitalocean/storage/volume.png" alt="Volume" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.digitalocean.storage.Volume**
|
|
@ -1,162 +0,0 @@
|
|||||||
---
|
|
||||||
id: elastic
|
|
||||||
title: Elastic
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of elastic provider.
|
|
||||||
|
|
||||||
## elastic.agent
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/agent/agent.png" alt="Agent" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.agent.Agent**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/agent/endpoint.png" alt="Endpoint" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.agent.Endpoint**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/agent/fleet.png" alt="Fleet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.agent.Fleet**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/agent/integrations.png" alt="Integrations" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.agent.Integrations**
|
|
||||||
|
|
||||||
## elastic.beats
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/apm.png" alt="APM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.APM**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/auditbeat.png" alt="Auditbeat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.Auditbeat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/filebeat.png" alt="Filebeat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.Filebeat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/functionbeat.png" alt="Functionbeat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.Functionbeat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/heartbeat.png" alt="Heartbeat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.Heartbeat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/metricbeat.png" alt="Metricbeat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.Metricbeat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/packetbeat.png" alt="Packetbeat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.Packetbeat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/beats/winlogbeat.png" alt="Winlogbeat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.beats.Winlogbeat**
|
|
||||||
|
|
||||||
## elastic.elasticsearch
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/alerting.png" alt="Alerting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Alerting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/beats.png" alt="Beats" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Beats**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/elasticsearch.png" alt="Elasticsearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Elasticsearch**, **ElasticSearch** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/kibana.png" alt="Kibana" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Kibana**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/logstash-pipeline.png" alt="LogstashPipeline" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.LogstashPipeline**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/logstash.png" alt="Logstash" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Logstash**, **LogStash** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/machine-learning.png" alt="MachineLearning" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.MachineLearning**, **ML** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/map-services.png" alt="MapServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.MapServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/maps.png" alt="Maps" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Maps**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/monitoring.png" alt="Monitoring" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Monitoring**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/searchable-snapshots.png" alt="SearchableSnapshots" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.SearchableSnapshots**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/security-settings.png" alt="SecuritySettings" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.SecuritySettings**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/sql.png" alt="SQL" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.SQL**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/elasticsearch/stack.png" alt="Stack" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.elasticsearch.Stack**
|
|
||||||
|
|
||||||
## elastic.enterprisesearch
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/enterprisesearch/app-search.png" alt="AppSearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.enterprisesearch.AppSearch**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/enterprisesearch/crawler.png" alt="Crawler" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.enterprisesearch.Crawler**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/enterprisesearch/enterprise-search.png" alt="EnterpriseSearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.enterprisesearch.EnterpriseSearch**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/enterprisesearch/site-search.png" alt="SiteSearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.enterprisesearch.SiteSearch**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/enterprisesearch/workplace-search.png" alt="WorkplaceSearch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.enterprisesearch.WorkplaceSearch**
|
|
||||||
|
|
||||||
## elastic.observability
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/observability/apm.png" alt="APM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.observability.APM**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/observability/logs.png" alt="Logs" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.observability.Logs**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/observability/metrics.png" alt="Metrics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.observability.Metrics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/observability/observability.png" alt="Observability" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.observability.Observability**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/observability/uptime.png" alt="Uptime" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.observability.Uptime**
|
|
||||||
|
|
||||||
## elastic.orchestration
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/orchestration/ece.png" alt="ECE" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.orchestration.ECE**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/orchestration/eck.png" alt="ECK" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.orchestration.ECK**
|
|
||||||
|
|
||||||
## elastic.saas
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/saas/cloud.png" alt="Cloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.saas.Cloud**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/saas/elastic.png" alt="Elastic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.saas.Elastic**
|
|
||||||
|
|
||||||
## elastic.security
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/security/endpoint.png" alt="Endpoint" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.security.Endpoint**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/security/security.png" alt="Security" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.security.Security**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/security/siem.png" alt="SIEM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.security.SIEM**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/elastic/security/xdr.png" alt="Xdr" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.elastic.security.Xdr**
|
|
@ -1,87 +0,0 @@
|
|||||||
---
|
|
||||||
id: firebase
|
|
||||||
title: Firebase
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of firebase provider.
|
|
||||||
|
|
||||||
## firebase.base
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/base/firebase.png" alt="Firebase" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.base.Firebase**
|
|
||||||
|
|
||||||
## firebase.develop
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/develop/authentication.png" alt="Authentication" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.develop.Authentication**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/develop/firestore.png" alt="Firestore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.develop.Firestore**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/develop/functions.png" alt="Functions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.develop.Functions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/develop/hosting.png" alt="Hosting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.develop.Hosting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/develop/ml-kit.png" alt="MLKit" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.develop.MLKit**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/develop/realtime-database.png" alt="RealtimeDatabase" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.develop.RealtimeDatabase**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/develop/storage.png" alt="Storage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.develop.Storage**
|
|
||||||
|
|
||||||
## firebase.extentions
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/extentions/extensions.png" alt="Extensions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.extentions.Extensions**
|
|
||||||
|
|
||||||
## firebase.grow
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/ab-testing.png" alt="ABTesting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.ABTesting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/app-indexing.png" alt="AppIndexing" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.AppIndexing**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/dynamic-links.png" alt="DynamicLinks" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.DynamicLinks**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/in-app-messaging.png" alt="InAppMessaging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.InAppMessaging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/invites.png" alt="Invites" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.Invites**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/messaging.png" alt="Messaging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.Messaging**, **FCM** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/predictions.png" alt="Predictions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.Predictions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/grow/remote-config.png" alt="RemoteConfig" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.grow.RemoteConfig**
|
|
||||||
|
|
||||||
## firebase.quality
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/quality/app-distribution.png" alt="AppDistribution" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.quality.AppDistribution**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/quality/crash-reporting.png" alt="CrashReporting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.quality.CrashReporting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/quality/crashlytics.png" alt="Crashlytics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.quality.Crashlytics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/quality/performance-monitoring.png" alt="PerformanceMonitoring" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.quality.PerformanceMonitoring**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/firebase/quality/test-lab.png" alt="TestLab" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.firebase.quality.TestLab**
|
|
@ -1,315 +0,0 @@
|
|||||||
---
|
|
||||||
id: gcp
|
|
||||||
title: GCP
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of gcp provider.
|
|
||||||
|
|
||||||
## gcp.analytics
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/bigquery.png" alt="Bigquery" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Bigquery**, **BigQuery** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/composer.png" alt="Composer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Composer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/data-catalog.png" alt="DataCatalog" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.DataCatalog**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/data-fusion.png" alt="DataFusion" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.DataFusion**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/dataflow.png" alt="Dataflow" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Dataflow**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/datalab.png" alt="Datalab" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Datalab**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/dataprep.png" alt="Dataprep" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Dataprep**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/dataproc.png" alt="Dataproc" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Dataproc**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/genomics.png" alt="Genomics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Genomics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/analytics/pubsub.png" alt="Pubsub" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.analytics.Pubsub**, **PubSub** (alias)
|
|
||||||
|
|
||||||
## gcp.api
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/api/api-gateway.png" alt="APIGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.api.APIGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/api/endpoints.png" alt="Endpoints" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.api.Endpoints**
|
|
||||||
|
|
||||||
## gcp.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/app-engine.png" alt="AppEngine" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.AppEngine**, **GAE** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/compute-engine.png" alt="ComputeEngine" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.ComputeEngine**, **GCE** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/container-optimized-os.png" alt="ContainerOptimizedOS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.ContainerOptimizedOS**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/functions.png" alt="Functions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.Functions**, **GCF** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/gke-on-prem.png" alt="GKEOnPrem" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.GKEOnPrem**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/gpu.png" alt="GPU" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.GPU**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/kubernetes-engine.png" alt="KubernetesEngine" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.KubernetesEngine**, **GKE** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/compute/run.png" alt="Run" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.compute.Run**
|
|
||||||
|
|
||||||
## gcp.database
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/database/bigtable.png" alt="Bigtable" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.database.Bigtable**, **BigTable** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/database/datastore.png" alt="Datastore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.database.Datastore**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/database/firestore.png" alt="Firestore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.database.Firestore**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/database/memorystore.png" alt="Memorystore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.database.Memorystore**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/database/spanner.png" alt="Spanner" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.database.Spanner**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/database/sql.png" alt="SQL" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.database.SQL**
|
|
||||||
|
|
||||||
## gcp.devtools
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/build.png" alt="Build" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.Build**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/code-for-intellij.png" alt="CodeForIntellij" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.CodeForIntellij**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/code.png" alt="Code" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.Code**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/container-registry.png" alt="ContainerRegistry" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.ContainerRegistry**, **GCR** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/gradle-app-engine-plugin.png" alt="GradleAppEnginePlugin" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.GradleAppEnginePlugin**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/ide-plugins.png" alt="IdePlugins" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.IdePlugins**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/maven-app-engine-plugin.png" alt="MavenAppEnginePlugin" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.MavenAppEnginePlugin**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/scheduler.png" alt="Scheduler" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.Scheduler**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/sdk.png" alt="SDK" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.SDK**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/source-repositories.png" alt="SourceRepositories" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.SourceRepositories**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/tasks.png" alt="Tasks" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.Tasks**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/test-lab.png" alt="TestLab" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.TestLab**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/tools-for-eclipse.png" alt="ToolsForEclipse" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.ToolsForEclipse**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/tools-for-powershell.png" alt="ToolsForPowershell" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.ToolsForPowershell**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/devtools/tools-for-visual-studio.png" alt="ToolsForVisualStudio" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.devtools.ToolsForVisualStudio**
|
|
||||||
|
|
||||||
## gcp.iot
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/iot/iot-core.png" alt="IotCore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.iot.IotCore**
|
|
||||||
|
|
||||||
## gcp.migration
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/migration/transfer-appliance.png" alt="TransferAppliance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.migration.TransferAppliance**
|
|
||||||
|
|
||||||
## gcp.ml
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/advanced-solutions-lab.png" alt="AdvancedSolutionsLab" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AdvancedSolutionsLab**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/ai-hub.png" alt="AIHub" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AIHub**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/ai-platform-data-labeling-service.png" alt="AIPlatformDataLabelingService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AIPlatformDataLabelingService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/ai-platform.png" alt="AIPlatform" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AIPlatform**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/automl-natural-language.png" alt="AutomlNaturalLanguage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AutomlNaturalLanguage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/automl-tables.png" alt="AutomlTables" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AutomlTables**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/automl-translation.png" alt="AutomlTranslation" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AutomlTranslation**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/automl-video-intelligence.png" alt="AutomlVideoIntelligence" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AutomlVideoIntelligence**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/automl-vision.png" alt="AutomlVision" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.AutomlVision**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/automl.png" alt="Automl" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.Automl**, **AutoML** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/dialog-flow-enterprise-edition.png" alt="DialogFlowEnterpriseEdition" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.DialogFlowEnterpriseEdition**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/inference-api.png" alt="InferenceAPI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.InferenceAPI**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/jobs-api.png" alt="JobsAPI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.JobsAPI**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/natural-language-api.png" alt="NaturalLanguageAPI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.NaturalLanguageAPI**, **NLAPI** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/recommendations-ai.png" alt="RecommendationsAI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.RecommendationsAI**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/speech-to-text.png" alt="SpeechToText" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.SpeechToText**, **STT** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/text-to-speech.png" alt="TextToSpeech" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.TextToSpeech**, **TTS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/tpu.png" alt="TPU" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.TPU**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/translation-api.png" alt="TranslationAPI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.TranslationAPI**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/video-intelligence-api.png" alt="VideoIntelligenceAPI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.VideoIntelligenceAPI**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/ml/vision-api.png" alt="VisionAPI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.ml.VisionAPI**
|
|
||||||
|
|
||||||
## gcp.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/armor.png" alt="Armor" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.Armor**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/cdn.png" alt="CDN" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.CDN**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/dedicated-interconnect.png" alt="DedicatedInterconnect" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.DedicatedInterconnect**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/dns.png" alt="DNS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.DNS**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/external-ip-addresses.png" alt="ExternalIpAddresses" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.ExternalIpAddresses**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/firewall-rules.png" alt="FirewallRules" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.FirewallRules**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/load-balancing.png" alt="LoadBalancing" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.LoadBalancing**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/nat.png" alt="NAT" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.NAT**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/network.png" alt="Network" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.Network**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/partner-interconnect.png" alt="PartnerInterconnect" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.PartnerInterconnect**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/premium-network-tier.png" alt="PremiumNetworkTier" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.PremiumNetworkTier**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/router.png" alt="Router" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.Router**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/routes.png" alt="Routes" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.Routes**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/standard-network-tier.png" alt="StandardNetworkTier" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.StandardNetworkTier**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/traffic-director.png" alt="TrafficDirector" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.TrafficDirector**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/virtual-private-cloud.png" alt="VirtualPrivateCloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.VirtualPrivateCloud**, **VPC** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/network/vpn.png" alt="VPN" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.network.VPN**
|
|
||||||
|
|
||||||
## gcp.operations
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/operations/monitoring.png" alt="Monitoring" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.operations.Monitoring**
|
|
||||||
|
|
||||||
## gcp.security
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/security/iam.png" alt="Iam" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.security.Iam**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/security/iap.png" alt="IAP" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.security.IAP**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/security/key-management-service.png" alt="KeyManagementService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.security.KeyManagementService**, **KMS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/security/resource-manager.png" alt="ResourceManager" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.security.ResourceManager**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/security/security-command-center.png" alt="SecurityCommandCenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.security.SecurityCommandCenter**, **SCC** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/security/security-scanner.png" alt="SecurityScanner" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.security.SecurityScanner**
|
|
||||||
|
|
||||||
## gcp.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/storage/filestore.png" alt="Filestore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.storage.Filestore**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/storage/persistent-disk.png" alt="PersistentDisk" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.storage.PersistentDisk**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/gcp/storage/storage.png" alt="Storage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.gcp.storage.Storage**, **GCS** (alias)
|
|
@ -1,108 +0,0 @@
|
|||||||
---
|
|
||||||
id: generic
|
|
||||||
title: Generic
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of generic provider.
|
|
||||||
|
|
||||||
## generic.blank
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/blank/blank.png" alt="Blank" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.blank.Blank**
|
|
||||||
|
|
||||||
## generic.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/compute/rack.png" alt="Rack" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.compute.Rack**
|
|
||||||
|
|
||||||
## generic.database
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/database/sql.png" alt="SQL" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.database.SQL**
|
|
||||||
|
|
||||||
## generic.device
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/device/mobile.png" alt="Mobile" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.device.Mobile**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/device/tablet.png" alt="Tablet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.device.Tablet**
|
|
||||||
|
|
||||||
## generic.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/network/firewall.png" alt="Firewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.network.Firewall**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/network/router.png" alt="Router" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.network.Router**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/network/subnet.png" alt="Subnet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.network.Subnet**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/network/switch.png" alt="Switch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.network.Switch**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/network/vpn.png" alt="VPN" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.network.VPN**
|
|
||||||
|
|
||||||
## generic.os
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/android.png" alt="Android" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.Android**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/centos.png" alt="Centos" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.Centos**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/debian.png" alt="Debian" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.Debian**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/ios.png" alt="IOS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.IOS**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/linux-general.png" alt="LinuxGeneral" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.LinuxGeneral**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/raspbian.png" alt="Raspbian" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.Raspbian**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/red-hat.png" alt="RedHat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.RedHat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/suse.png" alt="Suse" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.Suse**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/ubuntu.png" alt="Ubuntu" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.Ubuntu**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/os/windows.png" alt="Windows" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.os.Windows**
|
|
||||||
|
|
||||||
## generic.place
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/place/datacenter.png" alt="Datacenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.place.Datacenter**
|
|
||||||
|
|
||||||
## generic.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/storage/storage.png" alt="Storage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.storage.Storage**
|
|
||||||
|
|
||||||
## generic.virtualization
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/virtualization/virtualbox.png" alt="Virtualbox" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.virtualization.Virtualbox**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/virtualization/vmware.png" alt="Vmware" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.virtualization.Vmware**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/generic/virtualization/xen.png" alt="XEN" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.generic.virtualization.XEN**
|
|
@ -1,588 +0,0 @@
|
|||||||
---
|
|
||||||
id: ibm
|
|
||||||
title: IBM
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of ibm provider.
|
|
||||||
|
|
||||||
## ibm.analytics
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/analytics/analytics.png" alt="Analytics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.analytics.Analytics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/analytics/data-integration.png" alt="DataIntegration" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.analytics.DataIntegration**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/analytics/data-repositories.png" alt="DataRepositories" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.analytics.DataRepositories**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/analytics/device-analytics.png" alt="DeviceAnalytics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.analytics.DeviceAnalytics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/analytics/streaming-computing.png" alt="StreamingComputing" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.analytics.StreamingComputing**
|
|
||||||
|
|
||||||
## ibm.applications
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/actionable-insight.png" alt="ActionableInsight" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.ActionableInsight**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/annotate.png" alt="Annotate" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.Annotate**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/api-developer-portal.png" alt="ApiDeveloperPortal" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.ApiDeveloperPortal**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/api-polyglot-runtimes.png" alt="ApiPolyglotRuntimes" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.ApiPolyglotRuntimes**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/app-server.png" alt="AppServer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.AppServer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/application-logic.png" alt="ApplicationLogic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.ApplicationLogic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/enterprise-applications.png" alt="EnterpriseApplications" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.EnterpriseApplications**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/index.png" alt="Index" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.Index**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/iot-application.png" alt="IotApplication" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.IotApplication**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/microservice.png" alt="Microservice" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.Microservice**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/mobile-app.png" alt="MobileApp" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.MobileApp**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/ontology.png" alt="Ontology" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.Ontology**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/open-source-tools.png" alt="OpenSourceTools" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.OpenSourceTools**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/runtime-services.png" alt="RuntimeServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.RuntimeServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/saas-applications.png" alt="SaasApplications" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.SaasApplications**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/service-broker.png" alt="ServiceBroker" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.ServiceBroker**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/speech-to-text.png" alt="SpeechToText" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.SpeechToText**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/visual-recognition.png" alt="VisualRecognition" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.VisualRecognition**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/applications/visualization.png" alt="Visualization" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.applications.Visualization**
|
|
||||||
|
|
||||||
## ibm.blockchain
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/blockchain-developer.png" alt="BlockchainDeveloper" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.BlockchainDeveloper**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/blockchain.png" alt="Blockchain" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Blockchain**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/certificate-authority.png" alt="CertificateAuthority" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.CertificateAuthority**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/client-application.png" alt="ClientApplication" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.ClientApplication**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/communication.png" alt="Communication" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Communication**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/consensus.png" alt="Consensus" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Consensus**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/event-listener.png" alt="EventListener" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.EventListener**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/event.png" alt="Event" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Event**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/existing-enterprise-systems.png" alt="ExistingEnterpriseSystems" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.ExistingEnterpriseSystems**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/hyperledger-fabric.png" alt="HyperledgerFabric" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.HyperledgerFabric**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/key-management.png" alt="KeyManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.KeyManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/ledger.png" alt="Ledger" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Ledger**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/membership-services-provider-api.png" alt="MembershipServicesProviderApi" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.MembershipServicesProviderApi**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/membership.png" alt="Membership" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Membership**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/message-bus.png" alt="MessageBus" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.MessageBus**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/node.png" alt="Node" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Node**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/services.png" alt="Services" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Services**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/smart-contract.png" alt="SmartContract" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.SmartContract**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/transaction-manager.png" alt="TransactionManager" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.TransactionManager**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/blockchain/wallet.png" alt="Wallet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.blockchain.Wallet**
|
|
||||||
|
|
||||||
## ibm.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/compute/bare-metal-server.png" alt="BareMetalServer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.compute.BareMetalServer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/compute/image-service.png" alt="ImageService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.compute.ImageService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/compute/instance.png" alt="Instance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.compute.Instance**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/compute/key.png" alt="Key" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.compute.Key**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/compute/power-instance.png" alt="PowerInstance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.compute.PowerInstance**
|
|
||||||
|
|
||||||
## ibm.data
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/caches.png" alt="Caches" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.Caches**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/cloud.png" alt="Cloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.Cloud**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/conversation-trained-deployed.png" alt="ConversationTrainedDeployed" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.ConversationTrainedDeployed**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/data-services.png" alt="DataServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.DataServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/data-sources.png" alt="DataSources" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.DataSources**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/device-identity-service.png" alt="DeviceIdentityService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.DeviceIdentityService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/device-registry.png" alt="DeviceRegistry" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.DeviceRegistry**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/enterprise-data.png" alt="EnterpriseData" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.EnterpriseData**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/enterprise-user-directory.png" alt="EnterpriseUserDirectory" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.EnterpriseUserDirectory**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/file-repository.png" alt="FileRepository" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.FileRepository**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/ground-truth.png" alt="GroundTruth" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.GroundTruth**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/model.png" alt="Model" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.Model**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/data/tms-data-interface.png" alt="TmsDataInterface" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.data.TmsDataInterface**
|
|
||||||
|
|
||||||
## ibm.devops
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/artifact-management.png" alt="ArtifactManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.ArtifactManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/build-test.png" alt="BuildTest" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.BuildTest**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/code-editor.png" alt="CodeEditor" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.CodeEditor**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/collaborative-development.png" alt="CollaborativeDevelopment" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.CollaborativeDevelopment**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/configuration-management.png" alt="ConfigurationManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.ConfigurationManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/continuous-deploy.png" alt="ContinuousDeploy" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.ContinuousDeploy**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/continuous-testing.png" alt="ContinuousTesting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.ContinuousTesting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/devops.png" alt="Devops" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.Devops**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/provision.png" alt="Provision" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.Provision**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/devops/release-management.png" alt="ReleaseManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.devops.ReleaseManagement**
|
|
||||||
|
|
||||||
## ibm.general
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/cloud-messaging.png" alt="CloudMessaging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.CloudMessaging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/cloud-services.png" alt="CloudServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.CloudServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/cloudant.png" alt="Cloudant" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.Cloudant**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/cognitive-services.png" alt="CognitiveServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.CognitiveServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/data-security.png" alt="DataSecurity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.DataSecurity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/enterprise.png" alt="Enterprise" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.Enterprise**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/governance-risk-compliance.png" alt="GovernanceRiskCompliance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.GovernanceRiskCompliance**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/ibm-containers.png" alt="IBMContainers" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.IBMContainers**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/ibm-public-cloud.png" alt="IBMPublicCloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.IBMPublicCloud**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/identity-access-management.png" alt="IdentityAccessManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.IdentityAccessManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/identity-provider.png" alt="IdentityProvider" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.IdentityProvider**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/infrastructure-security.png" alt="InfrastructureSecurity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.InfrastructureSecurity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/internet.png" alt="Internet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.Internet**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/iot-cloud.png" alt="IotCloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.IotCloud**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/microservices-application.png" alt="MicroservicesApplication" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.MicroservicesApplication**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/microservices-mesh.png" alt="MicroservicesMesh" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.MicroservicesMesh**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/monitoring-logging.png" alt="MonitoringLogging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.MonitoringLogging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/monitoring.png" alt="Monitoring" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.Monitoring**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/object-storage.png" alt="ObjectStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.ObjectStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/offline-capabilities.png" alt="OfflineCapabilities" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.OfflineCapabilities**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/openwhisk.png" alt="Openwhisk" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.Openwhisk**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/peer-cloud.png" alt="PeerCloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.PeerCloud**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/retrieve-rank.png" alt="RetrieveRank" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.RetrieveRank**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/scalable.png" alt="Scalable" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.Scalable**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/service-discovery-configuration.png" alt="ServiceDiscoveryConfiguration" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.ServiceDiscoveryConfiguration**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/text-to-speech.png" alt="TextToSpeech" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.TextToSpeech**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/general/transformation-connectivity.png" alt="TransformationConnectivity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.general.TransformationConnectivity**
|
|
||||||
|
|
||||||
## ibm.infrastructure
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/channels.png" alt="Channels" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.Channels**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/cloud-messaging.png" alt="CloudMessaging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.CloudMessaging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/dashboard.png" alt="Dashboard" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.Dashboard**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/diagnostics.png" alt="Diagnostics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.Diagnostics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/edge-services.png" alt="EdgeServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.EdgeServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/enterprise-messaging.png" alt="EnterpriseMessaging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.EnterpriseMessaging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/event-feed.png" alt="EventFeed" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.EventFeed**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/infrastructure-services.png" alt="InfrastructureServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.InfrastructureServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/interservice-communication.png" alt="InterserviceCommunication" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.InterserviceCommunication**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/load-balancing-routing.png" alt="LoadBalancingRouting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.LoadBalancingRouting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/microservices-mesh.png" alt="MicroservicesMesh" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.MicroservicesMesh**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/mobile-backend.png" alt="MobileBackend" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.MobileBackend**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/mobile-provider-network.png" alt="MobileProviderNetwork" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.MobileProviderNetwork**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/monitoring-logging.png" alt="MonitoringLogging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.MonitoringLogging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/monitoring.png" alt="Monitoring" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.Monitoring**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/peer-services.png" alt="PeerServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.PeerServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/service-discovery-configuration.png" alt="ServiceDiscoveryConfiguration" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.ServiceDiscoveryConfiguration**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/infrastructure/transformation-connectivity.png" alt="TransformationConnectivity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.infrastructure.TransformationConnectivity**
|
|
||||||
|
|
||||||
## ibm.management
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/alert-notification.png" alt="AlertNotification" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.AlertNotification**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/api-management.png" alt="ApiManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.ApiManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/cloud-management.png" alt="CloudManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.CloudManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/cluster-management.png" alt="ClusterManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.ClusterManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/content-management.png" alt="ContentManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.ContentManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/data-services.png" alt="DataServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.DataServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/device-management.png" alt="DeviceManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.DeviceManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/information-governance.png" alt="InformationGovernance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.InformationGovernance**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/it-service-management.png" alt="ItServiceManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.ItServiceManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/management.png" alt="Management" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.Management**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/monitoring-metrics.png" alt="MonitoringMetrics" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.MonitoringMetrics**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/process-management.png" alt="ProcessManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.ProcessManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/provider-cloud-portal-service.png" alt="ProviderCloudPortalService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.ProviderCloudPortalService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/push-notifications.png" alt="PushNotifications" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.PushNotifications**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/management/service-management-tools.png" alt="ServiceManagementTools" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.management.ServiceManagementTools**
|
|
||||||
|
|
||||||
## ibm.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/bridge.png" alt="Bridge" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Bridge**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/direct-link.png" alt="DirectLink" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.DirectLink**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/enterprise.png" alt="Enterprise" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Enterprise**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/firewall.png" alt="Firewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Firewall**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/floating-ip.png" alt="FloatingIp" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.FloatingIp**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/gateway.png" alt="Gateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Gateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/internet-services.png" alt="InternetServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.InternetServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/load-balancer-listener.png" alt="LoadBalancerListener" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.LoadBalancerListener**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/load-balancer-pool.png" alt="LoadBalancerPool" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.LoadBalancerPool**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/load-balancer.png" alt="LoadBalancer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.LoadBalancer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/load-balancing-routing.png" alt="LoadBalancingRouting" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.LoadBalancingRouting**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/public-gateway.png" alt="PublicGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.PublicGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/region.png" alt="Region" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Region**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/router.png" alt="Router" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Router**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/rules.png" alt="Rules" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Rules**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/subnet.png" alt="Subnet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Subnet**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/transit-gateway.png" alt="TransitGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.TransitGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/vpc.png" alt="Vpc" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.Vpc**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/vpn-connection.png" alt="VpnConnection" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.VpnConnection**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/vpn-gateway.png" alt="VpnGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.VpnGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/network/vpn-policy.png" alt="VpnPolicy" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.network.VpnPolicy**
|
|
||||||
|
|
||||||
## ibm.security
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/api-security.png" alt="ApiSecurity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.ApiSecurity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/blockchain-security-service.png" alt="BlockchainSecurityService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.BlockchainSecurityService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/data-security.png" alt="DataSecurity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.DataSecurity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/firewall.png" alt="Firewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.Firewall**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/gateway.png" alt="Gateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.Gateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/governance-risk-compliance.png" alt="GovernanceRiskCompliance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.GovernanceRiskCompliance**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/identity-access-management.png" alt="IdentityAccessManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.IdentityAccessManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/identity-provider.png" alt="IdentityProvider" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.IdentityProvider**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/infrastructure-security.png" alt="InfrastructureSecurity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.InfrastructureSecurity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/physical-security.png" alt="PhysicalSecurity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.PhysicalSecurity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/security-monitoring-intelligence.png" alt="SecurityMonitoringIntelligence" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.SecurityMonitoringIntelligence**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/security-services.png" alt="SecurityServices" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.SecurityServices**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/trustend-computing.png" alt="TrustendComputing" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.TrustendComputing**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/security/vpn.png" alt="Vpn" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.security.Vpn**
|
|
||||||
|
|
||||||
## ibm.social
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/social/communities.png" alt="Communities" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.social.Communities**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/social/file-sync.png" alt="FileSync" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.social.FileSync**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/social/live-collaboration.png" alt="LiveCollaboration" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.social.LiveCollaboration**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/social/messaging.png" alt="Messaging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.social.Messaging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/social/networking.png" alt="Networking" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.social.Networking**
|
|
||||||
|
|
||||||
## ibm.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/storage/block-storage.png" alt="BlockStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.storage.BlockStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/storage/object-storage.png" alt="ObjectStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.storage.ObjectStorage**
|
|
||||||
|
|
||||||
## ibm.user
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/user/browser.png" alt="Browser" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.user.Browser**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/user/device.png" alt="Device" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.user.Device**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/user/integrated-digital-experiences.png" alt="IntegratedDigitalExperiences" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.user.IntegratedDigitalExperiences**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/user/physical-entity.png" alt="PhysicalEntity" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.user.PhysicalEntity**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/user/sensor.png" alt="Sensor" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.user.Sensor**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/ibm/user/user.png" alt="User" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.ibm.user.User**
|
|
@ -1,177 +0,0 @@
|
|||||||
---
|
|
||||||
id: k8s
|
|
||||||
title: K8S
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of k8s provider.
|
|
||||||
|
|
||||||
## k8s.chaos
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/chaos/chaos-mesh.png" alt="ChaosMesh" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.chaos.ChaosMesh**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/chaos/litmus-chaos.png" alt="LitmusChaos" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.chaos.LitmusChaos**
|
|
||||||
|
|
||||||
## k8s.clusterconfig
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/clusterconfig/hpa.png" alt="HPA" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.clusterconfig.HPA**, **HorizontalPodAutoscaler** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/clusterconfig/limits.png" alt="Limits" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.clusterconfig.Limits**, **LimitRange** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/clusterconfig/quota.png" alt="Quota" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.clusterconfig.Quota**
|
|
||||||
|
|
||||||
## k8s.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/compute/cronjob.png" alt="Cronjob" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.compute.Cronjob**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/compute/deploy.png" alt="Deploy" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.compute.Deploy**, **Deployment** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/compute/ds.png" alt="DS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.compute.DS**, **DaemonSet** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/compute/job.png" alt="Job" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.compute.Job**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/compute/pod.png" alt="Pod" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.compute.Pod**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/compute/rs.png" alt="RS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.compute.RS**, **ReplicaSet** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/compute/sts.png" alt="STS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.compute.STS**, **StatefulSet** (alias)
|
|
||||||
|
|
||||||
## k8s.controlplane
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/controlplane/api.png" alt="API" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.controlplane.API**, **APIServer** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/controlplane/c-c-m.png" alt="CCM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.controlplane.CCM**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/controlplane/c-m.png" alt="CM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.controlplane.CM**, **ControllerManager** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/controlplane/k-proxy.png" alt="KProxy" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.controlplane.KProxy**, **KubeProxy** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/controlplane/kubelet.png" alt="Kubelet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.controlplane.Kubelet**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/controlplane/sched.png" alt="Sched" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.controlplane.Sched**, **Scheduler** (alias)
|
|
||||||
|
|
||||||
## k8s.ecosystem
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/ecosystem/external-dns.png" alt="ExternalDns" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.ecosystem.ExternalDns**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/ecosystem/helm.png" alt="Helm" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.ecosystem.Helm**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/ecosystem/krew.png" alt="Krew" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.ecosystem.Krew**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/ecosystem/kustomize.png" alt="Kustomize" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.ecosystem.Kustomize**
|
|
||||||
|
|
||||||
## k8s.group
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/group/ns.png" alt="NS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.group.NS**, **Namespace** (alias)
|
|
||||||
|
|
||||||
## k8s.infra
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/infra/etcd.png" alt="ETCD" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.infra.ETCD**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/infra/master.png" alt="Master" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.infra.Master**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/infra/node.png" alt="Node" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.infra.Node**
|
|
||||||
|
|
||||||
## k8s.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/network/ep.png" alt="Ep" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.network.Ep**, **Endpoint** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/network/ing.png" alt="Ing" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.network.Ing**, **Ingress** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/network/netpol.png" alt="Netpol" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.network.Netpol**, **NetworkPolicy** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/network/svc.png" alt="SVC" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.network.SVC**, **Service** (alias)
|
|
||||||
|
|
||||||
## k8s.others
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/others/crd.png" alt="CRD" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.others.CRD**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/others/psp.png" alt="PSP" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.others.PSP**
|
|
||||||
|
|
||||||
## k8s.podconfig
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/podconfig/cm.png" alt="CM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.podconfig.CM**, **ConfigMap** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/podconfig/secret.png" alt="Secret" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.podconfig.Secret**
|
|
||||||
|
|
||||||
## k8s.rbac
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/rbac/c-role.png" alt="CRole" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.rbac.CRole**, **ClusterRole** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/rbac/crb.png" alt="CRB" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.rbac.CRB**, **ClusterRoleBinding** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/rbac/group.png" alt="Group" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.rbac.Group**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/rbac/rb.png" alt="RB" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.rbac.RB**, **RoleBinding** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/rbac/role.png" alt="Role" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.rbac.Role**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/rbac/sa.png" alt="SA" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.rbac.SA**, **ServiceAccount** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/rbac/user.png" alt="User" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.rbac.User**
|
|
||||||
|
|
||||||
## k8s.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/storage/pv.png" alt="PV" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.storage.PV**, **PersistentVolume** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/storage/pvc.png" alt="PVC" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.storage.PVC**, **PersistentVolumeClaim** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/storage/sc.png" alt="SC" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.storage.SC**, **StorageClass** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/k8s/storage/vol.png" alt="Vol" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.k8s.storage.Vol**, **Volume** (alias)
|
|
@ -1,453 +0,0 @@
|
|||||||
---
|
|
||||||
id: oci
|
|
||||||
title: OCI
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of oci provider.
|
|
||||||
|
|
||||||
## oci.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/autoscale-white.png" alt="AutoscaleWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.AutoscaleWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/autoscale.png" alt="Autoscale" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.Autoscale**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/bm-white.png" alt="BMWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.BMWhite**, **BareMetalWhite** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/bm.png" alt="BM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.BM**, **BareMetal** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/container-white.png" alt="ContainerWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.ContainerWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/container.png" alt="Container" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.Container**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/functions-white.png" alt="FunctionsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.FunctionsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/functions.png" alt="Functions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.Functions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/instance-pools-white.png" alt="InstancePoolsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.InstancePoolsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/instance-pools.png" alt="InstancePools" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.InstancePools**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/ocir-white.png" alt="OCIRWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.OCIRWhite**, **OCIRegistryWhite** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/ocir.png" alt="OCIR" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.OCIR**, **OCIRegistry** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/oke-white.png" alt="OKEWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.OKEWhite**, **ContainerEngineWhite** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/oke.png" alt="OKE" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.OKE**, **ContainerEngine** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/vm-white.png" alt="VMWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.VMWhite**, **VirtualMachineWhite** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/compute/vm.png" alt="VM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.compute.VM**, **VirtualMachine** (alias)
|
|
||||||
|
|
||||||
## oci.connectivity
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/backbone-white.png" alt="BackboneWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.BackboneWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/backbone.png" alt="Backbone" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.Backbone**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/cdn-white.png" alt="CDNWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.CDNWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/cdn.png" alt="CDN" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.CDN**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/customer-datacenter.png" alt="CustomerDatacenter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.CustomerDatacenter**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/customer-datacntr-white.png" alt="CustomerDatacntrWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.CustomerDatacntrWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/customer-premise-white.png" alt="CustomerPremiseWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.CustomerPremiseWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/customer-premise.png" alt="CustomerPremise" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.CustomerPremise**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/disconnected-regions-white.png" alt="DisconnectedRegionsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.DisconnectedRegionsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/disconnected-regions.png" alt="DisconnectedRegions" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.DisconnectedRegions**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/dns-white.png" alt="DNSWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.DNSWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/dns.png" alt="DNS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.DNS**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/fast-connect-white.png" alt="FastConnectWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.FastConnectWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/fast-connect.png" alt="FastConnect" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.FastConnect**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/nat-gateway-white.png" alt="NATGatewayWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.NATGatewayWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/nat-gateway.png" alt="NATGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.NATGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/vpn-white.png" alt="VPNWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.VPNWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/connectivity/vpn.png" alt="VPN" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.connectivity.VPN**
|
|
||||||
|
|
||||||
## oci.database
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/autonomous-white.png" alt="AutonomousWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.AutonomousWhite**, **ADBWhite** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/autonomous.png" alt="Autonomous" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.Autonomous**, **ADB** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/bigdata-service-white.png" alt="BigdataServiceWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.BigdataServiceWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/bigdata-service.png" alt="BigdataService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.BigdataService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/database-service-white.png" alt="DatabaseServiceWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DatabaseServiceWhite**, **DBServiceWhite** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/database-service.png" alt="DatabaseService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DatabaseService**, **DBService** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dataflow-apache-white.png" alt="DataflowApacheWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DataflowApacheWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dataflow-apache.png" alt="DataflowApache" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DataflowApache**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dcat-white.png" alt="DcatWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DcatWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dcat.png" alt="Dcat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.Dcat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dis-white.png" alt="DisWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DisWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dis.png" alt="Dis" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.Dis**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dms-white.png" alt="DMSWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DMSWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/dms.png" alt="DMS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.DMS**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/science-white.png" alt="ScienceWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.ScienceWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/science.png" alt="Science" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.Science**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/stream-white.png" alt="StreamWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.StreamWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/database/stream.png" alt="Stream" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.database.Stream**
|
|
||||||
|
|
||||||
## oci.devops
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/devops/api-gateway-white.png" alt="APIGatewayWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.devops.APIGatewayWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/devops/api-gateway.png" alt="APIGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.devops.APIGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/devops/api-service-white.png" alt="APIServiceWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.devops.APIServiceWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/devops/api-service.png" alt="APIService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.devops.APIService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/devops/resource-mgmt-white.png" alt="ResourceMgmtWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.devops.ResourceMgmtWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/devops/resource-mgmt.png" alt="ResourceMgmt" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.devops.ResourceMgmt**
|
|
||||||
|
|
||||||
## oci.governance
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/audit-white.png" alt="AuditWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.AuditWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/audit.png" alt="Audit" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.Audit**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/compartments-white.png" alt="CompartmentsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.CompartmentsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/compartments.png" alt="Compartments" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.Compartments**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/groups-white.png" alt="GroupsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.GroupsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/groups.png" alt="Groups" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.Groups**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/logging-white.png" alt="LoggingWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.LoggingWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/logging.png" alt="Logging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.Logging**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/ocid-white.png" alt="OCIDWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.OCIDWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/ocid.png" alt="OCID" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.OCID**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/policies-white.png" alt="PoliciesWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.PoliciesWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/policies.png" alt="Policies" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.Policies**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/tagging-white.png" alt="TaggingWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.TaggingWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/governance/tagging.png" alt="Tagging" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.governance.Tagging**
|
|
||||||
|
|
||||||
## oci.monitoring
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/alarm-white.png" alt="AlarmWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.AlarmWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/alarm.png" alt="Alarm" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Alarm**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/email-white.png" alt="EmailWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.EmailWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/email.png" alt="Email" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Email**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/events-white.png" alt="EventsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.EventsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/events.png" alt="Events" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Events**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/health-check-white.png" alt="HealthCheckWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.HealthCheckWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/health-check.png" alt="HealthCheck" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.HealthCheck**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/notifications-white.png" alt="NotificationsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.NotificationsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/notifications.png" alt="Notifications" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Notifications**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/queue-white.png" alt="QueueWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.QueueWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/queue.png" alt="Queue" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Queue**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/search-white.png" alt="SearchWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.SearchWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/search.png" alt="Search" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Search**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/telemetry-white.png" alt="TelemetryWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.TelemetryWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/telemetry.png" alt="Telemetry" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Telemetry**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/workflow-white.png" alt="WorkflowWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.WorkflowWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/monitoring/workflow.png" alt="Workflow" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.monitoring.Workflow**
|
|
||||||
|
|
||||||
## oci.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/drg-white.png" alt="DrgWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.DrgWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/drg.png" alt="Drg" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.Drg**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/firewall-white.png" alt="FirewallWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.FirewallWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/firewall.png" alt="Firewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.Firewall**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/internet-gateway-white.png" alt="InternetGatewayWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.InternetGatewayWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/internet-gateway.png" alt="InternetGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.InternetGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/load-balancer-white.png" alt="LoadBalancerWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.LoadBalancerWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/load-balancer.png" alt="LoadBalancer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.LoadBalancer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/route-table-white.png" alt="RouteTableWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.RouteTableWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/route-table.png" alt="RouteTable" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.RouteTable**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/security-lists-white.png" alt="SecurityListsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.SecurityListsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/security-lists.png" alt="SecurityLists" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.SecurityLists**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/service-gateway-white.png" alt="ServiceGatewayWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.ServiceGatewayWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/service-gateway.png" alt="ServiceGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.ServiceGateway**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/vcn-white.png" alt="VcnWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.VcnWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/network/vcn.png" alt="Vcn" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.network.Vcn**
|
|
||||||
|
|
||||||
## oci.security
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/cloud-guard-white.png" alt="CloudGuardWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.CloudGuardWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/cloud-guard.png" alt="CloudGuard" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.CloudGuard**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/ddos-white.png" alt="DDOSWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.DDOSWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/ddos.png" alt="DDOS" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.DDOS**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/encryption-white.png" alt="EncryptionWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.EncryptionWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/encryption.png" alt="Encryption" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.Encryption**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/id-access-white.png" alt="IDAccessWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.IDAccessWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/id-access.png" alt="IDAccess" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.IDAccess**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/key-management-white.png" alt="KeyManagementWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.KeyManagementWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/key-management.png" alt="KeyManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.KeyManagement**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/max-security-zone-white.png" alt="MaxSecurityZoneWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.MaxSecurityZoneWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/max-security-zone.png" alt="MaxSecurityZone" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.MaxSecurityZone**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/vault-white.png" alt="VaultWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.VaultWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/vault.png" alt="Vault" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.Vault**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/waf-white.png" alt="WAFWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.WAFWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/security/waf.png" alt="WAF" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.security.WAF**
|
|
||||||
|
|
||||||
## oci.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/backup-restore-white.png" alt="BackupRestoreWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.BackupRestoreWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/backup-restore.png" alt="BackupRestore" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.BackupRestore**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/block-storage-clone-white.png" alt="BlockStorageCloneWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.BlockStorageCloneWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/block-storage-clone.png" alt="BlockStorageClone" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.BlockStorageClone**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/block-storage-white.png" alt="BlockStorageWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.BlockStorageWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/block-storage.png" alt="BlockStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.BlockStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/buckets-white.png" alt="BucketsWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.BucketsWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/buckets.png" alt="Buckets" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.Buckets**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/data-transfer-white.png" alt="DataTransferWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.DataTransferWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/data-transfer.png" alt="DataTransfer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.DataTransfer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/elastic-performance-white.png" alt="ElasticPerformanceWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.ElasticPerformanceWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/elastic-performance.png" alt="ElasticPerformance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.ElasticPerformance**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/file-storage-white.png" alt="FileStorageWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.FileStorageWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/file-storage.png" alt="FileStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.FileStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/object-storage-white.png" alt="ObjectStorageWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.ObjectStorageWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/object-storage.png" alt="ObjectStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.ObjectStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/storage-gateway-white.png" alt="StorageGatewayWhite" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.StorageGatewayWhite**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/oci/storage/storage-gateway.png" alt="StorageGateway" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.oci.storage.StorageGateway**
|
|
@ -1,213 +0,0 @@
|
|||||||
---
|
|
||||||
id: openstack
|
|
||||||
title: OpenStack
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of openstack provider.
|
|
||||||
|
|
||||||
## openstack.apiproxies
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/apiproxies/ec2api.png" alt="EC2API" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.apiproxies.EC2API**
|
|
||||||
|
|
||||||
## openstack.applicationlifecycle
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/applicationlifecycle/freezer.png" alt="Freezer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.applicationlifecycle.Freezer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/applicationlifecycle/masakari.png" alt="Masakari" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.applicationlifecycle.Masakari**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/applicationlifecycle/murano.png" alt="Murano" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.applicationlifecycle.Murano**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/applicationlifecycle/solum.png" alt="Solum" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.applicationlifecycle.Solum**
|
|
||||||
|
|
||||||
## openstack.baremetal
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/baremetal/cyborg.png" alt="Cyborg" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.baremetal.Cyborg**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/baremetal/ironic.png" alt="Ironic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.baremetal.Ironic**
|
|
||||||
|
|
||||||
## openstack.billing
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/billing/cloudkitty.png" alt="Cloudkitty" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.billing.Cloudkitty**, **CloudKitty** (alias)
|
|
||||||
|
|
||||||
## openstack.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/compute/nova.png" alt="Nova" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.compute.Nova**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/compute/qinling.png" alt="Qinling" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.compute.Qinling**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/compute/zun.png" alt="Zun" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.compute.Zun**
|
|
||||||
|
|
||||||
## openstack.containerservices
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/containerservices/kuryr.png" alt="Kuryr" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.containerservices.Kuryr**
|
|
||||||
|
|
||||||
## openstack.deployment
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/deployment/ansible.png" alt="Ansible" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.deployment.Ansible**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/deployment/charms.png" alt="Charms" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.deployment.Charms**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/deployment/chef.png" alt="Chef" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.deployment.Chef**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/deployment/helm.png" alt="Helm" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.deployment.Helm**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/deployment/kolla.png" alt="Kolla" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.deployment.Kolla**, **KollaAnsible** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/deployment/tripleo.png" alt="Tripleo" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.deployment.Tripleo**, **TripleO** (alias)
|
|
||||||
|
|
||||||
## openstack.frontend
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/frontend/horizon.png" alt="Horizon" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.frontend.Horizon**
|
|
||||||
|
|
||||||
## openstack.monitoring
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/monitoring/monasca.png" alt="Monasca" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.monitoring.Monasca**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/monitoring/telemetry.png" alt="Telemetry" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.monitoring.Telemetry**
|
|
||||||
|
|
||||||
## openstack.multiregion
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/multiregion/tricircle.png" alt="Tricircle" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.multiregion.Tricircle**
|
|
||||||
|
|
||||||
## openstack.networking
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/networking/designate.png" alt="Designate" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.networking.Designate**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/networking/neutron.png" alt="Neutron" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.networking.Neutron**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/networking/octavia.png" alt="Octavia" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.networking.Octavia**
|
|
||||||
|
|
||||||
## openstack.nfv
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/nfv/tacker.png" alt="Tacker" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.nfv.Tacker**
|
|
||||||
|
|
||||||
## openstack.optimization
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/optimization/congress.png" alt="Congress" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.optimization.Congress**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/optimization/rally.png" alt="Rally" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.optimization.Rally**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/optimization/vitrage.png" alt="Vitrage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.optimization.Vitrage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/optimization/watcher.png" alt="Watcher" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.optimization.Watcher**
|
|
||||||
|
|
||||||
## openstack.orchestration
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/orchestration/blazar.png" alt="Blazar" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.orchestration.Blazar**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/orchestration/heat.png" alt="Heat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.orchestration.Heat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/orchestration/mistral.png" alt="Mistral" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.orchestration.Mistral**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/orchestration/senlin.png" alt="Senlin" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.orchestration.Senlin**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/orchestration/zaqar.png" alt="Zaqar" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.orchestration.Zaqar**
|
|
||||||
|
|
||||||
## openstack.packaging
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/packaging/loci.png" alt="LOCI" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.packaging.LOCI**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/packaging/puppet.png" alt="Puppet" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.packaging.Puppet**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/packaging/rpm.png" alt="RPM" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.packaging.RPM**
|
|
||||||
|
|
||||||
## openstack.sharedservices
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/sharedservices/barbican.png" alt="Barbican" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.sharedservices.Barbican**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/sharedservices/glance.png" alt="Glance" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.sharedservices.Glance**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/sharedservices/karbor.png" alt="Karbor" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.sharedservices.Karbor**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/sharedservices/keystone.png" alt="Keystone" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.sharedservices.Keystone**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/sharedservices/searchlight.png" alt="Searchlight" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.sharedservices.Searchlight**
|
|
||||||
|
|
||||||
## openstack.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/storage/cinder.png" alt="Cinder" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.storage.Cinder**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/storage/manila.png" alt="Manila" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.storage.Manila**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/storage/swift.png" alt="Swift" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.storage.Swift**
|
|
||||||
|
|
||||||
## openstack.user
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/user/openstackclient.png" alt="Openstackclient" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.user.Openstackclient**, **OpenStackClient** (alias)
|
|
||||||
|
|
||||||
## openstack.workloadprovisioning
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/workloadprovisioning/magnum.png" alt="Magnum" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.workloadprovisioning.Magnum**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/workloadprovisioning/sahara.png" alt="Sahara" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.workloadprovisioning.Sahara**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/openstack/workloadprovisioning/trove.png" alt="Trove" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.openstack.workloadprovisioning.Trove**
|
|
@ -1,54 +0,0 @@
|
|||||||
---
|
|
||||||
id: outscale
|
|
||||||
title: Outscale
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of outscale provider.
|
|
||||||
|
|
||||||
## outscale.compute
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/compute/compute.png" alt="Compute" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.compute.Compute**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/compute/direct-connect.png" alt="DirectConnect" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.compute.DirectConnect**
|
|
||||||
|
|
||||||
## outscale.network
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/network/client-vpn.png" alt="ClientVpn" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.network.ClientVpn**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/network/internet-service.png" alt="InternetService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.network.InternetService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/network/load-balancer.png" alt="LoadBalancer" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.network.LoadBalancer**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/network/nat-service.png" alt="NatService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.network.NatService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/network/net.png" alt="Net" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.network.Net**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/network/site-to-site-vpng.png" alt="SiteToSiteVpng" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.network.SiteToSiteVpng**
|
|
||||||
|
|
||||||
## outscale.security
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/security/firewall.png" alt="Firewall" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.security.Firewall**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/security/identity-and-access-management.png" alt="IdentityAndAccessManagement" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.security.IdentityAndAccessManagement**
|
|
||||||
|
|
||||||
## outscale.storage
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/storage/simple-storage-service.png" alt="SimpleStorageService" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.storage.SimpleStorageService**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/outscale/storage/storage.png" alt="Storage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.outscale.storage.Storage**
|
|
@ -1,207 +0,0 @@
|
|||||||
---
|
|
||||||
id: programming
|
|
||||||
title: Programming
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of programming provider.
|
|
||||||
|
|
||||||
## programming.flowchart
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/action.png" alt="Action" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Action**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/collate.png" alt="Collate" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Collate**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/database.png" alt="Database" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Database**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/decision.png" alt="Decision" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Decision**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/delay.png" alt="Delay" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Delay**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/display.png" alt="Display" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Display**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/document.png" alt="Document" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Document**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/input-output.png" alt="InputOutput" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.InputOutput**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/inspection.png" alt="Inspection" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Inspection**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/internal-storage.png" alt="InternalStorage" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.InternalStorage**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/loop-limit.png" alt="LoopLimit" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.LoopLimit**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/manual-input.png" alt="ManualInput" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.ManualInput**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/manual-loop.png" alt="ManualLoop" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.ManualLoop**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/merge.png" alt="Merge" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Merge**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/multiple-documents.png" alt="MultipleDocuments" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.MultipleDocuments**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/off-page-connector-left.png" alt="OffPageConnectorLeft" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.OffPageConnectorLeft**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/off-page-connector-right.png" alt="OffPageConnectorRight" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.OffPageConnectorRight**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/or.png" alt="Or" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Or**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/predefined-process.png" alt="PredefinedProcess" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.PredefinedProcess**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/preparation.png" alt="Preparation" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Preparation**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/sort.png" alt="Sort" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.Sort**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/start-end.png" alt="StartEnd" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.StartEnd**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/stored-data.png" alt="StoredData" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.StoredData**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/flowchart/summing-junction.png" alt="SummingJunction" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.flowchart.SummingJunction**
|
|
||||||
|
|
||||||
## programming.framework
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/angular.png" alt="Angular" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Angular**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/backbone.png" alt="Backbone" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Backbone**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/django.png" alt="Django" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Django**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/ember.png" alt="Ember" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Ember**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/fastapi.png" alt="Fastapi" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Fastapi**, **FastAPI** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/flask.png" alt="Flask" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Flask**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/flutter.png" alt="Flutter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Flutter**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/graphql.png" alt="Graphql" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Graphql**, **GraphQL** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/laravel.png" alt="Laravel" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Laravel**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/micronaut.png" alt="Micronaut" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Micronaut**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/rails.png" alt="Rails" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Rails**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/react.png" alt="React" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.React**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/spring.png" alt="Spring" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Spring**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/starlette.png" alt="Starlette" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Starlette**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/svelte.png" alt="Svelte" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Svelte**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/framework/vue.png" alt="Vue" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.framework.Vue**
|
|
||||||
|
|
||||||
## programming.language
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/bash.png" alt="Bash" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Bash**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/c.png" alt="C" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.C**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/cpp.png" alt="Cpp" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Cpp**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/csharp.png" alt="Csharp" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Csharp**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/dart.png" alt="Dart" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Dart**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/elixir.png" alt="Elixir" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Elixir**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/erlang.png" alt="Erlang" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Erlang**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/go.png" alt="Go" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Go**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/java.png" alt="Java" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Java**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/javascript.png" alt="Javascript" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Javascript**, **JavaScript** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/kotlin.png" alt="Kotlin" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Kotlin**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/latex.png" alt="Latex" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Latex**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/matlab.png" alt="Matlab" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Matlab**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/nodejs.png" alt="Nodejs" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Nodejs**, **NodeJS** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/php.png" alt="Php" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Php**, **PHP** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/python.png" alt="Python" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Python**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/r.png" alt="R" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.R**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/ruby.png" alt="Ruby" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Ruby**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/rust.png" alt="Rust" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Rust**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/scala.png" alt="Scala" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Scala**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/swift.png" alt="Swift" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Swift**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/language/typescript.png" alt="Typescript" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.language.Typescript**, **TypeScript** (alias)
|
|
||||||
|
|
||||||
## programming.runtime
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/programming/runtime/dapr.png" alt="Dapr" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.programming.runtime.Dapr**
|
|
@ -1,123 +0,0 @@
|
|||||||
---
|
|
||||||
id: saas
|
|
||||||
title: Saas
|
|
||||||
---
|
|
||||||
|
|
||||||
Node classes list of saas provider.
|
|
||||||
|
|
||||||
## saas.alerting
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/alerting/newrelic.png" alt="Newrelic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.alerting.Newrelic**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/alerting/opsgenie.png" alt="Opsgenie" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.alerting.Opsgenie**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/alerting/pushover.png" alt="Pushover" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.alerting.Pushover**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/alerting/xmatters.png" alt="Xmatters" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.alerting.Xmatters**
|
|
||||||
|
|
||||||
## saas.analytics
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/analytics/snowflake.png" alt="Snowflake" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.analytics.Snowflake**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/analytics/stitch.png" alt="Stitch" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.analytics.Stitch**
|
|
||||||
|
|
||||||
## saas.cdn
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/cdn/akamai.png" alt="Akamai" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.cdn.Akamai**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/cdn/cloudflare.png" alt="Cloudflare" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.cdn.Cloudflare**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/cdn/fastly.png" alt="Fastly" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.cdn.Fastly**
|
|
||||||
|
|
||||||
## saas.chat
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/discord.png" alt="Discord" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.Discord**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/line.png" alt="Line" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.Line**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/mattermost.png" alt="Mattermost" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.Mattermost**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/messenger.png" alt="Messenger" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.Messenger**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/rocket-chat.png" alt="RocketChat" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.RocketChat**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/slack.png" alt="Slack" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.Slack**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/teams.png" alt="Teams" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.Teams**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/chat/telegram.png" alt="Telegram" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.chat.Telegram**
|
|
||||||
|
|
||||||
## saas.communication
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/communication/twilio.png" alt="Twilio" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.communication.Twilio**
|
|
||||||
|
|
||||||
## saas.filesharing
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/filesharing/nextcloud.png" alt="Nextcloud" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.filesharing.Nextcloud**
|
|
||||||
|
|
||||||
## saas.identity
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/identity/auth0.png" alt="Auth0" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.identity.Auth0**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/identity/okta.png" alt="Okta" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.identity.Okta**
|
|
||||||
|
|
||||||
## saas.logging
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/logging/datadog.png" alt="Datadog" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.logging.Datadog**, **DataDog** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/logging/newrelic.png" alt="Newrelic" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.logging.Newrelic**, **NewRelic** (alias)
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/logging/papertrail.png" alt="Papertrail" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.logging.Papertrail**
|
|
||||||
|
|
||||||
## saas.media
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/media/cloudinary.png" alt="Cloudinary" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.media.Cloudinary**
|
|
||||||
|
|
||||||
## saas.recommendation
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/recommendation/recombee.png" alt="Recombee" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.recommendation.Recombee**
|
|
||||||
|
|
||||||
## saas.social
|
|
||||||
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/social/facebook.png" alt="Facebook" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.social.Facebook**
|
|
||||||
|
|
||||||
<img width="30" src="/img/resources/saas/social/twitter.png" alt="Twitter" style="float: left; padding-right: 5px;" >
|
|
||||||
**diagrams.saas.social.Twitter**
|
|
@ -0,0 +1,47 @@
|
|||||||
|
site_name: Diagrams
|
||||||
|
|
||||||
|
theme:
|
||||||
|
name: material
|
||||||
|
logo: img/diagrams.png
|
||||||
|
favicon: img/diagrams.png
|
||||||
|
palette:
|
||||||
|
primary: indigo
|
||||||
|
accent: blue
|
||||||
|
|
||||||
|
repo_url: https://github.com/mingrammer/diagrams
|
||||||
|
|
||||||
|
extra:
|
||||||
|
social:
|
||||||
|
- icon: fontawesome/brands/github
|
||||||
|
link: https://github.com/mingrammer/diagrams
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search:
|
||||||
|
separator: '[\s\-\.]+'
|
||||||
|
nav:
|
||||||
|
- Getting Started:
|
||||||
|
- Examples: getting-started/examples.md
|
||||||
|
- Installation: getting-started/installation.md
|
||||||
|
- Nodes:
|
||||||
|
- Generic: nodes/generic.md
|
||||||
|
- OCI: nodes/oci.md
|
||||||
|
- Firebase: nodes/firebase.md
|
||||||
|
- Outscale: nodes/outscale.md
|
||||||
|
- Alibaba Cloud: nodes/alibabacloud.md
|
||||||
|
- GCP: nodes/gcp.md
|
||||||
|
- Custom: nodes/custom.md
|
||||||
|
- Azure: nodes/azure.md
|
||||||
|
- Kubernetes: nodes/k8s.md
|
||||||
|
- IBM: nodes/ibm.md
|
||||||
|
- SAAS: nodes/saas.md
|
||||||
|
- Digital Ocean: nodes/digitalocean.md
|
||||||
|
- AWS: nodes/aws.md
|
||||||
|
- Elastic: nodes/elastic.md
|
||||||
|
- Programming: nodes/programming.md
|
||||||
|
- On Prem: nodes/onprem.md
|
||||||
|
- Openstack: nodes/openstack.md
|
||||||
|
- Guides:
|
||||||
|
- Cluster: guides/cluster.md
|
||||||
|
- Edge: guides/edge.md
|
||||||
|
- Node: guides/node.md
|
||||||
|
- Diagram: guides/diagram.md
|
@ -0,0 +1,4 @@
|
|||||||
|
mkdocs==1.3.0
|
||||||
|
mkdocs-material==8.3.9
|
||||||
|
mkdocs-material-extensions==1.0.3
|
||||||
|
black==22.10.0
|
@ -1,61 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2017-present, Facebook, Inc.
|
|
||||||
*
|
|
||||||
* This source code is licensed under the MIT license found in the
|
|
||||||
* LICENSE file in the root directory of this source tree.
|
|
||||||
*/
|
|
||||||
|
|
||||||
const React = require('react');
|
|
||||||
|
|
||||||
class Footer extends React.Component {
|
|
||||||
docUrl(doc, language) {
|
|
||||||
const baseUrl = this.props.config.baseUrl;
|
|
||||||
const docsUrl = this.props.config.docsUrl;
|
|
||||||
const docsPart = `${docsUrl ? `${docsUrl}/` : ''}`;
|
|
||||||
const langPart = `${language ? `${language}/` : ''}`;
|
|
||||||
return `${baseUrl}${docsPart}${langPart}${doc}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
pageUrl(doc, language) {
|
|
||||||
const baseUrl = this.props.config.baseUrl;
|
|
||||||
return baseUrl + (language ? `${language}/` : '') + doc;
|
|
||||||
}
|
|
||||||
|
|
||||||
render() {
|
|
||||||
return (
|
|
||||||
<footer className="nav-footer" id="footer">
|
|
||||||
<section className="sitemap">
|
|
||||||
<a href={this.props.config.baseUrl} className="nav-home">
|
|
||||||
{this.props.config.footerIcon && (
|
|
||||||
<img
|
|
||||||
src={this.props.config.baseUrl + this.props.config.footerIcon}
|
|
||||||
alt={this.props.config.title}
|
|
||||||
width="66"
|
|
||||||
height="58"
|
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
<h5>Docs</h5>
|
|
||||||
<a href={this.docUrl('getting-started/installation')}>
|
|
||||||
Getting Started
|
|
||||||
</a>
|
|
||||||
<a href={this.docUrl('guides/diagram')}>
|
|
||||||
Guides
|
|
||||||
</a>
|
|
||||||
<a href={this.docUrl('nodes/aws')}>
|
|
||||||
Nodes
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h5>More</h5>
|
|
||||||
<iframe src="https://ghbtns.com/github-btn.html?user=mingrammer&repo=diagrams&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="170" height="30" title="Star mingrammer/diagrams on GitHub"></iframe>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section className="copyright">{this.props.config.copyright}</section>
|
|
||||||
</footer>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = Footer;
|
|
@ -1,99 +0,0 @@
|
|||||||
{
|
|
||||||
"_comment": "This file is auto-generated by write-translations.js",
|
|
||||||
"localized-strings": {
|
|
||||||
"next": "Next",
|
|
||||||
"previous": "Previous",
|
|
||||||
"tagline": "Diagram as Code",
|
|
||||||
"docs": {
|
|
||||||
"getting-started/examples": {
|
|
||||||
"title": "Examples"
|
|
||||||
},
|
|
||||||
"getting-started/installation": {
|
|
||||||
"title": "Installation"
|
|
||||||
},
|
|
||||||
"guides/cluster": {
|
|
||||||
"title": "Clusters"
|
|
||||||
},
|
|
||||||
"guides/diagram": {
|
|
||||||
"title": "Diagrams"
|
|
||||||
},
|
|
||||||
"guides/edge": {
|
|
||||||
"title": "Edges"
|
|
||||||
},
|
|
||||||
"guides/node": {
|
|
||||||
"title": "Nodes"
|
|
||||||
},
|
|
||||||
"nodes/alibabacloud": {
|
|
||||||
"title": "AlibabaCloud"
|
|
||||||
},
|
|
||||||
"nodes/aws": {
|
|
||||||
"title": "AWS"
|
|
||||||
},
|
|
||||||
"nodes/azure": {
|
|
||||||
"title": "Azure"
|
|
||||||
},
|
|
||||||
"nodes/c4": {
|
|
||||||
"title": "C4"
|
|
||||||
},
|
|
||||||
"nodes/custom": {
|
|
||||||
"title": "Custom"
|
|
||||||
},
|
|
||||||
"nodes/digitalocean": {
|
|
||||||
"title": "DigitalOcean"
|
|
||||||
},
|
|
||||||
"nodes/elastic": {
|
|
||||||
"title": "Elastic"
|
|
||||||
},
|
|
||||||
"nodes/firebase": {
|
|
||||||
"title": "Firebase"
|
|
||||||
},
|
|
||||||
"nodes/gcp": {
|
|
||||||
"title": "GCP"
|
|
||||||
},
|
|
||||||
"nodes/generic": {
|
|
||||||
"title": "Generic"
|
|
||||||
},
|
|
||||||
"nodes/ibm": {
|
|
||||||
"title": "IBM"
|
|
||||||
},
|
|
||||||
"nodes/k8s": {
|
|
||||||
"title": "K8S"
|
|
||||||
},
|
|
||||||
"nodes/oci": {
|
|
||||||
"title": "OCI"
|
|
||||||
},
|
|
||||||
"nodes/onprem": {
|
|
||||||
"title": "OnPrem"
|
|
||||||
},
|
|
||||||
"nodes/openstack": {
|
|
||||||
"title": "OpenStack"
|
|
||||||
},
|
|
||||||
"nodes/outscale": {
|
|
||||||
"title": "Outscale"
|
|
||||||
},
|
|
||||||
"nodes/programming": {
|
|
||||||
"title": "Programming"
|
|
||||||
},
|
|
||||||
"nodes/saas": {
|
|
||||||
"title": "Saas"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"links": {
|
|
||||||
"Docs": "Docs",
|
|
||||||
"Guides": "Guides",
|
|
||||||
"Nodes": "Nodes",
|
|
||||||
"GitHub": "GitHub",
|
|
||||||
"Sponsoring": "Sponsoring"
|
|
||||||
},
|
|
||||||
"categories": {
|
|
||||||
"Getting Started": "Getting Started",
|
|
||||||
"Guides": "Guides",
|
|
||||||
"Nodes": "Nodes"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pages-strings": {
|
|
||||||
"Help Translate|recruit community translators for your project": "Help Translate",
|
|
||||||
"Edit this Doc|recruitment message asking to edit the doc source": "Edit",
|
|
||||||
"Translate this Doc|recruitment message asking to translate the docs": "Translate"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"scripts": {
|
|
||||||
"examples": "docusaurus-examples",
|
|
||||||
"start": "docusaurus-start",
|
|
||||||
"build": "docusaurus-build",
|
|
||||||
"publish-gh-pages": "docusaurus-publish",
|
|
||||||
"write-translations": "docusaurus-write-translations",
|
|
||||||
"version": "docusaurus-version",
|
|
||||||
"rename-version": "docusaurus-rename-version"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"docusaurus": "^1.14.7"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"minimist": "^1.2.7"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,160 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2017-present, Facebook, Inc.
|
|
||||||
*
|
|
||||||
* This source code is licensed under the MIT license found in the
|
|
||||||
* LICENSE file in the root directory of this source tree.
|
|
||||||
*/
|
|
||||||
|
|
||||||
const React = require('react');
|
|
||||||
|
|
||||||
const CompLibrary = require('../../core/CompLibrary.js');
|
|
||||||
|
|
||||||
const MarkdownBlock = CompLibrary.MarkdownBlock; /* Used to read markdown */
|
|
||||||
const Container = CompLibrary.Container;
|
|
||||||
const GridBlock = CompLibrary.GridBlock;
|
|
||||||
|
|
||||||
class HomeSplash extends React.Component {
|
|
||||||
render() {
|
|
||||||
const {siteConfig, language = ''} = this.props;
|
|
||||||
const {baseUrl, docsUrl} = siteConfig;
|
|
||||||
const docsPart = `${docsUrl ? `${docsUrl}/` : ''}`;
|
|
||||||
const langPart = `${language ? `${language}/` : ''}`;
|
|
||||||
const docUrl = doc => `${baseUrl}${docsPart}${langPart}${doc}`;
|
|
||||||
|
|
||||||
const SplashContainer = props => (
|
|
||||||
<div className="homeContainer">
|
|
||||||
<div className="homeSplashFade">
|
|
||||||
<div className="wrapper homeWrapper">{props.children}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
|
|
||||||
const Logo = props => (
|
|
||||||
<div className="projectLogo">
|
|
||||||
<img src={props.img_src} alt="Project Logo" />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
|
|
||||||
const ProjectTitle = props => (
|
|
||||||
<h2 className="projectTitle">
|
|
||||||
{props.title}
|
|
||||||
<small>{props.tagline}</small>
|
|
||||||
</h2>
|
|
||||||
);
|
|
||||||
|
|
||||||
const PromoSection = props => (
|
|
||||||
<div className="section promoSection">
|
|
||||||
<div className="promoRow">
|
|
||||||
<div className="pluginRowBlock">{props.children}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
|
|
||||||
const Button = props => (
|
|
||||||
<div className="pluginWrapper buttonWrapper">
|
|
||||||
<a className="button" href={props.href} target={props.target}>
|
|
||||||
{props.children}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
|
|
||||||
return (
|
|
||||||
<SplashContainer>
|
|
||||||
<Logo img_src={`${baseUrl}img/diagrams.png`} />
|
|
||||||
<div className="inner">
|
|
||||||
<ProjectTitle tagline={siteConfig.tagline} title={siteConfig.title} />
|
|
||||||
<PromoSection>
|
|
||||||
<Button href={docUrl('getting-started/installation')}>Try It Out</Button>
|
|
||||||
<Button href={docUrl('getting-started/examples')}>Show Examples</Button>
|
|
||||||
</PromoSection>
|
|
||||||
</div>
|
|
||||||
</SplashContainer>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class Index extends React.Component {
|
|
||||||
render() {
|
|
||||||
const {config: siteConfig, language = ''} = this.props;
|
|
||||||
const {baseUrl} = siteConfig;
|
|
||||||
|
|
||||||
const Block = props => (
|
|
||||||
<Container
|
|
||||||
padding={['bottom', 'top']}
|
|
||||||
id={props.id}
|
|
||||||
background={props.background}>
|
|
||||||
<GridBlock
|
|
||||||
align="center"
|
|
||||||
contents={props.children}
|
|
||||||
layout={props.layout}
|
|
||||||
/>
|
|
||||||
</Container>
|
|
||||||
);
|
|
||||||
|
|
||||||
const About = () => (
|
|
||||||
<div
|
|
||||||
className="productShowcaseSection paddingBottom"
|
|
||||||
style={{textAlign: 'center'}}>
|
|
||||||
<h2>About Diagrams</h2>
|
|
||||||
<MarkdownBlock>
|
|
||||||
Diagrams lets you draw the cloud system architecture **in Python code**.
|
|
||||||
</MarkdownBlock>
|
|
||||||
<MarkdownBlock>
|
|
||||||
It was born for **prototyping** a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well.
|
|
||||||
</MarkdownBlock>
|
|
||||||
<MarkdownBlock>
|
|
||||||
`Diagram as Code` allows you to **track** the architecture diagram changes in any **version control** system.
|
|
||||||
</MarkdownBlock>
|
|
||||||
<MarkdownBlock>
|
|
||||||
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.
|
|
||||||
</MarkdownBlock>
|
|
||||||
<MarkdownBlock>
|
|
||||||
`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.`
|
|
||||||
</MarkdownBlock>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
|
|
||||||
const Example = () => (
|
|
||||||
<Block>
|
|
||||||
{[
|
|
||||||
{
|
|
||||||
image: `${baseUrl}img/message_collecting_code.png`,
|
|
||||||
imageAlign: 'left',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
image: `${baseUrl}img/message_collecting_diagram.png`,
|
|
||||||
imageAlign: 'right',
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
</Block>
|
|
||||||
);
|
|
||||||
|
|
||||||
const Example2 = () => (
|
|
||||||
<Block>
|
|
||||||
{[
|
|
||||||
{
|
|
||||||
image: `${baseUrl}img/event_processing_code.png`,
|
|
||||||
imageAlign: 'left',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
image: `${baseUrl}img/event_processing_diagram.png`,
|
|
||||||
imageAlign: 'right',
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
</Block>
|
|
||||||
);
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div>
|
|
||||||
<HomeSplash siteConfig={siteConfig} language={language} />
|
|
||||||
<div className="mainContainer">
|
|
||||||
<About />
|
|
||||||
<Example />
|
|
||||||
<Example2 />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = Index;
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
GIT_USER=mingrammer CURRENT_BRANCH=master USE_SSH=true yarn run publish-gh-pages
|
|
@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"docs": {
|
|
||||||
"Getting Started": [
|
|
||||||
"getting-started/installation",
|
|
||||||
"getting-started/examples"
|
|
||||||
],
|
|
||||||
"Guides": [
|
|
||||||
"guides/diagram",
|
|
||||||
"guides/node",
|
|
||||||
"guides/cluster",
|
|
||||||
"guides/edge"
|
|
||||||
],
|
|
||||||
"Nodes": [
|
|
||||||
"nodes/onprem",
|
|
||||||
"nodes/aws",
|
|
||||||
"nodes/azure",
|
|
||||||
"nodes/gcp",
|
|
||||||
"nodes/ibm",
|
|
||||||
"nodes/k8s",
|
|
||||||
"nodes/alibabacloud",
|
|
||||||
"nodes/oci",
|
|
||||||
"nodes/openstack",
|
|
||||||
"nodes/firebase",
|
|
||||||
"nodes/digitalocean",
|
|
||||||
"nodes/elastic",
|
|
||||||
"nodes/outscale",
|
|
||||||
"nodes/generic",
|
|
||||||
"nodes/programming",
|
|
||||||
"nodes/saas",
|
|
||||||
"nodes/c4",
|
|
||||||
"nodes/custom"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,63 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2017-present, Facebook, Inc.
|
|
||||||
*
|
|
||||||
* This source code is licensed under the MIT license found in the
|
|
||||||
* LICENSE file in the root directory of this source tree.
|
|
||||||
*/
|
|
||||||
|
|
||||||
// See https://docusaurus.io/docs/site-config for all the possible
|
|
||||||
// site configuration options.
|
|
||||||
|
|
||||||
const siteConfig = {
|
|
||||||
title: 'Diagrams',
|
|
||||||
tagline: 'Diagram as Code',
|
|
||||||
url: 'https://diagrams.mingrammer.com',
|
|
||||||
baseUrl: '/',
|
|
||||||
cname: 'diagrams.mingrammer.com',
|
|
||||||
projectName: 'diagrams',
|
|
||||||
organizationName: 'mingrammer',
|
|
||||||
|
|
||||||
headerLinks: [
|
|
||||||
{doc: 'getting-started/installation', label: 'Docs'},
|
|
||||||
{doc: 'guides/diagram', label: 'Guides'},
|
|
||||||
{doc: 'nodes/aws', label: 'Nodes'},
|
|
||||||
{href: 'https://github.com/mingrammer/diagrams', label: 'GitHub'},
|
|
||||||
{href: 'https://www.buymeacoffee.com/mingrammer', label: 'Sponsoring'},
|
|
||||||
],
|
|
||||||
|
|
||||||
headerIcon: 'img/diagrams.ico',
|
|
||||||
footerIcon: 'img/diagrams.ico',
|
|
||||||
favicon: 'img/diagrams.ico',
|
|
||||||
|
|
||||||
colors: {
|
|
||||||
primaryColor: '#5E73E5',
|
|
||||||
secondaryColor: '#5E89E5',
|
|
||||||
},
|
|
||||||
|
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} mingrammer`,
|
|
||||||
|
|
||||||
highlight: {
|
|
||||||
// Highlight.js theme to use for syntax highlighting in code blocks.
|
|
||||||
theme: 'default',
|
|
||||||
},
|
|
||||||
|
|
||||||
// Add custom scripts here that would be placed in <script> tags.
|
|
||||||
scripts: ['https://buttons.github.io/buttons.js'],
|
|
||||||
|
|
||||||
// On page navigation for the current documentation page.
|
|
||||||
onPageNav: 'separate',
|
|
||||||
cleanUrl: true,
|
|
||||||
|
|
||||||
// Open Graph and Twitter card images.
|
|
||||||
facebookComments: false,
|
|
||||||
twitterImage: 'img/diagrams.png',
|
|
||||||
ogImage: 'img/diagrams.png',
|
|
||||||
|
|
||||||
docsSideNavCollapsible: false,
|
|
||||||
|
|
||||||
enableUpdateTime: true,
|
|
||||||
|
|
||||||
gaTrackingId: 'UA-84081627-3',
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = siteConfig;
|
|
@ -1,27 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2017-present, Facebook, Inc.
|
|
||||||
*
|
|
||||||
* This source code is licensed under the MIT license found in the
|
|
||||||
* LICENSE file in the root directory of this source tree.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* your custom css */
|
|
||||||
|
|
||||||
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 1024px) {
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1023px) {
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 1400px) {
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 1500px) {
|
|
||||||
}
|
|
||||||
|
|
||||||
#buymeacoffee {
|
|
||||||
height: 50px;
|
|
||||||
}
|
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 9.0 KiB |