* master: (23 commits) Added generic itens and blank cluster (#171) bump: up to version 0.13.1 fix: add missing firebase base class docs: fix i18n docs(web): add sponsoring docs: fix Saas to SaaS docs: add more badges docs: add a sponsorship link :) docs: add firebase, elastic, and saas categories bump: up to version 0.13.0 AWS: Added more DynamoDB and IAM resources (#180) Add elastic stack (#134) (#174) Add Rust programming language (#179) Add flux and flagger (#147) Add Saas v2 (#89) (#173) Add nodes for Firebase (#167) Add ZuulCI as onprem CI resource (#145) bump: up to version 0.12.0 Add GitlabCI to onprem.ci section (#166) Add Sentry to onperm.monitoring (#165) ... Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/153/head
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AWS
|
||||||
|
|
||||||
|
|
||||||
|
class _Game(_AWS):
|
||||||
|
_type = "game"
|
||||||
|
_icon_dir = "resources/aws/game"
|
||||||
|
|
||||||
|
|
||||||
|
class Gamelift(_Game):
|
||||||
|
_icon = "gamelift.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,57 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AWS
|
||||||
|
|
||||||
|
|
||||||
|
class _General(_AWS):
|
||||||
|
_type = "general"
|
||||||
|
_icon_dir = "resources/aws/general"
|
||||||
|
|
||||||
|
|
||||||
|
class Disk(_General):
|
||||||
|
_icon = "disk.png"
|
||||||
|
|
||||||
|
|
||||||
|
class General(_General):
|
||||||
|
_icon = "general.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GenericDatabase(_General):
|
||||||
|
_icon = "generic-database.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GenericFirewall(_General):
|
||||||
|
_icon = "generic-firewall.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GenericOfficeBuilding(_General):
|
||||||
|
_icon = "generic-office-building.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GenericSamlToken(_General):
|
||||||
|
_icon = "generic-saml-token.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GenericSDK(_General):
|
||||||
|
_icon = "generic-sdk.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Marketplace(_General):
|
||||||
|
_icon = "marketplace.png"
|
||||||
|
|
||||||
|
|
||||||
|
class TradicionalServer(_General):
|
||||||
|
_icon = "tradicional-server.png"
|
||||||
|
|
||||||
|
|
||||||
|
class User(_General):
|
||||||
|
_icon = "user.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Users(_General):
|
||||||
|
_icon = "users.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
OfficeBuilding = GenericOfficeBuilding
|
@ -0,0 +1,23 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AWS
|
||||||
|
|
||||||
|
|
||||||
|
class _Robotics(_AWS):
|
||||||
|
_type = "robotics"
|
||||||
|
_icon_dir = "resources/aws/robotics"
|
||||||
|
|
||||||
|
|
||||||
|
class RobomakerSimulator(_Robotics):
|
||||||
|
_icon = "robomaker-simulator.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Robomaker(_Robotics):
|
||||||
|
_icon = "robomaker.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Robotics(_Robotics):
|
||||||
|
_icon = "robotics.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,115 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Azure
|
||||||
|
|
||||||
|
|
||||||
|
class _General(_Azure):
|
||||||
|
_type = "general"
|
||||||
|
_icon_dir = "resources/azure/general"
|
||||||
|
|
||||||
|
|
||||||
|
class Allresources(_General):
|
||||||
|
_icon = "allresources.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Azurehome(_General):
|
||||||
|
_icon = "azurehome.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Developertools(_General):
|
||||||
|
_icon = "developertools.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Helpsupport(_General):
|
||||||
|
_icon = "helpsupport.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Information(_General):
|
||||||
|
_icon = "information.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Managementgroups(_General):
|
||||||
|
_icon = "managementgroups.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Marketplace(_General):
|
||||||
|
_icon = "marketplace.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Quickstartcenter(_General):
|
||||||
|
_icon = "quickstartcenter.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Recent(_General):
|
||||||
|
_icon = "recent.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Reservations(_General):
|
||||||
|
_icon = "reservations.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Resource(_General):
|
||||||
|
_icon = "resource.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Resourcegroups(_General):
|
||||||
|
_icon = "resourcegroups.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Servicehealth(_General):
|
||||||
|
_icon = "servicehealth.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Shareddashboard(_General):
|
||||||
|
_icon = "shareddashboard.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Subscriptions(_General):
|
||||||
|
_icon = "subscriptions.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Support(_General):
|
||||||
|
_icon = "support.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Supportrequests(_General):
|
||||||
|
_icon = "supportrequests.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Tag(_General):
|
||||||
|
_icon = "tag.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Tags(_General):
|
||||||
|
_icon = "tags.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Templates(_General):
|
||||||
|
_icon = "templates.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Twousericon(_General):
|
||||||
|
_icon = "twousericon.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Userhealthicon(_General):
|
||||||
|
_icon = "userhealthicon.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Usericon(_General):
|
||||||
|
_icon = "usericon.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Userprivacy(_General):
|
||||||
|
_icon = "userprivacy.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Userresource(_General):
|
||||||
|
_icon = "userresource.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Whatsnew(_General):
|
||||||
|
_icon = "whatsnew.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
Elastic provides a set of general elastic services.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _Elastic(Node):
|
||||||
|
_provider = "elastic"
|
||||||
|
_icon_dir = "resources/elastic"
|
||||||
|
|
||||||
|
fontcolor = "#ffffff"
|
@ -0,0 +1,49 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Elastic
|
||||||
|
|
||||||
|
|
||||||
|
class _Elasticsearch(_Elastic):
|
||||||
|
_type = "elasticsearch"
|
||||||
|
_icon_dir = "resources/elastic/elasticsearch"
|
||||||
|
|
||||||
|
|
||||||
|
class Alerting(_Elasticsearch):
|
||||||
|
_icon = "alerting.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Elasticsearch(_Elasticsearch):
|
||||||
|
_icon = "elasticsearch.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Kibana(_Elasticsearch):
|
||||||
|
_icon = "kibana.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Logstash(_Elasticsearch):
|
||||||
|
_icon = "logstash.png"
|
||||||
|
|
||||||
|
|
||||||
|
class MachineLearning(_Elasticsearch):
|
||||||
|
_icon = "machine-learning.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Maps(_Elasticsearch):
|
||||||
|
_icon = "maps.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Monitoring(_Elasticsearch):
|
||||||
|
_icon = "monitoring.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SecuritySettings(_Elasticsearch):
|
||||||
|
_icon = "security-settings.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Sql(_Elasticsearch):
|
||||||
|
_icon = "sql.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
LogStash = Logstash
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Elastic
|
||||||
|
|
||||||
|
|
||||||
|
class _Enterprisesearch(_Elastic):
|
||||||
|
_type = "enterprisesearch"
|
||||||
|
_icon_dir = "resources/elastic/enterprisesearch"
|
||||||
|
|
||||||
|
|
||||||
|
class AppSearch(_Enterprisesearch):
|
||||||
|
_icon = "app-search.png"
|
||||||
|
|
||||||
|
|
||||||
|
class EnterpriseSearch(_Enterprisesearch):
|
||||||
|
_icon = "enterprise-search.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SiteSearch(_Enterprisesearch):
|
||||||
|
_icon = "site-search.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WorkplaceSearch(_Enterprisesearch):
|
||||||
|
_icon = "workplace-search.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,31 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Elastic
|
||||||
|
|
||||||
|
|
||||||
|
class _Observability(_Elastic):
|
||||||
|
_type = "observability"
|
||||||
|
_icon_dir = "resources/elastic/observability"
|
||||||
|
|
||||||
|
|
||||||
|
class APM(_Observability):
|
||||||
|
_icon = "apm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Logs(_Observability):
|
||||||
|
_icon = "logs.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Metrics(_Observability):
|
||||||
|
_icon = "metrics.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Observability(_Observability):
|
||||||
|
_icon = "observability.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Uptime(_Observability):
|
||||||
|
_icon = "uptime.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Elastic
|
||||||
|
|
||||||
|
|
||||||
|
class _Orchestration(_Elastic):
|
||||||
|
_type = "orchestration"
|
||||||
|
_icon_dir = "resources/elastic/orchestration"
|
||||||
|
|
||||||
|
|
||||||
|
class ECE(_Orchestration):
|
||||||
|
_icon = "ece.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ECK(_Orchestration):
|
||||||
|
_icon = "eck.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,23 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Elastic
|
||||||
|
|
||||||
|
|
||||||
|
class _Security(_Elastic):
|
||||||
|
_type = "security"
|
||||||
|
_icon_dir = "resources/elastic/security"
|
||||||
|
|
||||||
|
|
||||||
|
class Endpoint(_Security):
|
||||||
|
_icon = "endpoint.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Security(_Security):
|
||||||
|
_icon = "security.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SIEM(_Security):
|
||||||
|
_icon = "siem.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
Firebase provides a set of services for Firebase provider.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _Firebase(Node):
|
||||||
|
_provider = "firebase"
|
||||||
|
_icon_dir = "resources/firebase"
|
||||||
|
|
||||||
|
fontcolor = "#ffffff"
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Firebase
|
||||||
|
|
||||||
|
|
||||||
|
class _Base(_Firebase):
|
||||||
|
_type = "base"
|
||||||
|
_icon_dir = "resources/firebase/base"
|
||||||
|
|
||||||
|
|
||||||
|
class Firebase(_Base):
|
||||||
|
_icon = "firebase.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,39 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Firebase
|
||||||
|
|
||||||
|
|
||||||
|
class _Develop(_Firebase):
|
||||||
|
_type = "develop"
|
||||||
|
_icon_dir = "resources/firebase/develop"
|
||||||
|
|
||||||
|
|
||||||
|
class Authentication(_Develop):
|
||||||
|
_icon = "authentication.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Firestore(_Develop):
|
||||||
|
_icon = "firestore.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Functions(_Develop):
|
||||||
|
_icon = "functions.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Hosting(_Develop):
|
||||||
|
_icon = "hosting.png"
|
||||||
|
|
||||||
|
|
||||||
|
class MLKit(_Develop):
|
||||||
|
_icon = "ml-kit.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RealtimeDatabase(_Develop):
|
||||||
|
_icon = "realtime-database.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Storage(_Develop):
|
||||||
|
_icon = "storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Firebase
|
||||||
|
|
||||||
|
|
||||||
|
class _Extentions(_Firebase):
|
||||||
|
_type = "extentions"
|
||||||
|
_icon_dir = "resources/firebase/extentions"
|
||||||
|
|
||||||
|
|
||||||
|
class Extensions(_Extentions):
|
||||||
|
_icon = "extensions.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,45 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Firebase
|
||||||
|
|
||||||
|
|
||||||
|
class _Grow(_Firebase):
|
||||||
|
_type = "grow"
|
||||||
|
_icon_dir = "resources/firebase/grow"
|
||||||
|
|
||||||
|
|
||||||
|
class ABTesting(_Grow):
|
||||||
|
_icon = "ab-testing.png"
|
||||||
|
|
||||||
|
|
||||||
|
class AppIndexing(_Grow):
|
||||||
|
_icon = "app-indexing.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DynamicLinks(_Grow):
|
||||||
|
_icon = "dynamic-links.png"
|
||||||
|
|
||||||
|
|
||||||
|
class InAppMessaging(_Grow):
|
||||||
|
_icon = "in-app-messaging.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Invites(_Grow):
|
||||||
|
_icon = "invites.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Messaging(_Grow):
|
||||||
|
_icon = "messaging.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Predictions(_Grow):
|
||||||
|
_icon = "predictions.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RemoteConfig(_Grow):
|
||||||
|
_icon = "remote-config.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
FCM = Messaging
|
@ -0,0 +1,31 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Firebase
|
||||||
|
|
||||||
|
|
||||||
|
class _Quality(_Firebase):
|
||||||
|
_type = "quality"
|
||||||
|
_icon_dir = "resources/firebase/quality"
|
||||||
|
|
||||||
|
|
||||||
|
class AppDistribution(_Quality):
|
||||||
|
_icon = "app-distribution.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CrashReporting(_Quality):
|
||||||
|
_icon = "crash-reporting.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Crashlytics(_Quality):
|
||||||
|
_icon = "crashlytics.png"
|
||||||
|
|
||||||
|
|
||||||
|
class PerformanceMonitoring(_Quality):
|
||||||
|
_icon = "performance-monitoring.png"
|
||||||
|
|
||||||
|
|
||||||
|
class TestLab(_Quality):
|
||||||
|
_icon = "test-lab.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
Generic provides the possibility of load an image to be presented as a node.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _Generic(Node):
|
||||||
|
provider = "generic"
|
||||||
|
_icon_dir = "resources/generic"
|
||||||
|
|
||||||
|
fontcolor = "#ffffff"
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Generic
|
||||||
|
|
||||||
|
|
||||||
|
class _Blank(_Generic):
|
||||||
|
_type = "blank"
|
||||||
|
_icon_dir = "resources/generic/blank"
|
||||||
|
|
||||||
|
|
||||||
|
class Blank(_Blank):
|
||||||
|
_icon = "blank.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Generic
|
||||||
|
|
||||||
|
|
||||||
|
class _Compute(_Generic):
|
||||||
|
_type = "compute"
|
||||||
|
_icon_dir = "resources/generic/compute"
|
||||||
|
|
||||||
|
|
||||||
|
class Rack(_Compute):
|
||||||
|
_icon = "rack.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Generic
|
||||||
|
|
||||||
|
|
||||||
|
class _Network(_Generic):
|
||||||
|
_type = "network"
|
||||||
|
_icon_dir = "resources/generic/network"
|
||||||
|
|
||||||
|
|
||||||
|
class Firewall(_Network):
|
||||||
|
_icon = "firewall.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Router(_Network):
|
||||||
|
_icon = "router.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Switch(_Network):
|
||||||
|
_icon = "switch.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VPN(_Network):
|
||||||
|
_icon = "vpn.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Generic
|
||||||
|
|
||||||
|
|
||||||
|
class _Place(_Generic):
|
||||||
|
_type = "place"
|
||||||
|
_icon_dir = "resources/generic/place"
|
||||||
|
|
||||||
|
|
||||||
|
class Datacenter(_Place):
|
||||||
|
_icon = "datacenter.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Generic
|
||||||
|
|
||||||
|
|
||||||
|
class _Storage(_Generic):
|
||||||
|
_type = "storage"
|
||||||
|
_icon_dir = "resources/generic/storage"
|
||||||
|
|
||||||
|
|
||||||
|
class Storage(_Storage):
|
||||||
|
_icon = "storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
Saas provides a set of general saas services.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _Saas(Node):
|
||||||
|
_provider = "saas"
|
||||||
|
_icon_dir = "resources/saas"
|
||||||
|
|
||||||
|
fontcolor = "#ffffff"
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Chat(_Saas):
|
||||||
|
_type = "chat"
|
||||||
|
_icon_dir = "resources/saas/chat"
|
||||||
|
|
||||||
|
|
||||||
|
class Slack(_Chat):
|
||||||
|
_icon = "slack.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Telegram(_Chat):
|
||||||
|
_icon = "telegram.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Social(_Saas):
|
||||||
|
_type = "social"
|
||||||
|
_icon_dir = "resources/saas/social"
|
||||||
|
|
||||||
|
|
||||||
|
class Facebook(_Social):
|
||||||
|
_icon = "facebook.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Twitter(_Social):
|
||||||
|
_icon = "twitter.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
id: elastic
|
||||||
|
title: Elastic
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of elastic provider.
|
||||||
|
|
||||||
|
## elastic.elasticsearch
|
||||||
|
|
||||||
|
- **diagrams.elastic.elasticsearch.Alerting**
|
||||||
|
- **diagrams.elastic.elasticsearch.Elasticsearch**
|
||||||
|
- **diagrams.elastic.elasticsearch.Kibana**
|
||||||
|
- **diagrams.elastic.elasticsearch.Logstash**, **LogStash** (alias)
|
||||||
|
- **diagrams.elastic.elasticsearch.MachineLearning**
|
||||||
|
- **diagrams.elastic.elasticsearch.Maps**
|
||||||
|
- **diagrams.elastic.elasticsearch.Monitoring**
|
||||||
|
- **diagrams.elastic.elasticsearch.SecuritySettings**
|
||||||
|
- **diagrams.elastic.elasticsearch.Sql**
|
||||||
|
|
||||||
|
## elastic.enterprisesearch
|
||||||
|
|
||||||
|
- **diagrams.elastic.enterprisesearch.AppSearch**
|
||||||
|
- **diagrams.elastic.enterprisesearch.EnterpriseSearch**
|
||||||
|
- **diagrams.elastic.enterprisesearch.SiteSearch**
|
||||||
|
- **diagrams.elastic.enterprisesearch.WorkplaceSearch**
|
||||||
|
|
||||||
|
## elastic.observability
|
||||||
|
|
||||||
|
- **diagrams.elastic.observability.APM**
|
||||||
|
- **diagrams.elastic.observability.Logs**
|
||||||
|
- **diagrams.elastic.observability.Metrics**
|
||||||
|
- **diagrams.elastic.observability.Observability**
|
||||||
|
- **diagrams.elastic.observability.Uptime**
|
||||||
|
|
||||||
|
## elastic.orchestration
|
||||||
|
|
||||||
|
- **diagrams.elastic.orchestration.ECE**
|
||||||
|
- **diagrams.elastic.orchestration.ECK**
|
||||||
|
|
||||||
|
## elastic.security
|
||||||
|
|
||||||
|
- **diagrams.elastic.security.Endpoint**
|
||||||
|
- **diagrams.elastic.security.Security**
|
||||||
|
- **diagrams.elastic.security.SIEM**
|
@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
id: firebase
|
||||||
|
title: Firebase
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of firebase provider.
|
||||||
|
|
||||||
|
## firebase.base
|
||||||
|
|
||||||
|
- **diagrams.firebase.base.Firebase**
|
||||||
|
|
||||||
|
## firebase.develop
|
||||||
|
|
||||||
|
- **diagrams.firebase.develop.Authentication**
|
||||||
|
- **diagrams.firebase.develop.Firestore**
|
||||||
|
- **diagrams.firebase.develop.Functions**
|
||||||
|
- **diagrams.firebase.develop.Hosting**
|
||||||
|
- **diagrams.firebase.develop.MLKit**
|
||||||
|
- **diagrams.firebase.develop.RealtimeDatabase**
|
||||||
|
- **diagrams.firebase.develop.Storage**
|
||||||
|
|
||||||
|
## firebase.extentions
|
||||||
|
|
||||||
|
- **diagrams.firebase.extentions.Extensions**
|
||||||
|
|
||||||
|
## firebase.grow
|
||||||
|
|
||||||
|
- **diagrams.firebase.grow.ABTesting**
|
||||||
|
- **diagrams.firebase.grow.AppIndexing**
|
||||||
|
- **diagrams.firebase.grow.DynamicLinks**
|
||||||
|
- **diagrams.firebase.grow.InAppMessaging**
|
||||||
|
- **diagrams.firebase.grow.Invites**
|
||||||
|
- **diagrams.firebase.grow.Messaging**, **FCM** (alias)
|
||||||
|
- **diagrams.firebase.grow.Predictions**
|
||||||
|
- **diagrams.firebase.grow.RemoteConfig**
|
||||||
|
|
||||||
|
## firebase.quality
|
||||||
|
|
||||||
|
- **diagrams.firebase.quality.AppDistribution**
|
||||||
|
- **diagrams.firebase.quality.CrashReporting**
|
||||||
|
- **diagrams.firebase.quality.Crashlytics**
|
||||||
|
- **diagrams.firebase.quality.PerformanceMonitoring**
|
||||||
|
- **diagrams.firebase.quality.TestLab**
|
@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
id: generic
|
||||||
|
title: Generic
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of generic provider.
|
||||||
|
|
||||||
|
## generic.blank
|
||||||
|
|
||||||
|
- **diagrams.generic.blank.Blank**
|
||||||
|
|
||||||
|
## generic.compute
|
||||||
|
|
||||||
|
- **diagrams.generic.compute.Rack**
|
||||||
|
|
||||||
|
## generic.network
|
||||||
|
|
||||||
|
- **diagrams.generic.network.Firewall**
|
||||||
|
- **diagrams.generic.network.Router**
|
||||||
|
- **diagrams.generic.network.Switch**
|
||||||
|
- **diagrams.generic.network.VPN**
|
||||||
|
|
||||||
|
## generic.place
|
||||||
|
|
||||||
|
- **diagrams.generic.place.Datacenter**
|
||||||
|
|
||||||
|
## generic.storage
|
||||||
|
|
||||||
|
- **diagrams.generic.storage.Storage**
|
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
id: saas
|
||||||
|
title: Saas
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of saas provider.
|
||||||
|
|
||||||
|
## saas.chat
|
||||||
|
|
||||||
|
- **diagrams.saas.chat.Slack**
|
||||||
|
- **diagrams.saas.chat.Telegram**
|
||||||
|
|
||||||
|
## saas.social
|
||||||
|
|
||||||
|
- **diagrams.saas.social.Facebook**
|
||||||
|
- **diagrams.saas.social.Twitter**
|
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 650 B |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 14 KiB |