Skip to content

Commit

Permalink
feat(aws:analytics): add more analytics services
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Feb 10, 2020
1 parent 2552fbf commit 870b387
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions diagrams/aws/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Athena(_Analytics):
_icon = "athena.png"


class CloudsearchSearchDocuments(_Analytics):
_icon = "cloudsearch-search-documents.png"


class Cloudsearch(_Analytics):
_icon = "cloudsearch.png"

Expand All @@ -28,10 +32,26 @@ class ElasticsearchService(_Analytics):
_icon = "elasticsearch-service.png"


class EMRCluster(_Analytics):
_icon = "emr-cluster.png"


class EMRHdfsCluster(_Analytics):
_icon = "emr-hdfs-cluster.png"


class EMR(_Analytics):
_icon = "emr.png"


class GlueCrawlers(_Analytics):
_icon = "glue-crawlers.png"


class GlueDataCatalog(_Analytics):
_icon = "glue-data-catalog.png"


class Glue(_Analytics):
_icon = "glue.png"

Expand Down Expand Up @@ -68,6 +88,14 @@ class Quicksight(_Analytics):
_icon = "quicksight.png"


class RedshiftDenseComputeNode(_Analytics):
_icon = "redshift-dense-compute-node.png"


class RedshiftDenseStorageNode(_Analytics):
_icon = "redshift-dense-storage-node.png"


class Redshift(_Analytics):
_icon = "redshift.png"

Expand Down
Binary file modified resources/aws/analytics/analytics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/analytics/emr-cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/analytics/emr-hdfs-cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/analytics/glue-crawlers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/analytics/glue-data-catalog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 870b387

Please sign in to comment.