Aws17 Analytics Entities
Athena
- Preview
- Usage
- Definition
import { Athena } from '@dinghy/diagrams/entitiesAws17Analytics'
<Athena/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ATHENA } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, ATHENA)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.athena;fillColor=#F58534;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 76.5,
}
CloudSearch
- Preview
- Usage
- Definition
import { Cloudsearch } from '@dinghy/diagrams/entitiesAws17Analytics'
<Cloudsearch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDSEARCH } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, CLOUDSEARCH)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cloudsearch;fillColor=#F58534;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Cluster
- Preview
- Usage
- Definition
import { Cluster } from '@dinghy/diagrams/entitiesAws17Analytics'
<Cluster/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLUSTER } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, CLUSTER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.emr_cluster;fillColor=#F58534;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 63,
}
Data Pipeline
- Preview
- Usage
- Definition
import { DataPipeline } from '@dinghy/diagrams/entitiesAws17Analytics'
<DataPipeline/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_PIPELINE } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, DATA_PIPELINE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.data_pipeline;fillColor=#F58534;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
Dense Compute Node
- Preview
- Usage
- Definition
import { DenseComputeNode } from '@dinghy/diagrams/entitiesAws17Analytics'
<DenseComputeNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_COMPUTE_NODE } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, DENSE_COMPUTE_NODE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.dense_compute_node;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 63,
}
Dense Storage Node
- Preview
- Usage
- Definition
import { DenseStorageNode } from '@dinghy/diagrams/entitiesAws17Analytics'
<DenseStorageNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DENSE_STORAGE_NODE } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, DENSE_STORAGE_NODE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.dense_storage_node;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 55.5,
_original_height: 63,
}
ElasticSearch Service
- Preview
- Usage
- Definition
import { ElasticsearchService } from '@dinghy/diagrams/entitiesAws17Analytics'
<ElasticsearchService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELASTICSEARCH_SERVICE } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, ELASTICSEARCH_SERVICE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.elasticsearch_service;fillColor=#F58534;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
EMR
- Preview
- Usage
- Definition
import { Emr } from '@dinghy/diagrams/entitiesAws17Analytics'
<Emr/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, EMR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.emr;fillColor=#F58534;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
EMR engine
- Preview
- Usage
- Definition
import { EmrEngine } from '@dinghy/diagrams/entitiesAws17Analytics'
<EmrEngine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.emr_engine;fillColor=#F58534;gradientColor=none;',
},
_width: 82.5,
_height: 60,
}
EMR engine MapR M3
- Preview
- Usage
- Definition
import { EmrEngineMaprM3 } from '@dinghy/diagrams/entitiesAws17Analytics'
<EmrEngineMaprM3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE_MAPR_M3 } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE_MAPR_M3)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.emr_engine_mapr_m3;fillColor=#F58534;gradientColor=none;',
},
_width: 82.5,
_height: 60,
}
EMR engine MapR M5
- Preview
- Usage
- Definition
import { EmrEngineMaprM5 } from '@dinghy/diagrams/entitiesAws17Analytics'
<EmrEngineMaprM5/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE_MAPR_M5 } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE_MAPR_M5)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.emr_engine_mapr_m5;fillColor=#F58534;gradientColor=none;',
},
_width: 82.5,
_height: 60,
}
EMR engine MapR M7
- Preview
- Usage
- Definition
import { EmrEngineMaprM7 } from '@dinghy/diagrams/entitiesAws17Analytics'
<EmrEngineMaprM7/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMR_ENGINE_MAPR_M7 } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, EMR_ENGINE_MAPR_M7)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.emr_engine_mapr_m7;fillColor=#F58534;gradientColor=none;',
},
_width: 82.5,
_height: 60,
}
Glue
- Preview
- Usage
- Definition
import { Glue } from '@dinghy/diagrams/entitiesAws17Analytics'
<Glue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLUE } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, GLUE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.glue;fillColor=#F58534;gradientColor=none;',
},
_original_width: 82.5,
_original_height: 99,
}
HDFS Cluster
- Preview
- Usage
- Definition
import { HdfsCluster } from '@dinghy/diagrams/entitiesAws17Analytics'
<HdfsCluster/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HDFS_CLUSTER } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, HDFS_CLUSTER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.hdfs_cluster;fillColor=#F58534;gradientColor=none;',
},
_original_width: 61.5,
_original_height: 63,
}
Kinesis
- Preview
- Usage
- Definition
import { Kinesis } from '@dinghy/diagrams/entitiesAws17Analytics'
<Kinesis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.kinesis;fillColor=#F58534;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
Kinesis Analytics
- Preview
- Usage
- Definition
import { KinesisAnalytics } from '@dinghy/diagrams/entitiesAws17Analytics'
<KinesisAnalytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS_ANALYTICS } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS_ANALYTICS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.kinesis_analytics;fillColor=#F58534;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 75,
}
Kinesis Firehose
- Preview
- Usage
- Definition
import { KinesisFirehose } from '@dinghy/diagrams/entitiesAws17Analytics'
<KinesisFirehose/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS_FIREHOSE } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS_FIREHOSE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.kinesis_firehose;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 64.5,
}
Kinesis Streams
- Preview
- Usage
- Definition
import { KinesisStreams } from '@dinghy/diagrams/entitiesAws17Analytics'
<KinesisStreams/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS_STREAMS } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS_STREAMS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.kinesis_streams;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Kinesis-enabled app
- Preview
- Usage
- Definition
import { KinesisEnabledApp } from '@dinghy/diagrams/entitiesAws17Analytics'
<KinesisEnabledApp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KINESIS_ENABLED_APP } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, KINESIS_ENABLED_APP)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.kinesis_enabled_app;fillColor=#F58534;gradientColor=none;',
},
_original_width: 64.5,
_original_height: 67.5,
}
QuickSight
- Preview
- Usage
- Definition
import { Quicksight } from '@dinghy/diagrams/entitiesAws17Analytics'
<Quicksight/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUICKSIGHT } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, QUICKSIGHT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.quicksight;fillColor=#00B7F4;gradientColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Redshift
- Preview
- Usage
- Definition
import { Redshift } from '@dinghy/diagrams/entitiesAws17Analytics'
<Redshift/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REDSHIFT } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, REDSHIFT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.redshift;fillColor=#2E73B8;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 75,
}
Search Documents
- Preview
- Usage
- Definition
import { SearchDocuments } from '@dinghy/diagrams/entitiesAws17Analytics'
<SearchDocuments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEARCH_DOCUMENTS } from '@dinghy/diagrams/entitiesAws17Analytics'
<Shape
{...props}
_style={extendStyle(props, SEARCH_DOCUMENTS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.search_documents;fillColor=#F58534;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}