Presentation is loading. Please wait.

Presentation is loading. Please wait.

e-Infrastructure Integration with gCube

Similar presentations


Presentation on theme: "e-Infrastructure Integration with gCube"— Presentation transcript:

1 e-Infrastructure Integration with gCube
EGI User Forum 13 April 2011 Vilnius (Lithuania) e-Infrastructure Integration with gCube Andrea Manzi ( CERN ) Pasquale Pagano ( ISTI-CNR )

2 Interoperability approaches
Outline D4Science II Ecosystem gCube architecture Interoperability approaches Resource Discovery Data Storage & Access Data Discovery Data Process Security Applications AquaMaps Time Series

3 D4Science II Ecosystem Community B Community C Community C Community A
D4SCIENCE INFRASTRUCTURE DRIVER Heterogeneous resources Heterogeneous computational platforms Rich set of legacy applications Multiple administrative domains Evolving communities Portal Community B GENESI-DR Community C Community C FAO Geonetwork Community A FAO FIGIS INSPIRE AquaMaps Hadoop EGEE/EGI

4 gCube architecture gCube run-time environment
gCube Definition and Management Services gCube Application Services Presentation Services Portlets Application Support Layer User Services Information Organization Services Information Access Services Collection - Content - Metadata - Annotation -… Management Ontology Management Search Framework Index Management Framework Personalization Service Storage Management DIR Support Framework Process Execution Management VRE Management Information System Security gCube Container gCore Framework

5 the conditions under which sharing can occur
Virtual Organization A Virtual Organization (VO) specifies how a set of users can access a set of resources what is shared who is allowed to share the conditions under which sharing can occur The concept of VO Is not adequate to cover some common scenarios Data needs to be assessed before to make it publically exploitable by the VO members. Restricted set of users have to collaborate to refine processes and implement show cases. Products generated through elaboration of data or simulation have to be validated by expert users. Scenarios: TS curation 2? 3) the Aquamaps maps expert validation

6 Virtual Research Environment
VO VRE 1 Virtual Research Environment (VRE) is a distributed and dynamically created environment where subset of resources can be assigned to a subset of users via interfaces for a limited timeframe at little or no cost for the providers of the infrastructure Integrated with cloud systems ( OpenNebula ) VRE 2 VRE resources can be published in the VO at any time by the VRE data managers. gCube is a first example of a VRE management system

7 Interoperability: Assumptions
Very rich applications and data collections are currently maintained by a multitude of authoritative providers Different problems require different execution paradigms: batch, map-reduce, synchronous call, message-queue, … Key distributed computation technologies exist: grid (gLite and Globus), distributed resource management (Condor), clusters (Hadoop), … Several standards are adopted in the same domain Interoperability is among the most critical issues to be faced when building systems as "collections" of independently developed constituents (systems on its own) that should co-operate and rely on each other to accomplish larger tasks. Unfortunately, interoperability is a kind of problem that has multiple facets and it is very challenging. Interoperability issues arising whenever two (or more systems) are willing to ''share'' a certain resource (whatever it is) and one of the two systems plays the role of ''provider'' of the resource while the other plays the role of a ''consumer'' of this resource. The multiple facets result from the fact there are multiple barriers hindering the involved systems to ''share'' a common understanding of the resource that is the target of the interoperability scenario. These barriers range from different models of the resource to different protocols and API to access the resource and interact with it, different policies (and policy models) governing the resource consumption, etc.

8 Interoperability: Landscape
Resource Discovery Data Storage Data Discovery Data Access Data process security Different Interoperability approaches Unstructured Data: blob (binary), and textual files Structured Data: tabular, statistical, geospatial, temporal, and textual data Compound Data: data composed by unstructured and structured data entities

