1 / 66

Damia : Data Mashups for Intranet Applications

Damia : Data Mashups for Intranet Applications. David E. Simmen, Mehmet Altinel Volker Markl, Sriram Padmanabhan Ashutosh Singh IBM Almaden Research Center. Pradeep Gangadharaiah pg29@buffalo.edu CSE Department, SUNY at Buffalo 13 oct 2008. SITUATIONAL APPLICATION (Example) ‏.

dewei
Download Presentation

Damia : Data Mashups for Intranet Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Damia: Data Mashups for Intranet Applications David E. Simmen, Mehmet Altinel Volker Markl, Sriram Padmanabhan Ashutosh Singh IBM Almaden Research Center Pradeep Gangadharaiah pg29@buffalo.edu CSE Department, SUNY at Buffalo 13 oct 2008

  2. SITUATIONAL APPLICATION (Example)‏ Problem: • A prudent bank manager wants to be notified when a recent job applicant's credit score dips below 500, so that she might avoid a potentially costly hiring mistake by dropping an irresponsible applicant from consideration. • Data on recent applicants resides on her desktop, in a personal spreadsheet • Access to credit scores is available via a corporate database.

  3. MOTIVATION TREND 1

  4. SITUATIONAL APPLICATION (Example continued...)‏ Solution: • build a web application that combines the data from these two sources on demand, producing an ATOM feed that the manager can view for changes via feed reader !! • But • Is it worth all the time taken to develop the application for just 1 user??

  5. MOTIVATION TREND 2 Advancement of web • Web 1.0 • Static HTML pages, Shopping sites • User oriented • Only browse through websites for information • Web 1.5 • Web Services • Machine oriented • Ex: include amazon shopping cart in your homepage! • Web 2.0 • Web as platform, lightweight programming • Data feeds • User contributed content, collective intelligence • Mashups • Ex: Can view a pdf file on web without having to install pdf reader on the desktop

  6. MASHUPS? • A Web application that combines data from more than one source into an integrated experience • RIA = Rich Internet Applications • Combine multiple data feeds • Often read-only • User developed • Access services over Internet • Ad-hoc, easy to change • Mashups on mashups

  7. DAMIA: Enterprise-Oriented Data Mashup Platform Situational application development made easy Enable secure access to data Capability to filter, standardize, join, aggregate data Augment structured/unstructured data Transformed data to AJAX/other web applications on demand Exposes APIs

  8. USAGE SCENARIO 1: Customer Service Application • Cassie is a customer service representative for JK Enterprises who is fielding a call from customer Bob regarding a dispute in his credit billing statement. Apparently, Bob has been billed twice on a purchase of an appliance item and is calling to complain about this error • In this scenario, Cassie needs to perform the following tasks: • Validate the customer details • Pull up the customer profile and transaction details • View the billing statements • Validate the dispute • Process a dispute resolution workflow

  9. USAGE SCENARIO 1: Customer Service Application continued.. • Now, imagine we are adding new features to the application in order to verify customer information faster or to provide specific promotions to the customer. • Example: IBM has introduced a new capability called IBM Global Name Recognizer (GNR) which can find matching names from a dictionary of names. • How might this capability be introduced into the application?

  10. USAGE SCENARIO 1: Customer Service Application (Damia Solution)‏ • Solution: Damia technology provides an easy way to enable this extension. • The first step is to create a REST service from GNR that generates a list of phonetically matching names given a roughly spelled input name. • For instance, if Cassie was to type "Denis Mastersen", the GNR service might return the entries shown below

  11. USAGE SCENARIO 1: Customer Service Application (Damia Solution Continued...)‏ next step is to create a Damia data mashup that can combine GNR service output with the matching customer accounts in JK Enterprise's customer database.

  12. USAGE SCENARIO 1: Customer Service Application(Damia Solution Continued...)‏ • The names that match in the customer database are published in an output feed • Cassie can then choose the matching customer using attributes such as address or phone number and proceed to her next task

  13. USAGE SCENARIO 2: Real Time Situational Monitoring • Consider the situation where a hurricane is bearing down on a region and an insurance agent is assessing the potential claim damage exposure from this hurricane. • In this scenario, • The agent takes her client policy information from a personal spreadsheet database • National Weather Service which provides a feed of severe weather alerts for a particular region or state • The data mashup extracts city codes from the spreadsheet and the weather feeds and performs a merge operation

  14. USAGE SCENARIO 2: Real Time Situational Monitoring continued.. Output: List of insurance policy holders who are likely to be affected by the severe weather This output can then be used to show a rich interactive view of affected cities and estimated personal property damage • Figure shows a rendering of such a rich interactive application using JustSystems XFY ,tool that utilizes the Damia feed output.

  15. DAMIA FEED SERVER • Server • Integration engine • Directory Services • Storage Services • Rich client browser interface

  16. DAMIA: Integration Engine (Overview)‏ Provides set-oriented feed manipulation operators for importing, filtering, merging, grouping, manipulating feeds Formats include RSS/ATOM/XML XML input -> Network(flow) of feed manipulating operators representing Data mashups The flow is compiled into a set of lower level primitives for execution Result of Data mashup retrieved via REST call

  17. DAMIA: Directory Services • Provide capability to search, tag, rate, execute, and otherwise manage information assets. • Manages user profiles,authentication, and access control for assets • Uses the Storage services component to store assets and metadata. • Information assets include • data mashups • public spreadsheets • URLs to interesting external feeds that might be used in data mashups

  18. DAMIA: Storage Services • Handles the storage and retrieval of data and metadata needed by other Damia components • Used by Directory services component to store community information assets and metadata • Used by the Metadata services component to execute data mashups effectively

  19. DAMIA: Client Interface • Browser-based UI provides facilities for composing, editing, and debugging data mashups graphically • Drag and drop boxes(operators), Connecting edges(flow of data)‏ • Preview feature to see the result of the data flow at any point in the process • Communicates with the server through a set of REST API interfaces • Provides an interface to Directory services capabilities

  20. DAMIA: Client Interface

  21. DAMIA: Integration Engine (IE)‏

  22. Input: XML specification of a data mashup, conceptual feed-oriented data model Output: augmentation flow that is executed by the augmentation engine, augmentation-level data model Implements feed abstraction DAMIA IE: Flow Compiler

  23. DAMIA IE: Metadata services • Stores augmentation flow and original XML of the Data mashup • Manages metadata and functions needed by the flow compiler and augmentation engine • Ex: manages ingestion functions, which are needed to map imported data resources to equivalent XML representations.

  24. DAMIA IE: Augmentation Engine • Executes a data mashup • Result formats are ATOM, RSS, or general XML • Conceptually divided into 3 layers • Ingestion layer - importing and map data into an instance of the augmentation-level data model • Augmentation layer - manipulate instances of the augmentation-level data model to produce the data mashup result • Publication layer - transform an instance of the augmentation-level data model to a specific format like RSS, ATOM, or JSON

  25. DAMIA IE: Data Model • Feed-oriented data model • Built by end user using feed manipulation operators • Represent standard feed formats like RSS and ATOM, but is designed to handle more general XML data • Are logical constructs that have no direct physical implementation • Feed manipulation operators are compiled to augmentation operators for execution by Integration Engine • Augmentation-level data model (ADM)‏ • Derivative of the Xquery data model (XDM)‏ • Basis for data manipulation by augmentation operators

  26. DAMIA IE: Augmentation-level data model (ADM)‏ • Comprised of nodes, atomic values, items, sequences and tuples. • A node can be an element node, attribute node, text node, or any other type of XDM node. • An atomic value corresponds to an instance of a simple data type like a string, integer, or date. • An item is either a node or an atomic value • A sequence is a named list of zero or more items. • A tuple is a non-empty set of sequences. • Augmentation operators are closed under ADM, consume one or more sets of tuples, or tuple streams, and produce a tuple stream • Augmentation flow is a network of augmentation operators that is executed using a data flow paradigm.

  27. DAMIA IE: Augmentation flow (Example)‏ • hotels.com provides ATOM feed for hotel information • reviews.com provides RSS feed for hotel reviews • Problem: Join information about hotels in Vancouver with their reviews • Solution: Create a feed whose entries contain information about hotels in Vancouver provided by hotels.com joined with their reviews from reviews.com. • Augmentation flow !

  28. DAMIA IE: Augmentation flow (hotel example continued...)‏ Double-click to add graphics • retrieve the hotel feed (Step 2)‏ • extract feed entries (Step 3)‏ • iterating each entry, extract the hotel name from an entry (Steps 4 and 5)‏ • similarly extract hotel review (steps 6,7,8,9)‏ • join the feeds on hotel name (step 10)‏ • for all the matching tuples, aggregate hotel information with reviews and return

  29. DAMIA IE: Augmentation flow (hotel example continued...)‏ Double-click to add graphics • Import - Xquery doc function • Iterate - for clause • Filter - where clause • Construct – return clause • Extract operator evaluates xpath expressions • sequence names flowing as tuples along the edges • Fuse operator joins the tuple streams • Group operator aggregates tuples into sequences • Construct operator • Implement the Xquery return clause • Construct final result

  30. DAMIA IE: Feed-oriented Data Model • Comprised of containers, payloads, feeds, and tuples. • A container is a special root node of a tree of Nodes. • Payload, list of zero or more child nodes of a container node. • A feed is a named list of zero or more containers. • A tuple is a non-empty set of feeds • Data mashup is represented as a data flow graph of feed manipulation operators • Feed manipulation operators • Closed under the feed-oriented data model. • Each operator consumes one or more feeds and produces a feed • Are implemented by augmentation flows. • Iterate over the container nodes of a sequence and perform filtering, joins, aggregation, and other set manipulations that involve the extraction and comparison of attribute and element values of the payload.

  31. DAMIA IE: Data Model

  32. DAMIA IE: Ingestion Layer • Comprises • Connectors • Ingestion functions • An Import operator • A resource cache

  33. INGESTION LAYER: Connectors • A connector is a wrapper that implements an http interface to a particular data source • understand the access protocols and APIs of the data source • handle authentication • take care of other detailed aspects of data source access • return files of MIME types understood by the ingestion layer • ex: simple file upload connector • can be extended by Damia community

  34. INGESTION LAYER: Ingestion functions • Ingestion functions maps a file of a specific MIME type to an XML representation. • Ex: Damia currently supports a builtin ingestion function for mapping comma separated files of MIME type text/csv to an ATOM feed representation • Can be extended by Damia community

  35. INGESTION LAYER: Import operator • Import operator maps a resource provided by a data source into an instance of the augmentation-level data model by • invoking connectors or other web services to retrieve resources • applying the appropriate ingestion function to a resource based on the MIME type of the resource • parsing and mapping the XML representation of the resource into the data model • Supports the same iterator protocol as other augmentation operators

  36. INGESTION LAYER: Resource cache Resource cache provides basic caching of imported resources Supports a simple put and get interface to insert and retrieve resources A cache policy requirement can be provided with a cache get call Resources are aged out of the cache in a cyclic fashion, with older resources evicted first.

  37. DAMIA IE: Augmentation Layer • Comprised of a set of augmentation operators • Data mashups are compiled into augmentation flows, which are networks of augmentation operators that execute in a demand-driven data flow fashion. • Augmentation operators produce and consume tuples according to an iterator protocol • Augmentation operators execute within a bind-in context which provides values for variables that are referenced in arguments. • Ex: a URL parameter that returns the price for a given stock would contain a variable reference to the stock in the URL, which it would pull from the bind-in context. • http://www.getstocks.com?stock=8&id=10 • Augmentation operators are implemented as PHP classes

  38. AUGMENTATION LAYER: Operators Import Iterate Filter Extract Expression Construct Group Sort Fuse Hsjoin Union

  39. AUGMENTATION LAYER: Operators Import operator maps a resource from a data source into an instance of the augmentation-level data model (ADM). analogous to an Xquery doc function takes a resource, cache policy, and output sequence as arguments imports the specified resource and makes a call to the metadata services component to retrieve the appropriate ingestion function for rendering the resource into an XML representation.

  40. AUGMENTATION LAYER: Operators Extract operator • applies a set of xpath expressions to a tuple stream. • takes an input operator and xpath array as input. • the xpath array argument is an array that supplies an input sequence, xpath expression, and output sequence with each entry. • applies all xpath expressions in the xpath array argument.

  41. AUGMENTATION LAYER: Operators Construct operator • generates a new sequence according to an XML template • analogous to the return clause of an Xquery FLWOR expression. • takes an input operator, template, substitutions array, and output sequence as input • each input tuple is extended with a new sequence formed by substituting nodes and values from input sequences, into the output template. • information in the substitutions array argument identifies how to make the substitutions.

  42. AUGMENTATION LAYER: Operators Fuse operator • joins two input tuple streams using a basic nested-loops join algorithm • takes an outer loop operator and inner loop operator as input • the operator identified by the inner loop operator argument is executed in the context of each tuple of the outer loop tuple stream. • the inner loop context is formed by adding the sequences of the current outer loop tuple to Fuse's bind-in context. • tuples produced in the context of a current outer tuple are concatenated with the outer tuple.

  43. AUGMENTATION LAYER: Operators Fuse operator continued... • The Fuse operator is used to drive access to sources that depend on another source for input values. • ex: a review site providing hotel reviews might require a hotel name as a URL parameter. A Fuse operator would progressively drive an Import operator that returned reviews for a given hotel

  44. DAMIA IE: Publication Layer transforms an instance of the augmentation level data model into a specific representation, like ATOM, RSS,CSV, or JSON, and then serializes the result for HTTP transfer

  45. DAMIA IE: Feed Manipulation Operators Feed manipulation operators are closed under the feed-oriented data model The operators have arguments which define input operands, and their relationship to other operators in the data mashup Feed manipulation operators operate on one or more feeds and produce a feed. The names of the input and output feeds are provided as arguments. All versions of feeds flow in a single tuple from one operator to the next

  46. DAMIA IE: Feed Manipulation Operators (List)‏ Import-Feed Filter-Feed Merge-Feeds Augment-Feed Transform-Feed Group-Feed Sort-Feed Union-Feed Publish-Feed

  47. Feed Manipulation Operators Import-Feed • imports XML data into an instance of the feed-oriented data model • takes a feed type, source URL, repeating element, and cache policy as input. • the source URL identifies the XML resource to import • the feed type argument can identify XML, RSS, or ATOM • the cache-policy parameter indicates the freshness criteria for serving data from the ingestion layer cache

  48. Feed Manipulation Operators Filter-Feed removes containers from a feed that fail to satisfy a filter condition takes an input operator, input feed name, filter condition array, and output feed name as arguments the filter condition array argument identifies a set of filter conditions that are applied as conjuncts

  49. Feed Manipulation Operators Merge-Feed • is analogous to a symmetric relational join operation • concatenates payloads from two different input feeds that match according to a specified merge condition • takes a left operator, left feed name, right operator, right feed name, merge condition array, and output feed name as arguments • the left feed name and right feed name identify the input feeds being merged • the merge condition array identifies a set of match conditions that are applied as conjuncts

  50. Feed Manipulation Operators Publish-Feed • transforms an instance of the feed-oriented data model into a specific XML format • takes an input operator name, input feed name, output feed type, feed bindings, and output feed name as arguments • the feed type can specify a format such as RSS, ATOM, or XML • the feed bindings supply feed header data for the output feed, which depends upon the specified feed type • for example, an ATOM feed has "title" and "id" fields

More Related