Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BaSyx / Documentation / Components / DataBridge / Features"

(Created page with "{| class="wikitable" | Overview <nowiki>|</nowiki> Interface <nowiki>|</nowiki> BaS...")
 
 
(11 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
= DataBridge Features =
 
= DataBridge Features =
The DataBridge Component supports a multitude of features with a great range of configuration options:
+
The DataBridge Component supports a multitude of features with a great range of configuration options, please take a look at the overall [https://github.com/eclipse-basyx/basyx-java-examples/tree/main/basyx.examples.deviceintegration/src/main/resources device integration] scenarios:
 +
 
 +
* [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Health_Endpoint | Health Endpoint]]
 +
* [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Routes_Configuration | Routes Configuration]]
 +
* AAS Configuration
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_AAS_Polling_Consumer | AAS Polling Consumer]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_AAS_Data_Sink | AAS Data Sink]]
 +
* Route Types
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Timer | Timer]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Event | Event]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Request | Request]]
 +
* Protocol Integration
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_ActiveMQ | ActiveMQ]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Hono | Hono]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_HTTP | HTTP]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Kafka | Kafka]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_OPCUA | OPCUA]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_MQTT | MQTT]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_PLC4X | Automation Protocols (Modbus, S7, ...) leveraging PLC4X]]
 +
* Data Transformation
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Data_Transformation_/_JSONata | JSONata]]
 +
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Json_Jackson | Json Jackson]]

Latest revision as of 12:00, 13 December 2023

Overview | Interface | Component | Features

DataBridge Features

The DataBridge Component supports a multitude of features with a great range of configuration options, please take a look at the overall device integration scenarios:

Back to the top