Difference between revisions of "Metadata Management"

From Gcube Wiki
Jump to: navigation, search
(Reference Architecture)
(Reference Architecture)
Line 3: Line 3:
  
 
=== Reference Architecture ===
 
=== Reference Architecture ===
The functionalities 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.  
+
The functionalities expected by the Metadata Management subsystem are implemented by two cooperating services: one taking care of the creation and management of Metadata 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]]
Line 9: Line 9:
 
In particular:
 
In particular:
  
* '''[[Metadata Manager]]''' – this Service is responsible for storing, changing, accessing and manipulating Metadata Objects according to the gCube Metadata Model (see the image below);
+
* '''[[Metadata Manager]]''' – this Service is responsible for storing, changing, accessing and manipulating Metadata according to the gCube Metadata Model (see the image below);
  
* '''[[XML Indexer]]''' – this Service is a generic XML Indexer service allowing to query the Metadata Objects by resolving arbitrary XQuery and XPath expressions against its managed content. It indexes homogeneous collections of XML data.
+
* '''[[XML Indexer]]''' – this Service is a generic XML Indexer service allowing to query Metadata by resolving arbitrary XQuery and XPath expressions against its managed content. It indexes homogeneous collections of XML data.
  
  

Revision as of 01:05, 23 June 2009

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 functionalities expected by the Metadata Management subsystem are implemented by two cooperating services: one taking care of the creation and management of Metadata and Metadata Collections (Metadata Manager) and another taking care of the support to metadata object retrieval (XML Indexer) as depicted in Figure 1.

Figure 1. gCube Metadata Management Reference Architecture

In particular:

  • Metadata Manager – this Service is responsible for storing, changing, accessing and manipulating Metadata according to the gCube Metadata Model (see the image below);
  • XML Indexer – this Service is a generic XML Indexer service allowing to query Metadata by resolving arbitrary XQuery and XPath expressions against its managed content. It indexes homogeneous collections of XML data.


The following figure shows the gCube Metadata Model implemented by the Metadata Management Services:

Figure 2. gCube Metadata Model