Samuel Bodin
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
19 additions and
0 deletions
-
diagrams/saas/search.py
-
docs/nodes/saas.md
-
BIN
resources/saas/search/algolia.png
|
|
@@ -0,0 +1,15 @@ |
|
|
|
# This module is automatically generated by autogen.sh. DO NOT EDIT. |
|
|
|
|
|
|
|
from . import _Saas |
|
|
|
|
|
|
|
|
|
|
|
class _Search(_Saas): |
|
|
|
_type = "search" |
|
|
|
_icon_dir = "resources/saas/search" |
|
|
|
|
|
|
|
|
|
|
|
class Algolia(_Search): |
|
|
|
_icon = "algolia.png" |
|
|
|
|
|
|
|
|
|
|
|
# Aliases |
|
|
@@ -119,6 +119,10 @@ Node classes list of the saas provider. |
|
|
|
<img width="30" src="/img/resources/saas/recommendation/recombee.png" alt="Recombee" style="float: left; padding-right: 5px;" > |
|
|
|
**diagrams.saas.recommendation.Recombee** |
|
|
|
|
|
|
|
## saas.search |
|
|
|
|
|
|
|
- **diagrams.saas.search.Algolia** |
|
|
|
|
|
|
|
## saas.social |
|
|
|
|
|
|
|
|
|
|
|
Before
|
After
|
|
|
|
Width: 1186
|
Height: 1191
|
Size: 42 KiB
|