Presentation is loading. Please wait.

Presentation is loading. Please wait.

Amy Krause EPCC OGSA-DAI An Overview OGSA-DAI on OMII 2.0 OMII The Open Middleware Infrastructure Institute NeSC,

Similar presentations


Presentation on theme: "Amy Krause EPCC OGSA-DAI An Overview OGSA-DAI on OMII 2.0 OMII The Open Middleware Infrastructure Institute NeSC,"— Presentation transcript:

1 Amy Krause EPCC a.krause@epcc.ed.ac.uk@epcc.ed.ac.uk OGSA-DAI An Overview OGSA-DAI on OMII 2.0 OMII The Open Middleware Infrastructure Institute NeSC, Edinburgh, 14 September 2005

2 14 March 2005http://www.ogsadai.org.uk/2 Goals for this presentation Overview of OGSA-DAI How to install, configure and use OGSA-DAI WSI 1.0 on OMII 2.0

3 14 March 2005http://www.ogsadai.org.uk/3 Goals for OGSA-DAI Aim to deliver application mechanisms that: –Meet the data requirements of Grid applications –Functionality, performance and reliability –Reduce development cost of data centric Grid applications –Provide consistent interfaces to data resources –Acceptable and supportable by database providers –Trustable, imposed demand is acceptable, etc. –Provide a standard framework that satisfies standard requirements A base for developing higher-level services –Data federation –Distributed query processing –Data mining –Data visualisation

4 14 March 2005http://www.ogsadai.org.uk/4 Terminology - Data Data Resource –Any object that can source/sink data –Example: relational databases, a file system Data Service –Common interface to a data resource –Exposes capabilities of the data resource –SQL Queries, XPath Queries –May provide additional capabilities –Data transformations, 3 rd party data delivery OGSA-DAI –Open Grid Services Architecture Data Access and Integration

5 14 March 2005http://www.ogsadai.org.uk/5 OGSA-DAI in a Nutshell All you need to know about OGSA- DAI in a handy pocket sized book! Updated for Version 6.0

6 14 March 2005http://www.ogsadai.org.uk/6 High Level Design Data RelationalXML File Business Logic Presentation DAI Core WS-RFOGSI WS-I Client Server Client Toolkit API WS-RFOGSI WS-I OGSA-DAI Data Services SOAP over HTTP WS-RFOGSI WS-I

7 14 March 2005http://www.ogsadai.org.uk/7 OGSA-DAI Services OGSA-DAI uses data services to represent and provide access to a number of data resources accesses represents Data Service Data Resource Data Resource Data Resource accesses

8 14 March 2005http://www.ogsadai.org.uk/8 Data Service XindiceMySQLOracleDB2 Data source abstraction behind data service –plug in data resources for different data source technologies –does not mandate any particular query language or data format Heterogeneity

9 14 March 2005http://www.ogsadai.org.uk/9 Multiple Service Interfaces WS-I: –WSDL, SOAP, WS-I 1.0. –Axis 1.2, OMII 1.0 or OMII 2.0 WS-RF: –WS-Addressing, WS-RF. –Globus Toolkit 4. OGSI (deprecated in R7): –OGSI 1.0. –Globus Toolkit 3.

10 14 March 2005http://www.ogsadai.org.uk/10 Supported Data Resources RelationalXMLOther MySQL Xindice Files DB2 eXist ? Oracle PostgreSQL SQLServer

11 14 March 2005http://www.ogsadai.org.uk/11 Activities An Activity dictates an action to be performed, e.g. –Query a data resource –Transform data –Deliver results Engine processes a sequence of activities Subset of activities available to a Data Resource –Specified in configuration files Data can flow between activities HTML data WebRowSet xml data SQL Query Statement XSLT Transform Delivery ToURL

12 14 March 2005http://www.ogsadai.org.uk/12 OGSA-DAI Deck of Activities

13 14 March 2005http://www.ogsadai.org.uk/13 Client Toolkit Why? Nobody wants to write XML! A programming API which makes writing applications easier –Now: Java –Next: Perl, C, C#? // Create a query SQLQuery query = new SQLQuery(SQLQueryString); ActivityRequest request = new ActivityRequest(); request.addActivity(query); // Perform the query Response response = gds.perform(request); // Display the result ResultSet rs = query.getResultSet(); displayResultSet(rs, 1);

14 14 March 2005http://www.ogsadai.org.uk/14 Interaction Examples Data Resource3 Container Client Data Service Data Resource Data Resource1Data Resource2 List Resources

15 14 March 2005http://www.ogsadai.org.uk/15 Interaction Examples Data Resource3 Container Client Data Service Data Resource List Resources Data Resource1Data Resource2 Data Resource1 Data Resource2 Data Resource3

16 14 March 2005http://www.ogsadai.org.uk/16 Interaction Examples Data Resource3 Container Client Data Service Data Resource Data Resource1Data Resource2 Query To: Data Resource1 Select name from …

17 14 March 2005http://www.ogsadai.org.uk/17 Interaction Examples Data Resource3 Container Client Data Service Data Resource Query Data Resource1Data Resource2 …

18 14 March 2005http://www.ogsadai.org.uk/18 Interaction Examples Data Resource3 Container Client Data Service Data Resource Query + Delivery Data Resource1Data Resource2

19 14 March 2005http://www.ogsadai.org.uk/19 Interaction Examples Data Resource3 Container Client Data Service Data Resource Query Data Resource1Data Resource2 …

20 14 March 2005http://www.ogsadai.org.uk/20 Why OGSA-DAI? Why use OGSA-DAI over JDBC? –Can embed additional functionality at the service end –Transformations, compressions –Third party delivery –The extensible activity framework –Avoiding unnecessary data movement –Common interface to heterogeneous data resources –Relational, XML databases, and files –Usefulness of the Registry for service discovery –Dynamic service binding process –Provision of good meta-data is necessary –Language independence at the client end –Do not need to use Java –Platform independence –Do not have to worry about connection technology, drivers, etc

21 14 March 2005http://www.ogsadai.org.uk/21 Current release: OGSA-DAI WS-I 1.0 Based on Apache Axis, also works with OMII 2.0 middleware distribution –An OGSA-DAI “Data Service” combining metadata, configuration and perform document capabilities –Access to service metadata provided by a partial implementation of the WS-ResourceProperties specification. –Example clients for testing and coding reference. –Client Toolkit Caveats/Issues: –No security support –Interfaces will be extended for R7

22 14 March 2005http://www.ogsadai.org.uk/22 OGSA-DAI Project Webpage http://www.ogsadai.org.uk Background News & Events Software Releases Documentation On-line Tutorials Support Training Courses Links

23 14 March 2005http://www.ogsadai.org.uk/23 FAQ, Support, Mailing List Frequently Asked Questions –http://www.ogsadai.org.uk/support/faq.php –Updated as common problems become clear Support for OGSA-DAI releases –http://www.ogsadai.org.uk/support –support@ogsadai.org.uk –Use to report problems Discussion list –users@ogsadai.org.uk –http://www.ogsadai.org.uk/support/list.php –General discussion of OGSA-DAI, data and the Grid


Download ppt "Amy Krause EPCC OGSA-DAI An Overview OGSA-DAI on OMII 2.0 OMII The Open Middleware Infrastructure Institute NeSC,"

Similar presentations


Ads by Google