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

BaSyx / Documentation / Components / Registry

< BaSyx ‎ | Documentation ‎ | Components
Revision as of 02:53, 28 August 2020 by Frank.schnicke.iese.fraunhofer.de (Talk | contribs) (Created page with "The registry is a central component to the AAS infrastructure. For further documentation, see the Registry wiki page. Currently,...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The registry is a central component to the AAS infrastructure. For further documentation, see the Registry wiki page.

Currently, the following variants of the Registry component are provided:

  • InMemory - Stores the Registry entries in RAM. !! Please be aware that this is not persistent! After component restart, all entries are lost. Use this only for testing !!
  • SQL - Uses an SQL backend, e.g. postgres.
  • MongoDB - Uses a MongoDB backend

Both the SQL and the MongoDB variants can be configured using the .properties files in src/main/resources of the components.

Back to the top