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"

 
(9 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_/_Health_Endpoint | Health Endpoint]]
 
* [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Routes_Configuration | Routes Configuration]]
 
* [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Routes_Configuration | Routes Configuration]]
* [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_AAS_Endpoint | AAS Endpoint]]
+
* 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
 
* Route Types
 
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Timer | Timer]]
 
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Timer | Timer]]
Line 17: Line 19:
 
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Hono | Hono]]
 
** [[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_/_HTTP | HTTP]]
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_HTTP_Polling | HTTP Polling]]
 
 
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Kafka | Kafka]]
 
** [[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_/_OPCUA | OPCUA]]
 
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_MQTT | MQTT]]
 
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_MQTT | MQTT]]
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Prometheus | Prometheus]]
+
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_PLC4X | Automation Protocols (Modbus, S7, ...) leveraging PLC4X]]
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Timer | Timer]]
+
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Jsonata | Jsonata]]
+
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Json_Jackson | Json Jackson]]
+
 
* Data Transformation
 
* Data Transformation
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Data_Transformation_/_Jsonata | Jsonata]]
+
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Data_Transformation_/_JSONata | JSONata]]
 
** [[BaSyx_/_Documentation_/_Components_/_DataBridge_/_Features_/_Protocol_Integration_/_Json_Jackson | Json Jackson]]
 
** [[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