Available translations
loading results
Sensor Bot
A sensor bot extracts raw data from external sources where a certain specific extracting algorithm needs to be coded, and stores it in a dataset that other bots may consume.
Un sensor bot extrae datos sin procesar de fuentes externas donde es necesario codificar un algoritmo de extracción específico, y los almacena en un conjunto de datos que otros bots pueden consumir.
Sensor Bot извлекает необработанные данные из внешних источников, где необходимо закодировать определенный алгоритм извлечения, и сохраняет их в наборе данных, который могут использовать другие боты.
Ein Sensor-Bot extrahiert Rohdaten aus externen Quellen, für die ein bestimmter Extraktionsalgorithmus kodiert werden muss, und speichert sie in einem Datensatz, der von anderen Bots genutzt werden kann.
Bir sensör botu, belirli bir özel ayıklama algoritmasının kodlanması gereken harici kaynaklardan ham verileri alır ve diğer botların tüketebileceği bir veri kümesinde saklar.
Content
When there is no need for a special algorithm to be coded, Superalgos users run an API Data Fetcher Bot, which uses an API Map to describe the API itself and the bot allows fetching data without the need to code an algorithm at all.
Когда нет необходимости в кодировании специального алгоритма, пользователи Superalgos запускают бот API Data Fetcher Bot, который использует API Map для описания самого API, а бот позволяет извлекать данные без необходимости кодировать алгоритм вообще.
Cuando no es necesario codificar un algoritmo en especial, los usuarios de Superalgos ejecutan una API Data Fetcher Bot (Bot de Obtención de Datos), que utiliza un API Map para describir la propia API, así el bot permite obtener datos sin necesidad de codificar un algoritmo en absoluto.
Wenn kein spezieller Algorithmus kodiert werden muss, können Superalgos-Benutzer einen API Data Fetcher Bot einsetzen, der eine API-Map verwendet, um die API selbst zu beschreiben, und der Bot ermöglicht das Abrufen von Daten, ohne dass überhaupt ein Algorithmus kodiert werden muss.
Özel bir algoritmanın kodlanmasına gerek olmadığında, Superalgos kullanıcıları API'nin kendisini tanımlamak için bir API Haritası ( API Map ) kullanan bir API Veri Alıcı Botu ( API Data Fetcher Bot ) çalıştırır ve bot, herhangi bir algoritma kodlamasına gerek kalmadan veri alınmasına izin verir.
Current Implementation
Текущая реализация
Aplicación Actual
Aktuelle Implementierung
Mevcut Uygulama
There are only two processes coded for the Sensor Bot so far:
Пока для Sensor Bot закодированы только два процесса:
Hasta el momento solo hay dos procesos codificados para el Sensor Bot:
Bisher sind nur zwei Prozesse für den Sensor Bot kodiert:
Şu ana kadar Sensör Botu için kodlanmış sadece iki süreç var:
- Historic-OHLCVs: It can specifically fetch 1 minute candles from exchanges supported by the CCXT open source library.
- Исторические данные - OHLCV: он может специально получать 1-минутные свечи с бирж, поддерживаемых библиотекой с открытым исходным кодом CCXT.
- Historic-OHLCVs: Específicamente puede obtener velas de 1 minuto de los Exchanges soportados por la librería de código abierto CCXT.
- Historic-OHLCVs: Kann ausschliesslich 1-Minuten-Kerzen von Börsen abrufen, die von der Open-Source-Bibliothek CCXT unterstützt werden.
- Historic-OHLCVs: CCXT açık kaynak kitaplığı tarafından desteklenen borsalardan özel olarak 1 dakikalık mumlar getirebilir.
- Check Webhooks: It checks for information that arrived at the client comming from webhook calls from external systems.
- Проверка Webhooks: Он проверяет информацию, поступившую к клиенту в результате вызовов webhook из внешних систем.
- Check Webhooks: Comprueba la información que recibe el cliente proveniente de llamadas Webhook de sistemas externos.
- Check Webhooks: Prüft, ob Informationen von Webhook-Aufrufen aus externen Systemen beim Client angekommen sind.
- Web kancalarını kontrol et: Harici sistemlerden gelen web kancası çağrılarından istemciye gelen bilgileri kontrol eder.
More processes might be coded in the future as the system grows.
В будущем по мере роста системы может быть закодировано больше процессов.
Es posible que en el futuro se codifiquen más procesos a medida que el sistema crezca.
Wenn das System wächst, können in Zukunft weitere Prozesse kodiert werden.
Sistem büyüdükçe gelecekte daha fazla süreç kodlanabilir.
Configuring
Sensor Bot Configuration
Конфигурация Sensor Bot
Configuración del Sensor Bot
Sensor Bot Konfiguration
Sensör Botu Yapılandırması
Properties
Свойства
Propiedades
Eigenschaften
Özellikleri
-
codeName
is the name of the bot as used within the code of the system. This will also be used as the folder name at the Data-Storage folder structure.
-
codeName
- это имя бота, используемое в коде системы. Это также будет использоваться как имя папки в структуре папок хранилища данных.
-
codeName
es el nombre del bot tal y como se utiliza dentro del código del sistema. Este también se utilizará como nombre de la carpeta dentro de la estructura de la carpeta Data-Storage.
-
codeName
ist der Name des Bots, wie er im Code des Systems verwendet wird. Dieser Name wird auch als Ordnername in der Data-Storage-Ordnerstruktur verwendet.
-
codeName
sistem kodunda kullanılan botun adıdır. Bu, Data-Storage klasör yapısında klasör adı olarak da kullanılacaktır.
Initial Values
These are the Initial Values for Sensor Bot configuration:
{
"codeName": ""
}
Examples
This is a list of properties featured by the Sensor Bot configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Sensor Bot Menu
The Sensor Bot node has the following Node Menu items:
The Configure menu item has the following properties:
- action: Configure
- label: Configure
- iconPathOn: configuration
- iconPathOff: configuration
- dontShowAtFullscreen: true
- actionFunction:
uiObject.configEditor.activate
- actionProject: Foundations
The Add Process Definition menu item has the following properties:
- action: Add UI Object
- label: Add Process Definition
- relatedUiObject: Process Definition
- relatedUiObjectProject: Foundations
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
The Add Product Definition menu item has the following properties:
- action: Add UI Object
- label: Add Product Definition
- relatedUiObject: Product Definition
- relatedUiObjectProject: Foundations
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
- actionFunction:
payload.executeAction
Tip: When a menu item is grayed out, it means that Sensor Bot already has the required child type that the menu item may add, and only that child is allowed for that case.
Sensor Bot Children
The Sensor Bot node has the following childrenNodesProperties:
The Processes node property features the following properties:
- name: processes
- type: array
- childType: Process Definition
- autoAdd: true
- project: Foundations
The Products node property features the following properties:
- name: products
- type: array
- childType: Product Definition
- autoAdd: true
- project: Foundations
Sensor Bot Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Sensor Bot with other nodes:
Compatible Types: