Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languageja



説明
BellaDati IoTデータコレクター

接続されたデバイスが別のアプリケーション、システム、他のデバイスと簡単かつ安全に対話できるようにするプラットフォーム。

BellaDati

BellaDati Analytics IoTフレームワークは、IoTと分析ソリューションプロバイダー向けのフレームワークであり、すぐに使用できるプラットフォームです。ソリューションに集中しながら、プロジェクトをより迅速に完了することができます。

  • データクレンジングとETL
  • ビッグデータ データウェアハウス
  • 詳細分析 (機械学習と統計)
  • 使いやすいアジャイルBI
  • SDK、APIフレームワーク (GUIとコーディングの組み合わせ)
  • IoT統合プラットフォーム
  • GEOおよびその他のデータの視覚化
IoTコンソール

IoTデータコレクターモジュールを構成するためのGUI管理コンソール

コレクターモジュール

BellaDati IoTデータコレクターモジュールの1つです:

自動アクション

Receiverからのメッセージの処理中に、アクションルールが満たされた際に、Senderモジュールによって実行されるアクション。

アクションルール

自動アクションは、アクションルールが満たされているか、ルールが定義されていない場合にのみ実行されます。

メッセージルール

Each message collected by the receiver is processed by the receiver's message processor, which evaluates message content rules defined in configuration (see receivers[].messageRules). There are 3 types of message rules:

Receiverによって収集された各メッセージは、構成で定義されたメッセージコンテンツルールを評価するReceiverのメッセージプロセッサによって処理されます(receivers[].messageRules を参照)。メッセージルールには次の3つのタイプがあります:

  • Content constraint モジュールは、メッセージに特定のコンテンツが含まれているかどうかをチェックします。
  • Structure constraint - モジュールは、メッセージに特定の構成が含まれているかどうかをチェックします。
  • Device ID filter - モジュールは、デバイスIDがホワイトリストにあるかどうかをチェックします。
Endpoint type

There are several modes, in which the Receiver can operate (Endpoint types):

  • MQTT server  - module is running as MQTT server, which allows devices to either subscribe or publish messages to it
  • MQTT consumer - module subscribes to existing MQTT broker and receives messages from it
  • HTTP POST consumer - module accepts HTTP POST request with data from devices
  • Telnet server/client - module is running as telnet server or telnet client
  • Websockets server/client - module - module is running as Websockets server
Audit (監査)Audit module is the most important module, it provides user management, licensing and auditing services to the other modules. It automatically recognizes other modules, that are running on the same machine or on different servers - either using multicast or IP white list.
Receiver (受信、レシーバー)Receiver receives data from IoT devices (HTTP POST, MQTT Broker, Websockets server), eventually subscribes the data published by 3rd party (MQTT subscribe, Websockets subscribe). It provides authentication and message verification mechanims to ensure the data security and integrity.
Sender (送信、センダー)Sender module is used to read data from receiver and conditionally execute automated actions, usually to route the processed messages to the other systems.
Device onboardingDevice onboarding is a process, by which a new IoT device gains access to BellaDati IoT Data Collector, or allows the Collector to get the data from this device. Usually it consists of defining authentication (basic/digets or SSL client certificates) and message rules, eventually specifying topic when running MQTT server on the Receiver module.