9 Interoperability: gCube Vision
gCube objectives: hide heterogeneity, i.e. abstract over differences in location, protocol, and model; embrace heterogeneity, i.e. allow for multiple locations, protocols, and models; Technical goals: no bottlenecks: scale no less than the interfaced resources no outages: keep failures partial and temporary autonomicity: system reacts and recovers

10 Different communities have access to different views
Hiding Heterogeneity Heterogeneous resources are virtually accessible in a common ecosystem of resources despite their locations, technologies, and protocol Different communities have access to different views according to the conditions under which the sharing can occur Each community can define its own VRE for a limited timeframe and at no cost for the providers of the resource Several VRE can coexist without interfering each other even by competing for the same resources Resources accessble from a common ecosystem of resources and different communities can access different Ecosystem views. Communities define their VREs ( trasparentrly from the providers, which could be also Cloud systems) Competition of the same resources btw VREs ( eg. Indexes or Storage)

11 Embracing Heterogeneity
Approaches and solutions to achieve interoperability : Blackboard-based asynchronous communication between components in a system one protocol to R/W and one language to specify messages Wrapper/ Mediator-based translates one interface for a component into a compatible interface Adaptor-based provides a unified interface to a set of other components interfaces and encapsulates how this set of objects interact Blacboard bases ( Information System) Wrapper /medoator based ( CM) Adaptor-based ( PES adaptor over condor, grid and hadoop) map reduce)

12 Interoperability Approaches: Resource Discovery
Each resource is represented by a profile (metadata) characterising: the interface the state the list of dependencies the run-time status the policies the configuration the pending tasks to execute A Resource profile is published by the resource owner is discovered by the resource consumers asynchronously through a common resource-independent protocol gCube offers a distributed and scalable Information System (blackboard) to store, discover, and access resource profiles gCube interoperability framework: the solution

13 Interoperability Approaches: Content Interoperability[1/2]
gCube Open Content Management Architecture (OCMA) Assumption data stored in different storage back-ends diverse locations, models, access types few common primitives: documents, collections, repositories gCube allows to reach content that lies outside system expose content (reachable from) inside system perform coarse-grained as well as fine-grained retrieval, update, and addressing Runtime scalability autonomic read-only state replication, maximize throughput, minimize response time: discovery-time load balancing (through IS) reduce latencies Software plugin-based architecture to reduce development costs (plugins over Storage systems) OCMA is an open, WSRF-compliant architecture for gCube content management services. OCMA defines a design pattern for such services and, by contextualisation of the pattern, their role in a gCube infrastructure. Requirements and Assumptions OCMA acknowledges that gCube is concerned with content that may: be hosted inside or outside a gCube infrastructure; be described with a variety of models, for different media, and with different degrees of structure; be accessed with a variety of protocols; OCMA makes only the following assumptions about content: content is created, accessed, and distributed in units called documents; documents are grouped in collections; collections are hosted in local management systems called repositories. Finally, OCMA acknowledges that content management in gCube needs to: embrace heterogeneity, i.e. support simultaneously multiple locations, protocols, and models; hide heterogeneity, i.e. abstract over differences in location, protocol, and model; scale, i.e. retain good throughput under heavy load;

14 Interoperability Approaches: Content Interoperability[2/2]
Content Manager Service ( OCMA Service) Adapts gCube doc model ( gDoc ) to an unbounded number of back-end types gDoc T1 T2 adapts factory gDoc Read Write OCMA is the Architecture, flagship CM sevice A storage back-end R may already offer a native T-interface. In this case OCMA relies on wrapper for R. A storage back-end R may offer a different T'-interface. In this case OCMA relies on adapter for R.

15 Interoperability Approaches : Data Discovery
gCube offers Several index types Forward indexing, which supports ultra fast lookups on tabular typed metadata; XML indexing, that supports semistructured lookups on content metadata; Textual field indexing, that supports full text and qualified lookups on textual (mainly) metadata; Metadata full text indexing, that enables full text lookups on metadata; Content full text indexing, that enables full text lookups on text extracted by content; Geospatial/temporal indexing, that enables geospatial proximity and coverage queries to be executed over geospatial/temporal metadata; Feature indexing, that enables high-dimension vector indexing, for feature lookup (currently the feature is inactive);

