Cae Databases Service Entities
Azure Cache for Redis
- Preview
- Usage
- Definition
import { AzureCacheForRedis } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<AzureCacheForRedis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_CACHE_FOR_REDIS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, AZURE_CACHE_FOR_REDIS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_Cache_for_Redis.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure Database for MariaDB servers
- Preview
- Usage
- Definition
import { AzureDatabaseForMariadbServers } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<AzureDatabaseForMariadbServers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_DATABASE_FOR_MARIADB_SERVERS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, AZURE_DATABASE_FOR_MARIADB_SERVERS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/aspect=fixed;html=1;perimeter=none;align=center;shadow=0;dashed=0;fontSize=12;image=img/lib/mscae/Azure_Database_for_MariaDB_servers.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}
Azure Database for MySQL servers
- Preview
- Usage
- Definition
import { AzureDatabaseForMysqlServers } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<AzureDatabaseForMysqlServers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_DATABASE_FOR_MYSQL_SERVERS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, AZURE_DATABASE_FOR_MYSQL_SERVERS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_Database_for_MySQL_servers.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}
Azure Database for PostgreSQL servers
- Preview
- Usage
- Definition
import { AzureDatabaseForPostgresqlServers } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<AzureDatabaseForPostgresqlServers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_DATABASE_FOR_POSTGRESQL_SERVERS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, AZURE_DATABASE_FOR_POSTGRESQL_SERVERS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_Database_for_PostgreSQL_servers.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}
Azure SQL DataWarehouse
- Preview
- Usage
- Definition
import { AzureSqlDatawarehouse } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<AzureSqlDatawarehouse/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_SQL_DATAWAREHOUSE } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, AZURE_SQL_DATAWAREHOUSE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/SQL_DataWarehouse.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 48,
}
Blob Storage
- Preview
- Usage
- Definition
import { BlobStorage } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<BlobStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLOB_STORAGE } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, BLOB_STORAGE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/BlobBlock.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
Cache plus Redis
- Preview
- Usage
- Definition
import { CachePlusRedis } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<CachePlusRedis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CACHE_PLUS_REDIS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, CACHE_PLUS_REDIS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Cache_including_Redis.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
CosmosDB
- Preview
- Usage
- Definition
import { Cosmosdb } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Cosmosdb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COSMOSDB } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, COSMOSDB)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/CosmosDB.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Data Lake
- Preview
- Usage
- Definition
import { DataLake } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<DataLake/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_LAKE } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, DATA_LAKE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Data_Lake.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}
Database (generic)
- Preview
- Usage
- Definition
import { DatabaseGeneric } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<DatabaseGeneric/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_GENERIC } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, DATABASE_GENERIC)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Database_General.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}
Elastic Database Pools
- Preview
- Usage
- Definition
import { ElasticDatabasePools } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<ElasticDatabasePools/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_DATABASE_POOLS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_DATABASE_POOLS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Elastic_Database_Pools.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Elastic Job Agents
- Preview
- Usage
- Definition
import { ElasticJobAgents } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<ElasticJobAgents/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTIC_JOB_AGENTS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, ELASTIC_JOB_AGENTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Elastic_Job_Agents.svg;strokeColor=none;',
},
_original_width: 42,
_original_height: 50,
}
Managed Databases
- Preview
- Usage
- Definition
import { ManagedDatabases } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<ManagedDatabases/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_DATABASES } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, MANAGED_DATABASES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Managed_Databases.svg;strokeColor=none;',
},
_original_width: 47,
_original_height: 50,
}
SQL Databases
- Preview
- Usage
- Definition
import { SqlDatabases } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<SqlDatabases/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_DATABASES } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, SQL_DATABASES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/SQL_Database_generic.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}
SQL Managed Instances
- Preview
- Usage
- Definition
import { SqlManagedInstances } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<SqlManagedInstances/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_MANAGED_INSTANCES } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, SQL_MANAGED_INSTANCES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/SQL_Managed_Instances.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}
SQL Server Stretch DB
- Preview
- Usage
- Definition
import { SqlServerStretchDb } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<SqlServerStretchDb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_SERVER_STRETCH_DB } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, SQL_SERVER_STRETCH_DB)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/dep/SQL_Server_Stretch_DB.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
SQL Servers
- Preview
- Usage
- Definition
import { SqlServers } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<SqlServers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_SERVERS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, SQL_SERVERS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/SQL_Servers.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Virtual Clusters
- Preview
- Usage
- Definition
import { VirtualClusters } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<VirtualClusters/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIRTUAL_CLUSTERS } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, VIRTUAL_CLUSTERS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Virtual_Clusters.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 48,
}
Virtual Datacenter
- Preview
- Usage
- Definition
import { VirtualDatacenter } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<VirtualDatacenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIRTUAL_DATACENTER } from '@dinghy/diagrams/entitiesCaeDatabasesService'
<Shape
{...props}
_style={extendStyle(props, VIRTUAL_DATACENTER)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Virtual_Datacenter.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}