Presentation is loading. Please wait.

Presentation is loading. Please wait.

IPDA Registry Definitions Project Dan Crichton Pedro Osuna Alain Sarkissian.

Similar presentations


Presentation on theme: "IPDA Registry Definitions Project Dan Crichton Pedro Osuna Alain Sarkissian."— Presentation transcript:

1 IPDA Registry Definitions Project Dan Crichton Pedro Osuna Alain Sarkissian

2 Project Description At the July 2009 Steering Committee, a new project was discussed regarding the definition of registries. Both the Technical Experts Group (TEG) and the IPDA Architecture have discussed the importance of registries in moving IPDA towards sharing of data and services. Registries provide the ability to "register" services, data, etc. Within the IPDA, it is important that services and data can be "discovered" across the enterprise. Examples of registered items may include services (such as search services), data dictionary elements, data products, and data set and mission information, etc. The purpose of this project is to define the requirements and then the associated registries needed for IPDA so an implementation plan can be developed.

3 Work Plan 30-Aug-2009 - Project and Project Members Defined 1-Nov-2009 - Registry Requirements Identified 1-Dec 2009 - Registry architecture and associated set of registry types in PowerPoint 1-Feb 2010 - Registry white paper concept 1-Mar 2010 - Telecon with the TEG regarding registries 1-May-2010 - Draft implementation plan 1-Jul-2010 - Present results to the IPDA Steering Committee

4 IPDA Level 1-2 Requirements 2.1IPDA will develop recommendations for interoperability within a federation of international planetary data archive systems 2.3 IPDA will encourage international planetary data archives to share and exchange data using IPDA data standards 3.3IPDA will maintain a structured data dictionary containing definitions of data elements, their relations, and their scopes in aim to enable standardized descriptions of planetary science data 3.9IPDA will publish standards for querying planetary data system catalogs including standard query models, protocols, and templates of user interfaces

5 Level 3 Registry Requirements 2.1IPDA will develop recommendations for interoperability within a federation of international planetary data archive systems – IPDA will develop a registry specification for sharing content between international planetary data archive systems 2.3 IPDA will encourage international planetary data archives to share and exchange data using IPDA data standards – IPDA will develop a registry specification for registering services, data products, and information useful to the community. 3.3IPDA will maintain a structured data dictionary containing definitions of data elements, their relations, and their scopes in aim to enable standardized descriptions of planetary science data – IPDA will publish the data dictionary to an online registry 3.9IPDA will publish standards for querying planetary data system catalogs including standard query models, protocols, and templates of user interfaces – IPDA will maintain a service registry of standard services and their interfaces

6 IPDA Architecture

7 IPDA Data Access and Sharing

8 What is a registry? A registry is “an information system that securely manages any content type and the standardized metadata that describes it” [ Farrukh Najami, ebXML Registry Standard] A Registry addresses the following essential functional requirements* : – Discovery and maintenance of registered content. – Support for collaborative development, where users can create content and submit it to the registry for use and potential enhancement by the authorized parties. – Persistence of registered content. – Secure version control of registered content. – Federation of cooperating registries to provide a single view of registered content by seamless querying, synchronization, and relocation of registered content. – Event notification. * CCSDS Registry Repository Reference Architecture (White Book), October 2009

9 Uses of Registries

10 Registry/Repository System Component View* 10 Archive Mgmt Distribution Data Analysis Modeling Data Acquisition Science Planning Domain Data Models Local Data Models Repository Service Registry Service PDAP Service Data Access Services IPDA Common Schema & Dictionaries Representative Functional Objects Information Management Functional Objects Metadata / Resources Data Objects Query / Results * CCSDS Info Arch Ref Model

11 Proposed IPDA Registry Class Types Service Registry: Manages information about IPDA services – NOTE: This may be a simple database in practice with a webpage that shows the services Metadata Registry: Manages data dictionary and schema information including data elements (keywords) and values Resource Registry: Manages information about missions, instruments, targets, etc. Data Registry: Manages information about data sets, products, documents and software

12 Registry Objects Architecture IPDA Registry Objects IPDA Registry Objects IPDA Services Metadata Objects (Dictionary, Schemas) Resources (Targets, Missions, Instruments ) Data (Data Sets, Products, Documents)

