eclipse-basyx / basyx-java-server-sdk

MIT License
55 stars 45 forks source link

Hierarchical Registry Prototype #313

Closed mateusmolina-iese closed 2 months ago

mateusmolina-iese commented 3 months ago

The Hierarchical AasRegistry Feature enhances data availability across multiple registries by delegating retrieval requests to another AasRegistry.

This feature allows the creation of a hierarchical structure of registries, where a registry can delegate retrieval requests to another registry when a given descriptor is not found in its storage.