feat: adding Presto, Apache Superset, Nextcloud Nodes (#327)

* adding presto node to onperm.analytics
prestosql and prestodb logos are same

* adding presto logo to resource directory

* git add Apache superset

* adding nextcloud node
pull/401/merge
Arash Mousavi 4 years ago committed by GitHub
parent 62562ea5d0
commit d7695712df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,10 @@ class Norikra(_Analytics):
_icon = "norikra.png"
class Presto(_Analytics):
_icon = "presto.png"
class Singer(_Analytics):
_icon = "singer.png"
@ -52,6 +56,10 @@ class Storm(_Analytics):
_icon = "storm.png"
class Superset(_Analytics):
_icon = "superset.png"
class Tableau(_Analytics):
_icon = "tableau.png"

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Saas
class _Filesharing(_Saas):
_type = "filesharing"
_icon_dir = "resources/saas/filesharing"
class Nextcloud(_Filesharing):
_icon = "nextcloud.png"
# Aliases

@ -20,9 +20,11 @@ Node classes list of onprem provider.
- **diagrams.onprem.analytics.Hive**
- **diagrams.onprem.analytics.Metabase**
- **diagrams.onprem.analytics.Norikra**
- **diagrams.onprem.analytics.Presto**
- **diagrams.onprem.analytics.Singer**
- **diagrams.onprem.analytics.Spark**
- **diagrams.onprem.analytics.Storm**
- **diagrams.onprem.analytics.Superset**
- **diagrams.onprem.analytics.Tableau**
## onprem.auth

@ -29,6 +29,10 @@ Node classes list of saas provider.
- **diagrams.saas.chat.Teams**
- **diagrams.saas.chat.Telegram**
## saas.filesharing
- **diagrams.saas.filesharing.Nextcloud**
## saas.identity
- **diagrams.saas.identity.Auth0**

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save