Skip to content

Commit

Permalink
Add more analytics tools (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisguitton authored Jun 9, 2020
1 parent 4cc1cb6 commit b601392
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions diagrams/onprem/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class Beam(_Analytics):
_icon = "beam.png"


class Dbt(_Analytics):
_icon = "dbt.png"


class Flink(_Analytics):
_icon = "flink.png"

Expand All @@ -32,6 +36,10 @@ class Norikra(_Analytics):
_icon = "norikra.png"


class Singer(_Analytics):
_icon = "singer.png"


class Spark(_Analytics):
_icon = "spark.png"

Expand Down
15 changes: 15 additions & 0 deletions diagrams/saas/analytics.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Saas


class _Analytics(_Saas):
_type = "analytics"
_icon_dir = "resources/saas/analytics"


class Stitch(_Analytics):
_icon = "stitch.png"


# Aliases
2 changes: 2 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Node classes list of onprem provider.
## onprem.analytics

- **diagrams.onprem.analytics.Beam**
- **diagrams.onprem.analytics.Dbt**
- **diagrams.onprem.analytics.Flink**
- **diagrams.onprem.analytics.Hadoop**
- **diagrams.onprem.analytics.Hive**
- **diagrams.onprem.analytics.Metabase**
- **diagrams.onprem.analytics.Norikra**
- **diagrams.onprem.analytics.Singer**
- **diagrams.onprem.analytics.Spark**
- **diagrams.onprem.analytics.Storm**
- **diagrams.onprem.analytics.Tableau**
Expand Down
4 changes: 4 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Node classes list of saas provider.

- **diagrams.saas.alerting.Opsgenie**

## saas.analytics

- **diagrams.saas.analytics.Stitch**

## saas.chat

- **diagrams.saas.chat.Slack**
Expand Down
Binary file added resources/onprem/analytics/dbt.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/onprem/analytics/singer.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/saas/analytics/stitch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"nodes/gcp": {
"title": "GCP"
},
"nodes/generic": {
"title": "Generic"
},
"nodes/k8s": {
"title": "K8S"
},
Expand Down

0 comments on commit b601392

Please sign in to comment.