ソースを参照

New Auth0, Cloudflare, Recombee Nodes (#209)

* new auth0, cloudflare, recombee nodes

* removed text from icons
pull/133/merge
Hagai Shapira 4年前
committed by GitHub
コミット
4c377a073e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
7個のファイルの変更57行の追加0行の削除
  1. +15
    -0
      diagrams/saas/cdn.py
  2. +15
    -0
      diagrams/saas/identity.py
  3. +15
    -0
      diagrams/saas/recommendation.py
  4. +12
    -0
      docs/nodes/saas.md
  5. バイナリ
      resources/saas/cdn/cloudflare.png
  6. バイナリ
      resources/saas/identity/auth0.png
  7. バイナリ
      resources/saas/recommendation/recombee.png

+ 15
- 0
diagrams/saas/cdn.py ファイルの表示

@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Saas


class _Cdn(_Saas):
_type = "cdn"
_icon_dir = "resources/saas/cdn"


class Cloudflare(_Cdn):
_icon = "cloudflare.png"


# Aliases

+ 15
- 0
diagrams/saas/identity.py ファイルの表示

@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Saas


class _Identity(_Saas):
_type = "identity"
_icon_dir = "resources/saas/identity"


class Auth0(_Identity):
_icon = "auth0.png"


# Aliases

+ 15
- 0
diagrams/saas/recommendation.py ファイルの表示

@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Saas


class _Recommendation(_Saas):
_type = "recommendation"
_icon_dir = "resources/saas/recommendation"


class Recombee(_Recommendation):
_icon = "recombee.png"


# Aliases

+ 12
- 0
docs/nodes/saas.md ファイルの表示

@@ -13,11 +13,23 @@ Node classes list of saas provider.

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

## saas.cdn

- **diagrams.saas.cdn.Cloudflare**

## saas.chat

- **diagrams.saas.chat.Slack**
- **diagrams.saas.chat.Telegram**

## saas.identity

- **diagrams.saas.identity.Auth0**

## saas.recommendation

- **diagrams.saas.recommendation.Recombee**

## saas.social

- **diagrams.saas.social.Facebook**


バイナリ
resources/saas/cdn/cloudflare.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 115  |  サイズ: 11 KiB

バイナリ
resources/saas/identity/auth0.png ファイルの表示

変更前 変更後
幅: 230  |  高さ: 256  |  サイズ: 11 KiB

バイナリ
resources/saas/recommendation/recombee.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 13 KiB

読み込み中…
キャンセル
保存