Difference between revisions of "Metadata Management"
m |
|||
Line 1: | Line 1: | ||
== Metadata Management == | == Metadata Management == | ||
− | In gCube, the Metadata Management has been designed to rely on the storage facilities provided by the Storage Management layer and its support to manage primary and secondary relations between Information Objects. The subsystem is called upon to support the management of metadata objects and metadata collections, i.e. supporting their creation, access, storage and removal of objects compliant with one or more metadata format and their efficient search. To implement such functions the internals of the subsystem has been organised according to the following architecture. | + | In gCube, the Metadata Management has been designed to rely on the storage facilities provided by the [[Storage Management]] layer and its support to manage primary and secondary relations between Information Objects. The subsystem is called upon to support the management of metadata objects and metadata collections, i.e. supporting their creation, access, storage and removal of objects compliant with one or more metadata format and their efficient search. To implement such functions the internals of the subsystem has been organised according to the following architecture. |
=== Reference Architecture === | === Reference Architecture === | ||
− | The | + | The functions expected by the Metadata Management subsystem are implemented by two cooperating services: one taking care of the creation and management of Metadata Objects and Metadata Collections ([[Metadata Manager]]) and another taking care of the support to metadata object retrieval ([[XML Indexer]]) as depicted in Figure 1. |
[[Image:Metadata_Management_architecture.png|center|Figure 1. gCube Metadata Management Reference Architecture]] | [[Image:Metadata_Management_architecture.png|center|Figure 1. gCube Metadata Management Reference Architecture]] | ||
− | * '''[[Metadata Manager]] '''– | + | * '''[[Metadata Manager]]''' – this Service is responsible for managing the incoming requests for changing, accessing and manipulating metadata. It associates metadata with Information Objects, remove associations, returns metadata for a given object and updates associated metadata; |
− | * '''XML Indexer '''– | + | * '''[[XML Indexer]]''' – this Service is a generic XML Indexer service allowing to query the metadata by resolving arbitrary XQuery and XPath expressions against its managed content. It indexes homogeneous collections of XML data. |
+ | |||
[[Category:Metadata Management]] | [[Category:Metadata Management]] |
Revision as of 18:54, 27 August 2008
Metadata Management
In gCube, the Metadata Management has been designed to rely on the storage facilities provided by the Storage Management layer and its support to manage primary and secondary relations between Information Objects. The subsystem is called upon to support the management of metadata objects and metadata collections, i.e. supporting their creation, access, storage and removal of objects compliant with one or more metadata format and their efficient search. To implement such functions the internals of the subsystem has been organised according to the following architecture.
Reference Architecture
The functions expected by the Metadata Management subsystem are implemented by two cooperating services: one taking care of the creation and management of Metadata Objects and Metadata Collections (Metadata Manager) and another taking care of the support to metadata object retrieval (XML Indexer) as depicted in Figure 1.
- Metadata Manager – this Service is responsible for managing the incoming requests for changing, accessing and manipulating metadata. It associates metadata with Information Objects, remove associations, returns metadata for a given object and updates associated metadata;
- XML Indexer – this Service is a generic XML Indexer service allowing to query the metadata by resolving arbitrary XQuery and XPath expressions against its managed content. It indexes homogeneous collections of XML data.