Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 / Registry / Features"

m (Adds health endpoint documentation)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
The AAS Registry Components supports a multitude of features with a great range of configuration options:
 
The AAS Registry Components supports a multitude of features with a great range of configuration options:
 
* [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Storage_Backend | Storage Backend]]
 
* [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Storage_Backend | Storage Backend]]
 +
* [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Tagged_Directory | Tagged Directory]]
 
* MQTT Eventing
 
* MQTT Eventing
 
** [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Hierarchical_MQTT | Hierarchical MQTT Eventing]]
 
** [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Hierarchical_MQTT | Hierarchical MQTT Eventing]]
 
** [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Simple_MQTT | Simple MQTT Eventing]]
 
** [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Simple_MQTT | Simple MQTT Eventing]]
 
* [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Authorization | Authorization]]
 
* [[BaSyx_/_Documentation_/_Components_/_Registry_/_Features_/_Authorization | Authorization]]
 
+
* [[BaSyx_/_Documentation_/_Components_/_Features_/_Health Endpoint| Health Endpoint]]
 
+
== Tagged Directory ==
+
 
+
The TaggedDirectory is disabled by default. It can be configured in the registry.properties:
+
 
+
  registry.taggedDirectory=Enabled
+
  registry.taggedDirectory=Disabled
+
 
+
== Tagged Directory ==
+
 
+
''[Disclaimer: In development branch]''
+
A tagged directory is an implementation of the registry that allows to associate AAS with tags. When in use, AAS can be retrieved based on tags. <blockquote>
+
'''Disclaimer:''' Currently only works with an InMemory backend. Persistent backends (SQL and MondoDB), as well as combination with Authorization, or MQTT is yet to be supported.
+
</blockquote>
+

Latest revision as of 06:23, 2 January 2023

Overview | Interface | Component | Features

AAS Registry Features

The AAS Registry Components supports a multitude of features with a great range of configuration options:

Back to the top