Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more analytics tools #195

Merged
merged 1 commit into from
Jun 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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