13 IPDA Registry Scenario #1 IPDA/PDS Dataset Information Request for a IPDA/PDS Dataset Information – IPDA client requests information from a IPDA Service Registry regarding details of data set services – IPDA Service Registry returns information regarding registries that serve the data set information – IPDA client requests the data set information from an IPDA compliant data registry of registered data sets using the PDAP interface

14 IPDA Registry Scenario #2 Semantic Validation Validate PDS/IPDA Label – An IPDA compliant validation tool requests information regarding valid values from an IPDA data dictionary registry for a specific data element (e.g., MISSION_NAME) using the PDAP protocol – The registry returns valid values for the specific data elements which the tool can use to perform semantic validation

15 IPDA Registry Scenario #3 Available Resources Show list of valid missions and/or instruments – A web-based query tool requests a list of mission names from across the IPDA as follows Connects to the IPDA Service Registry to request information regarding the resource registry that manages the information Connects to the IPDA Resource Registry and requests information regarding mission names using the PDAP protocol – Displays the mission names in the browser

16 Registry Standards/Interfaces and their Mappings to IPDA Proposed Classes Standards Interfaces & Reference Models Data Registry Resource Registry Service Registry Metadata Registry ebXML (Reference Model) XXXX UDDIX ISO/IEC 11179 (Ref Model) X IPDA PDAP (APIs)XXXX NOTE: ebXML provides a nice reference model, but not specification for Interfaces or protocols.

17 Recommendations Front-end all registries with a REST- based/PDAP-style interface Initially, a service registry can be very simple Provide online access to data dictionary information Share mission, instrument and target databases

18 Next Steps Produce White Paper Select appropriate standards Define an implementation Plan – Define granular interfaces, etc

19 Backup

20 Registry Queries (1) a. http://pds.jpl.nasa.gov/registry/data/browse?puid= -- returns the XML label of the uniquely identified registered object from any of the federated registries (default - XML file) b. http://pds.jpl.nasa.gov/registry/data/browse?puid= &selector=data_object -- returns the identified registered object from any of the federated registries (default - zip file?) c. http://pds.jpl.nasa.gov/registry/data/browse?puid= &selector=data_object&package=zip -- returns the identified registered object from any of the federated registries as a zip file d. http://pds.jpl.nasa.gov/registry/data/browse?puid= &selector_attribute=all -- returns the attribute names of the uniquely identified registered object from any of the federated registries (xml file) e. http://pds.jpl.nasa.gov/registry/data/browse?puid= &selector_attribute_value=product_type -- returns the value of the attribute product_type of the uniquely identified registered object

21 Registry Queries (2) f. http://pds.jpl.nasa.gov/registry/data/browse?puid= &package=VOTABLE -- returns the XML label of the identified registered object as a VOTABLE g. http://pds.jpl.nasa.gov/registry/data/browse?puid= &registry_puid= -- returns the XML label of the identified registered object from the identified registry (registry puid obtained from service registry) h. http://pds.jpl.nasa.gov/registry/data/browse?logical_identifier= &selector=latest -- returns the XML label of the latest (default) version of the logically identified registered object i. http://pds.jpl.nasa.gov/registry/data/browse?logical_identifier= &selector=all – returns the XML labels of all of the versions of the logically registered object (xml file) j.http://pds.jpl.nasa.gov/registry/data/browse?product_type= -- returns the XML labels of all products of the specified product_type (latest versions default as XML file)

22 Registry Queries (3) k. http://pds.jpl.nasa.gov/registry/data/browse?product_type= &selector_max_return=100 -- returns the XML labels of the latest versions of the first 100 products of the specified product_type l. http://pds.jpl.nasa.gov/registry/data/browse?guid= -- returns the XML label of the registry controlled uniquely identified registered object from any of the federated registries m. http://pds.jpl.nasa.gov/registry/data/browse?mission_name= &product_typ e= -- returns the XML labels of all products satisfying the constraints (latest versions and XML files)


Download ppt "IPDA Registry Definitions Project Dan Crichton Pedro Osuna Alain Sarkissian."

Similar presentations


Ads by Google