16 Interoperability Approaches : Process Execution [1/2]
gCube offers solutions to: Decouple the business domain and infrastructure specific logic from the core “execution” functionality Invocate a wide range of logic components: SOAP and REST WebServices, Shell Scripts, Executable Binaries, POJOs, … Support most of the execution paradigms: batch, map-reduce, synchronous call Bridges key distributed computation technologies: grid (gLite and Globus), Condor, Hadoop Control and monitor the execution of a processing flow Staging of data among different storage providers Streaming data among computation elements

17 Interoperability Approaches : Process Execution [2/2]
By using adaptors that operate on a specific third party language and translate them into native constructs, allow for the creation of complex workflows that exploit several diverse technologies deployed on different infrastructures

18 Interoperability Approaches : Security [1/2]
gCube offers solutions : To secure access to gCube resources for interoperable external systems (incoming security) To ensure Interoperability of gCube security mechanisms with standards compliant security systems (reuse) To facilitate secure access to external resources for gCube services (outgoing)

19 Interoperability Approaches : Security [2/2]
Authz: XACML for authz request/response protocol and policy definition SAML assertions to transport user/service authN information Argus-based approach (EMI Authz framework) having pluggable design to integrate additional PIPs SAML Profile for XACML 2.0 following the OASIS Authorization Interoperability Profile Specification AuthN: Production level SSL/HTTPS support Key- and Trust-Manager

20 Species Distribution Maps Generation
AquaMaps is an application* tailored to predict global distributions of marine species initially designed for marine mammals and subsequently generalised to marine species, that generates color-coded species range maps using a half-degree latitude and longitude blocks by interfacing several databases and repository providers * Algorithm by Kashner et al. 2006

21 Species Distribution Maps Generation
AquaMaps execution is based on the gCube Ecological Niche Modelling Suite which allows the extrapolation of known species occurrences to determine environmental envelopes (species tolerances) to predict future distributions by matching species tolerances against local environmental conditions (e.g. climate change and sea pollution) Composition of: Data access to External infrastructures ( Aquamaps) Data process on Hadoop Data process on glite Very large volume of input and output data: HSPEC native range 56,468,301 - HSPEC suitable range 114,989,360 Very large number of computation: One multispecies map computed on 6,188 half degree cells (over 170k) and 2,540 species requires 125 millions computations (Eli E. Agbayani, FishBase Project/INCOFISH WP1, WorlFish Center)

22 Time Series Management
Offers a set of tools to manage capture statistics Supports the complete TS lifecycle Supports validation, curation, and analysis Provides support for data reallocation Produces uniform data-set In statistics, signal processing, econometrics and mathematical finance, a time series is a sequence of data points, measured typically at successive times spaced at uniform time intervals. Time series analysis comprises methods for analyzing time series data in order to extract meaningful statistics and other characteristics of the data.

23 Time Series and R statistical software integration
The main aims are to: provide a complete, fully working, environment for R language give user methods to automatically extract data from the time series he was working on give user the possibility to perform queries on the time series database provide a service distributed on the infrastructure. Multiple instances can be managed on the infrastructure VREs, the distribution being transparent to the users (SaaS model) R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.

24 gCube offers a variety of patterns, tools, and solutions
Conclusions gCube System: Stable software being improved over the last 5 years ( end of DILIGENT -> D4Science -> D4ScienceII) gCube offers a variety of patterns, tools, and solutions to delivery interoperability solutions and interconnect Heterogeneous digital content Heterogeneous repository systems Heterogeneous computation platforms to decrease the cost of adoption to deal with several standards

25 Questions Time


Download ppt "e-Infrastructure Integration with gCube"

Similar presentations


Ads by Google