DATA VIRTUALIZATION Whitepaper. Data Virtualization. and how to leverage a SOA implementation.

Size: px
Start display at page:

Download "DATA VIRTUALIZATION Whitepaper. Data Virtualization. and how to leverage a SOA implementation. www.denodo.com"

Transcription

1 DATA VIRTUALIZATION Whitepaper Data Virtualization and how to leverage a SOA implementation

2 Incidences Address Customer Name Inc_ID Specific_Field Time New Jersey Chevron Corporation 3 3 Seattle IBM New Jersey JPMorgan 1 1 Minnesota Chevron Corporation Seattle JPMorgan 7 7 Seattle IBM 1 1 Minnesota Chevron Corporation 3 3 New Jersey JPMorgan Minnesota IBM 5 5 New Jersey Chevron Corporation 1 1 Executive Summary Widely recognized as the foundation of Software Orientated Architectures, an ESB serves as an integration and communication layer between different enterprise systems, the infrastructure that connects business applications and data sources, applying data transformations in the workflow process and orchestrating results. Thus, it may appear that this technology overlaps with Data Virtualization. However, in this paper we will explore: how the two of them solve different challenges, how they can actually work together to provide a more robust and easy to develop end-toend solution and how Data Virtualization will greatly minimize the costs associated with managing and maintaining said ESB deployment. Data Virtualization provides a Data Services Layer in a SOA Environment Data Virtualization technology decouples the heterogeneities of the underlying data sources from the upper layer client applications, providing seamless access to data of all types to serve any business needs, be they operational or informational (BI and/or reporting). It exposes a Virtual Data Layer comprised of canonical business entities that are built as a result of combining data from the underlying information sources, exposing them as Data Services that can be consumed by enterprise applications, ESBs tools, reporting solutions, portals, mobile applications, users, etc. (See fig. 1). It includes key capabilities for real-time query optimization supported by intelligent caching and scheduled data orchestration, unified data governance and the ability to deliver data services in multiple formats with managed security and service-levels. Data Consumers Enterprise Applications, ESB Reporting, BI, Portals Mobile, Web, Users Universal Data Provisioning Customer 1 N Support Incidents DATA VIRTUALIZATION 1 N Orders N 1 Products 1 N π σ Client Address Client Type Orders Products Incidents Logs Company CRM ERP Warehouse Incidents Web App Document Database Web Services Figure 1 Data Virtualization provides a Data Services layer comprised of canonical business entities exposed for easy consumption Data Virtualization, and how to leverage a SOA implementation

3 When deployed in a SOA environment, Data Virtualization can provide data services to any application through the ESB, which will then work as a consumer of such services. The ESB technology focuses on orchestrating complex business processes, a process-centric technology whereas Data Virtualization is a data-centric solution. Data Virtualization. ESB. The differences. Data Virtualization platforms deliver advanced capabilities to connect, combine and transform data from heterogeneous sources, offering a single point of entry for data access and metadata management. On the other hand, ESB technology has traditionally served as the integration and communication layer between different enterprise systems, providing the infrastructure for connecting applications and data sources and enabling some data transformations as part of a workflow process. Designed to orchestrate services, an ESB can also be used as an integration hub. However, when data combinations and transformations are critical components of a business solution, trying to make them happen within ESB frameworks can be frustrating, since they lack such advanced data management capabilities as those of a Data Virtualization middleware platform. Deployed without Data Virtualization, ESB implementations are far more cumbersome, far more costly and far harder to maintain; what s worse, the performance of the deployed solution will likely be far worse! That said, ESB solutions do indeed bring to the table certain vital functionalities in the area of business process automation and services orchestration things that no Data Virtualization solution attempts to do. As a general guideline, the decision criteria for choosing one technology stack over the other could be described as follows: Prefer a Data Virtualization solution whenever requirements include accessing a variety of different source types, for instance when creating business entity data ( customer, product, site, etc.) dispersed across physical silos in the enterprise. Obviously, in this scenario Data Virtualization outruns ESB approaches either in terms of productivity, performance or governance. Go for an ESB solution when requirements are heavily focused on complex business logic orchestrations and transactional coherence in updating affected sets of systems or services. As things are never easy, there will of course be times, many, when requirements will involve complex workflow orchestrations implicating access to different types of data sources and the subsequent complex combination and transformation. In cases such as these, both technologies can be deployed alongside one another to deliver a comprehensive solution. Data Virtualization, and how to leverage a SOA implementation 3

4 Top 3 in anyone s wish-list of things to improve: PRODUCTIVITY When requirements involve business processes that integrate data from several data sources, Data Virtualization offers several clear and straightforward advantages: It exposes a virtual data model comprised of views over disparate data sources (e.g. a cross-join between a CRM System and a Billing System combining the proper customer and billing information for a Contact Center agent). Though virtual, this data model can be queried from the application layer using a standard SQL language, like any physical database. Using just a workflow tool, the user never sees a unified data model as such, but rather a number of disparate data sources that have to be accessed independently and differently; in addition, all data combination has to be programmed in the workflow engine. Consider something so extensively used as a cross-join. With Data Virtualization out of the picture, it is being programmed manually by the user, after all the data has been collected from all participating data sources. Such functionality is provided out-of-the-box in a Data Virtualization platform, reducing development cycles and increasing the quality, speed and robustness of the final solution. Single point of access to information: an application will only need to query the Data Virtualization platform, rather than having to launch separate threads to query each and individual data source, as would be the case for a BPMS or ESB. Data Virtualization provides advanced, state-of-the-art functions for normalizing content and complex transformations. Multiple join strategies, textual similarity operators, mapping functions and many others reduce development time still further. We increased our productivity while, at the same time, decreasing our time to benefit from weeks to days R-Cable Manuel Doval, CIO The declarative approach taken by Data Virtualization platforms contrasts with the procedural approach of flow tools like ESB frameworks: using a Data Virtualization platform enables all data sources, combinations and normalizations to be managed using down-to-earth metadata and SQL queries, no complex programming needed. This allows applications to execute ad-hoc queries and data combinations without requiring new middleware artifacts for each discrete application need. To illustrate this point, consider the following example. Suppose you have created a view in a Data Virtualization tool which integrates customer profile information from a CRM with each customer s highest priority, currently open support requests (obtained from a Customer Services database). Suppose you also have another view accessing customer order information from the ERP. Two new application developers submit requests for reports: 1. a summary of the clients with the greatest number of current open tickets and. the client orders related to past service incidents over the past two quarters, in order to determine which issues have had the greatest impact on revenue. Using a declarative approach, both requests can take advantage of simple relational techniques (aggregations and joins in this case); the developers will only need to issue SQL statements directly to the DV layer. By contrast, in the case of an ESB, producing these reports would have required development of two whole new processes. Top 3 in anyone s wish-list of things to improve: PERFORMANCE Data Virtualization is specifically designed to deal with data sets and their combinations using relational operations, offering capabilities for achieving optimal performance in complex scenarios that are simply beyond the scope of a traditional ESB, by automatically making use of sophisticated query optimization techniques such as: auto-delegation of queries to high-powered data sources, minimizing network traffic and subsequent middleware workload, Data Virtualization, and how to leverage a SOA implementation

5 asynchronous result delivery, parallel sub-queries execution, nested, nested parallel, hash, merge, and other join strategies, and intelligent caching, which decreases response times and protects operational data stores from additional workload. On the contrary, an ESB can only implement such optimizations in the workflow editor - for instance, properly combining information from different sources, selecting the best possible join strategy, etc.). All this support is provided out-of-the-box in a Data Virtualization platform. Furthermore, effective Data Services layers are equipped to handle far larger volumes of data, relying on secondary storage automatically when needed, swapping partially-constructed datasets to secondary storage after a given memory threshold is reached in middleware. Top 3 in anyone s wish-list of things to improve: GOVERNANCE An effective Data Virtualization platform also provides tools for managing and enhancing Virtual Data Models. Features such as data source schema refresh/resynch, automatic change impact analysis, graphical views of metadata lineage, etc. are not available with typical BPMS platforms and still, they are critical to the timely and correct evolution of virtualized business solutions when modifying and upgrading the data sources they connect to. For example, a slight change in just one of all the data sources may require a complete review of all affected business processes in an ESB scenario, whereas the Data Virtualization tool set includes graphical management tools for determining which changes affect which client applications and will easily propagate those changes only to those business views with a single confirming click of a button. Data Virtualization also offers a refined granular security infrastructure, analogous to that of the relational databases it typically connects to. Authorization privileges on virtual data service elements can be configured for enterprise users and roles, whether it be at database, view, row or column level. Advanced Data Virtualization also supports pass-through credentials, enabling simple reuse of data source policies already in place. ESB architectures do not typically offer such a granular security subsystem and are usually limited to painstakingly configuring authorizations on a workflow-process-by-workflow-process basis. Integrating Data Virtualization with an ESB There will be, as noted above, times when ESB and Data Virtualization technologies enhance each other. The complex combinations and data transformations provided by Data Virtualization often exist within complex business workflows with an ESB being used to implement business logic, fetching clean data from the Data Virtualization layer quickly and easily, as needed. From an architectural perspective the ESB would work on top of the Data Virtualization platform which would publish Data Services into the ESB (see fig. below).at the same time being queried over JDBC from a BI reporting tool. In these cases tight integration between these technology platforms is vital in achieving the business goal quickly and affordably. To this end, high-powered Data Virtualization platforms offer a vast array of access methods, which external clients can use to consume data. Denodo, for example, provides surprising connectivity in numerous formats and standards that can be easily invoked from any BPMS or ESB: relational access via SQL queries using several alternative drivers: JDBC ODBC ADO.NET JMS queue used as the request channel for issuing SQL queries to a Denodo-supplied JMS listener, web services using SOAP, via HTTP or JMS, REST interface providing responses formatted in HTML, JSON or XML. Data Virtualization, and how to leverage a SOA implementation 5

6 As shown in the diagram below, one or many of these access methods can be used simultaneously, enabling many applications to take advantage of shared, common data views directly from the Data Virtualization layer. For example, a particular view could be plugged into the ESB using a SOAP web service as part of a specific business process, while at the same time being queried over JDBC from a BI reporting tool. Service Consumer Apps Apps UI Reports Portal Business Process Orchestration Data Services Enterprise Service Bus Data Virtualization Security Governance Management Service Provider CRM ERP SRM RDBMS Web/ Cloud Files SOA-enabled Apps. Non SOA-enabled Apps. Figure Data Virtualization - ESB ecosystem Customer success story R-Cable is a telecommunications company based in Spain offering quadruple-play services: broadband internet access, television, telephone and mobile phone. Founded in 1999, R-Cable currently leads the market in its territory after only twelve years in operation, with a 58% share and 70,000 customers (3% of which are corporate, 77% residential), over,000 employees and an annual revenue well exceeding $300 million. R-Cable adopted the Denodo Platform as their Data Virtualization solution back in 007, for a self-service customer portal project. Denodo s unique ability to offer a 360-degree view of R-Cable s customers made this project successful, with reduced development times, lower maintenance costs and increased end user satisfaction. Since deployment, R-Cable s use of Denodo has expanded into several areas and currently provides an enterprise-wide Data Services platform being used in all areas of the company, including: a self-service customer service portal, a unified call center desktop application, sales reports, TV listings, data retention, single view of customer information, end user profile information for set-top boxes and many more. Within R-Cable, Denodo lives in an ecosystem where ESB and ETL tools are also present. The three technologies, although with some overlapping areas, cover different use cases and niches for their integration needs. Definitely interesting, even useful, to have a look at the operational costs each of them entails. ESB 50% Integration processes 70% of total operational cost Data Virtualization (Denodo) 35% Integration processes 8% of total operational cost! Data Virtualization, and how to leverage a SOA implementation 6

7 ETL (Oracle) 15% Integration processes % of total operational cost Business Areas Sales & Provisioning Finance & Controlling Customer Services General Admin User Services Used For Business Process Automation (e.g. Provisioning) Application Integration Data Retention Business Intelligence (MicroStrategy) Partner (BB) Integration Services Layer Business Objects App Services Data Services Middleware Technology ESB Data Virtualization ETL Data Sources Provisioning System CRM Billing (Single View) Trouble Ticketing (Remedy) Content (Product Catalog, TV EFG,...) Network Inventory DW Several Web Sources ( Logistics, Web control,...) Figure 3 R-Cable technology stack Conclusions One of the most immediate consequences of the increase in productivity and the improvement in both performance and governance that Data Virtualization will bring to your organization is the drastic reduction in ESB operational costs. Data Virtualization can be used in conjunction with ESB in scenarios that may require the orchestration of complex business workflows, in order to help minimize the development costs the latter technology comes with, while in simpler scenarios the Data Virtualization platform can pay the bill alone. With a technology TCO of 1 million euros, we achieved a yearly cost reduction across all business units of 9 million and ROI in less than three months! Phonehouse David García, Business Change Manager Data Virtualization, and how to leverage a SOA implementation 7

8 DATA VIRTUALIZATION DATA SERVICES WEB INTEGRATION Denodo Technologies is a leader in Data Virtualization the only platform that delivers Information-as-a-Service across disparate structured, Web and unstructured sources. Innovative leaders in every industry use Denodo to dramatically increase flexibility and lower costs of data integration for agile BI and reporting, call center unified desktops, customer portals, Web and SaaS data integration, and enterprise data services. Founded in 1999, Denodo is privately held. Visit info@denodo.com twitter.com/denodo Denodo Technologies 530 Lytton Avenue,Suite 301 Palo Alto, CA 9301, USA Phone (+1) info.us@denodo.com & info.apac@denodo.com Denodo Technologies 17th Floor, Portland House Bressenden Place, London, SW1E 5RS, UK Phone (+) (0) info.emea@denodo.com Denodo Technologies C/ Montalbán, Madrid, Spain Tel. (+3) info.iberia@denodo.com & info.la@denodo.com

Data Virtualization Usage Patterns for Business Intelligence/ Data Warehouse Architectures

Data Virtualization Usage Patterns for Business Intelligence/ Data Warehouse Architectures DATA VIRTUALIZATION Whitepaper Data Virtualization Usage Patterns for / Data Warehouse Architectures www.denodo.com Incidences Address Customer Name Inc_ID Specific_Field Time New Jersey Chevron Corporation

More information

Data Virtualization for Agile Business Intelligence Systems and Virtual MDM. To View This Presentation as a Video Click Here

Data Virtualization for Agile Business Intelligence Systems and Virtual MDM. To View This Presentation as a Video Click Here Data Virtualization for Agile Business Intelligence Systems and Virtual MDM To View This Presentation as a Video Click Here Agenda Data Virtualization New Capabilities New Challenges in Data Integration

More information

Suresh Chandrasekaran, SVP North America and APAC Pablo Alvarez, Sales Engineer Denodo Technologies

Suresh Chandrasekaran, SVP North America and APAC Pablo Alvarez, Sales Engineer Denodo Technologies Suresh Chandrasekaran, SVP North America and APAC Pablo Alvarez, Sales Engineer Denodo Technologies March 9, 2011 Agenda Data Virtualization What Is It? 2011: The Tipping Point Business Needs and Analyst

More information

Denodo Data Virtualization Security Architecture & Protocols

Denodo Data Virtualization Security Architecture & Protocols Denodo Data Virtualization Security Architecture & Protocols XLS Security Architecture & Protocols We include hereinafter a description of the security support in the Denodo Platform. The following diagram

More information

Data Virtualization and ETL. Denodo Technologies Architecture Brief

Data Virtualization and ETL. Denodo Technologies Architecture Brief Data Virtualization and ETL Denodo Technologies Architecture Brief Contents Data Virtualization and ETL... 3 Summary... 3 Data Virtualization... 7 What is Data Virtualization good for?... 8 Applications

More information

Introduction to TIBCO MDM

Introduction to TIBCO MDM Introduction to TIBCO MDM 1 Introduction to TIBCO MDM A COMPREHENSIVE AND UNIFIED SINGLE VERSION OF THE TRUTH TIBCO MDM provides the data governance process required to build and maintain a comprehensive

More information

Decoding the Big Data Deluge a Virtual Approach. Dan Luongo, Global Lead, Field Solution Engineering Data Virtualization Business Unit, Cisco

Decoding the Big Data Deluge a Virtual Approach. Dan Luongo, Global Lead, Field Solution Engineering Data Virtualization Business Unit, Cisco Decoding the Big Data Deluge a Virtual Approach Dan Luongo, Global Lead, Field Solution Engineering Data Virtualization Business Unit, Cisco High-volume, velocity and variety information assets that demand

More information

Pervasive Software + NetSuite = Seamless Cloud Business Processes

Pervasive Software + NetSuite = Seamless Cloud Business Processes Pervasive Software + NetSuite = Seamless Cloud Business Processes Successful integration solution between cloudbased ERP and on-premise applications leveraging Pervasive integration software. Prepared

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies

More information

Multi-Domain Master Data Management. Subhash Ramachandran VP, Product Management

Multi-Domain Master Data Management. Subhash Ramachandran VP, Product Management Multi-Domain Master Data Management Subhash Ramachandran VP, Product Management 8 June 2011 ProcessWorld 2011 2 DONT OPEN THE ENVELOPE! WAIT FOR THE SURPRISE CONTEST! 8 June 2011 ProcessWorld 2011 3 The

More information

MDM and Data Warehousing Complement Each Other

MDM and Data Warehousing Complement Each Other Master Management MDM and Warehousing Complement Each Other Greater business value from both 2011 IBM Corporation Executive Summary Master Management (MDM) and Warehousing (DW) complement each other There

More information

Oracle Data Integrator Technical Overview. An Oracle White Paper Updated December 2006

Oracle Data Integrator Technical Overview. An Oracle White Paper Updated December 2006 Oracle Data Integrator Technical Overview An Oracle White Paper Updated December 2006 Oracle Data Integrator Technical Overview Introduction... 3 E-LT Architecture... 3 Traditional ETL... 3 E-LT... 4 Declarative

More information

E-Business Suite Oracle SOA Suite Integration Options

E-Business Suite Oracle SOA Suite Integration Options Specialized. Recognized. Preferred. The right partner makes all the difference. E-Business Suite Oracle SOA Suite Integration Options By: Abhay Kumar AST Corporation March 17, 2014 Applications Software

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2008 Vol. 7, No. 8, November-December 2008 What s Your Information Agenda? Mahesh H. Dodani,

More information

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

More information

Cisco Tidal Enterprise Scheduler

Cisco Tidal Enterprise Scheduler Cisco Tidal Enterprise Scheduler Introduction to Automated Enterprise Job Scheduling Automated job scheduling is essential to complex data centers, because it helps them operate more efficiently and reliably.

More information

The ESB and Microsoft BI

The ESB and Microsoft BI Business Intelligence The ESB and Microsoft BI The role of the Enterprise Service Bus in Microsoft s BI Framework Gijsbert Gijs in t Veld CTO, BizTalk Server MVP gijs.intveld@motion10.com About motion10

More information

What s New with Informatica Data Services & PowerCenter Data Virtualization Edition

What s New with Informatica Data Services & PowerCenter Data Virtualization Edition 1 What s New with Informatica Data Services & PowerCenter Data Virtualization Edition Kevin Brady, Integration Team Lead Bonneville Power Wei Zheng, Product Management Informatica Ash Parikh, Product Marketing

More information

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007 Business Intelligence and Service Oriented Architectures An Oracle White Paper May 2007 Note: The following is intended to outline our general product direction. It is intended for information purposes

More information

Klarna Tech Talk: Mind the Data! Jeff Pollock InfoSphere Information Integration & Governance

Klarna Tech Talk: Mind the Data! Jeff Pollock InfoSphere Information Integration & Governance Klarna Tech Talk: Mind the Data! Jeff Pollock InfoSphere Information Integration & Governance IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice

More information

WHITE PAPER. Enabling predictive analysis in service oriented BPM solutions.

WHITE PAPER. Enabling predictive analysis in service oriented BPM solutions. WHITE PAPER Enabling predictive analysis in service oriented BPM solutions. Summary Complex Event Processing (CEP) is a real time event analysis, correlation and processing mechanism that fits in seamlessly

More information

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release

More information

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Oracle Data Integrator 11g New Features & OBIEE Integration Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Agenda 01. Overview & The Architecture 02. New Features Productivity,

More information

JBOSS ENTERPRISE SOA PLATFORM AND JBOSS ENTERPRISE DATA SERVICES PLATFORM VALUE PROPOSITION AND DIFFERENTIATION

JBOSS ENTERPRISE SOA PLATFORM AND JBOSS ENTERPRISE DATA SERVICES PLATFORM VALUE PROPOSITION AND DIFFERENTIATION JBOSS ENTERPRISE SOA PLATFORM AND JBOSS ENTERPRISE DATA SERVICES PLATFORM VALUE PROPOSITION AND DIFFERENTIATION Service-oriented architecture (SOA) gives enterprises the ability to identify and respond

More information

www.ducenit.com Analance Data Integration Technical Whitepaper

www.ducenit.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

Databricks. A Primer

Databricks. A Primer Databricks A Primer Who is Databricks? Databricks was founded by the team behind Apache Spark, the most active open source project in the big data ecosystem today. Our mission at Databricks is to dramatically

More information

Databricks. A Primer

Databricks. A Primer Databricks A Primer Who is Databricks? Databricks vision is to empower anyone to easily build and deploy advanced analytics solutions. The company was founded by the team who created Apache Spark, a powerful

More information

Enterprise Enabler and the Microsoft Integration Stack

Enterprise Enabler and the Microsoft Integration Stack Enterprise Enabler and the Microsoft Integration Stack Creating a complete Agile Enterprise Integration Solution with Enterprise Enabler Mike Guillory Director of Technical Development Stone Bond Technologies,

More information

Gradient An EII Solution From Infosys

Gradient An EII Solution From Infosys Gradient An EII Solution From Infosys Keywords: Grid, Enterprise Integration, EII Introduction New arrays of business are emerging that require cross-functional data in near real-time. Examples of such

More information

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ENTERPRISE EDITION OFFERS LEADING PERFORMANCE, IMPROVED PRODUCTIVITY, FLEXIBILITY AND LOWEST TOTAL COST OF OWNERSHIP

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

Enterprise Service Bus Defined. Wikipedia says (07/19/06)

Enterprise Service Bus Defined. Wikipedia says (07/19/06) Enterprise Service Bus Defined CIS Department Professor Duane Truex III Wikipedia says (07/19/06) In computing, an enterprise service bus refers to a software architecture construct, implemented by technologies

More information

The Information Revolution for the Enterprise

The Information Revolution for the Enterprise Click Jon Butts to add IBM text Software Group Integration Manufacturing Industry jon.butts@uk.ibm.com The Information Revolution for the Enterprise 2013 IBM Corporation Disclaimer IBM s statements regarding

More information

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing SAP Sybase Replication Server What s New in 15.7.1 SP100 Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing Agenda SAP Sybase Replication Server Overview Replication

More information

RS MDM. Integration Guide. Riversand

RS MDM. Integration Guide. Riversand RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.

More information

Integration Maturity Model Capability #1: Connectivity How improving integration supplies greater agility, cost savings, and revenue opportunity

Integration Maturity Model Capability #1: Connectivity How improving integration supplies greater agility, cost savings, and revenue opportunity Integration Maturity Model Capability #1: Connectivity How improving integration supplies greater agility, cost savings, and revenue opportunity TAKE THE INTEGRATION MATURITY SELFASSESSMENT The TIBCO Integration

More information

ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE

ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE KEY FEATURES AND BENEFITS (E-LT architecture delivers highest performance. Integrated metadata for alignment between Business Intelligence

More information

Attunity Integration Suite

Attunity Integration Suite Attunity Integration Suite A White Paper February 2009 1 of 17 Attunity Integration Suite Attunity Ltd. follows a policy of continuous development and reserves the right to alter, without prior notice,

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS PRODUCT FACTS & FEATURES KEY FEATURES Comprehensive, best-of-breed capabilities 100 percent thin client interface Intelligence across multiple

More information

SERVICE ORIENTED ARCHITECTURE

SERVICE ORIENTED ARCHITECTURE SERVICE ORIENTED ARCHITECTURE Introduction SOA provides an enterprise architecture that supports building connected enterprise applications to provide solutions to business problems. SOA facilitates the

More information

Improve business agility with WebSphere Message Broker

Improve business agility with WebSphere Message Broker Improve business agility with Message Broker Enhance flexibility and connectivity while controlling costs and increasing customer satisfaction Highlights Leverage business insight by dynamically enriching

More information

What You Need to Know About Transitioning to SOA

What You Need to Know About Transitioning to SOA What You Need to Know About Transitioning to SOA written by: David A. Kelly, ebizq Analyst What You Need to Know About Transitioning to SOA Organizations are increasingly turning to service-oriented architectures

More information

Business Process Management Tampereen Teknillinen Yliopisto

Business Process Management Tampereen Teknillinen Yliopisto Business Process Management Tampereen Teknillinen Yliopisto 31.10.2007 Kimmo Kaskikallio IT Architect IBM Software Group IBM SOA 25.10.2007 Kimmo Kaskikallio IT Architect IBM Software Group Service Oriented

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

Presentation Outline. Key Business Imperatives Service Oriented Architecture Defined Oracle SOA Platform 10.1.3 SOA Maturity/Adoption Model Demo Q&A

Presentation Outline. Key Business Imperatives Service Oriented Architecture Defined Oracle SOA Platform 10.1.3 SOA Maturity/Adoption Model Demo Q&A Presentation Outline Key Business Imperatives Service Oriented Architecture Defined Oracle SOA Platform 10.1.3 SOA Maturity/Adoption Model Demo Q&A Key Business Imperatives Increased Competition Requires

More information

www.sryas.com Analance Data Integration Technical Whitepaper

www.sryas.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

Service Oriented Data Management

Service Oriented Data Management Service Oriented Management Nabin Bilas Integration Architect Integration & SOA: Agenda Integration Overview 5 Reasons Why Is Critical to SOA Oracle Integration Solution Integration

More information

IT FUSION CONFERENCE. Build a Better Foundation for Business

IT FUSION CONFERENCE. Build a Better Foundation for Business IT FUSION CONFERENCE Build a Better Foundation for Business The Oracle Business Intelligence Foundation: Technology for Pervasive Intelligence Kyungtae kim Today s BI Track Agenda

More information

Transtream Plug & Play ecommerce Shipping

Transtream Plug & Play ecommerce Shipping WHITE PAPER 2015 Transtream Plug & Play ecommerce Shipping 1 Executive Summary Notwithstanding middleware vendors claims to the contrary, there is no getting around it: systems integration is hard. And

More information

perspective Microservices A New Application Paradigm Abstract

perspective Microservices A New Application Paradigm Abstract perspective Microservices A New Application Paradigm Abstract Microservices Architecture is introducing the concept of developing functionality as a number of small self-contained services. This paper

More information

Category: Business Process and Integration Solution for Small Business and the Enterprise

Category: Business Process and Integration Solution for Small Business and the Enterprise Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference

More information

EII - ETL - EAI What, Why, and How!

EII - ETL - EAI What, Why, and How! IBM Software Group EII - ETL - EAI What, Why, and How! Tom Wu 巫 介 唐, wuct@tw.ibm.com Information Integrator Advocate Software Group IBM Taiwan 2005 IBM Corporation Agenda Data Integration Challenges and

More information

A Perspective on the Benefits of Data Virtualization Technology

A Perspective on the Benefits of Data Virtualization Technology 110 Informatica Economică vol. 15, no. 4/2011 A Perspective on the Benefits of Data Virtualization Technology Ana-Ramona BOLOGA, Razvan BOLOGA Academy of Economic Studies, Bucharest, Romania ramona.bologa@ie.ase.ro,

More information

Four Clues Your Organization Suffers from Inefficient Integration, ERP Integration Part 1

Four Clues Your Organization Suffers from Inefficient Integration, ERP Integration Part 1 Four Clues Your Organization Suffers from Inefficient Integration, ERP Integration Part 1 WHY ADOPT NEW ENTERPRISE APPLICATIONS? Depending on your legacy, industry, and strategy, you have different reasons

More information

Service Mediation. The Role of an Enterprise Service Bus in an SOA

Service Mediation. The Role of an Enterprise Service Bus in an SOA Service Mediation The Role of an Enterprise Service Bus in an SOA 2 TABLE OF CONTENTS 1 The Road to Web Services and ESBs...4 2 Enterprise-Class Requirements for an ESB...5 3 Additional Evaluation Criteria...7

More information

Business Process Management In An Application Development Environment

Business Process Management In An Application Development Environment Business Process Management In An Application Development Environment Overview Today, many core business processes are embedded within applications, such that it s no longer possible to make changes to

More information

An Oracle White Paper October 2013. Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus

An Oracle White Paper October 2013. Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus An Oracle White Paper October 2013 Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus Table of Contents Introduction...

More information

SAP NetWeaver & Enterprise Services Architecture

SAP NetWeaver & Enterprise Services Architecture SAP NetWeaver & Enterprise Services Architecture Market Strategy, Technology Denis Rousseau SAP NetWeaver and... Enterprise Services Architecture! Business Drives Technology! Enterprise Services Architecture!

More information

Business Intelligence in Oracle Fusion Applications

Business Intelligence in Oracle Fusion Applications Business Intelligence in Oracle Fusion Applications Brahmaiah Yepuri Kumar Paloji Poorna Rekha Copyright 2012. Apps Associates LLC. 1 Agenda Overview Evolution of BI Features and Benefits of BI in Fusion

More information

Table of Contents. 1 Executive Summary... 2 2. SOA Overview... 3 2.1 Technology... 4 2.2 Processes and Governance... 8

Table of Contents. 1 Executive Summary... 2 2. SOA Overview... 3 2.1 Technology... 4 2.2 Processes and Governance... 8 Table of Contents 1 Executive Summary... 2 2. SOA Overview... 3 2.1 Technology... 4 2.2 Processes and Governance... 8 3 SOA in Verizon The IT Workbench Platform... 10 3.1 Technology... 10 3.2 Processes

More information

SOA and Web Services. Larry Kramer Principal Applied Technologist June 9, 2006. A PeopleTools and Fusion perspective

SOA and Web Services. Larry Kramer Principal Applied Technologist June 9, 2006. A PeopleTools and Fusion perspective "This presentation is for informational purposes only and may not be incorporated into a contract or agreement." SOA and Web Services A PeopleTools and Fusion perspective Larry Kramer Principal Applied

More information

Understanding and Selecting Integration Approaches

Understanding and Selecting Integration Approaches Understanding and Selecting Integration Approaches David McGoveran Alternative Technologies 6221A Graham Hill Road, Suite 8001 Felton, California, 95018 Website: Email: mcgoveran@alternativetech.com Telephone:

More information

Oracle Business Activity Monitoring 11g New Features

Oracle Business Activity Monitoring 11g New Features Oracle Business Activity Monitoring 11g New Features Gert Schüßler Principal Sales Consultant Oracle Deutschland GmbH Agenda Overview Architecture Enterprise Integration Framework

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION Oracle Data Integrator Enterprise Edition 12c delivers high-performance data movement and transformation among enterprise platforms with its open and integrated

More information

Magic Quadrant for Intelligent Business Process Management Suites

Magic Quadrant for Intelligent Business Process Management Suites Magic Quadrant for Intelligent Business Process Management Suites 17 March 2014 ID:G00255421 Analyst(s): Teresa Jones, W. Roy Schulte, Michele Cantara VIEW SUMMARY This ibpms Magic Quadrant positions 14

More information

Integration using IBM Solutions

Integration using IBM Solutions With special reference to integration with SAP XI Email: keithprabhu@hotmail.com Table of contents Integration using IBM Solutions Executive Summary...3 1. Introduction...4 2. IBM Business Integration

More information

Ultimus Adaptive BPM Suite V8

Ultimus Adaptive BPM Suite V8 Ultimus Adaptive BPM Suite V8 ENTERPRISE BUSINESS PROCESS MANAGEMENT SOFTWARE PLATFORM 2 PRODUCT OVERVIEW The Ultimus Adaptive BPM Suite is a complete, enterprise software application designed to create

More information

EAI vs. ETL: Drawing Boundaries for Data Integration

EAI vs. ETL: Drawing Boundaries for Data Integration A P P L I C A T I O N S A W h i t e P a p e r S e r i e s EAI and ETL technology have strengths and weaknesses alike. There are clear boundaries around the types of application integration projects most

More information

SOLUTION BRIEF CA ERwin Modeling. How can I understand, manage and govern complex data assets and improve business agility?

SOLUTION BRIEF CA ERwin Modeling. How can I understand, manage and govern complex data assets and improve business agility? SOLUTION BRIEF CA ERwin Modeling How can I understand, manage and govern complex data assets and improve business agility? SOLUTION BRIEF CA DATABASE MANAGEMENT FOR DB2 FOR z/os DRAFT CA ERwin Modeling

More information

The Future of Data Management

The Future of Data Management The Future of Data Management with Hadoop and the Enterprise Data Hub Amr Awadallah (@awadallah) Cofounder and CTO Cloudera Snapshot Founded 2008, by former employees of Employees Today ~ 800 World Class

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

More information

Jitterbit Technical Overview : Microsoft Dynamics CRM

Jitterbit Technical Overview : Microsoft Dynamics CRM Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

JBoss Data Services. Enabling Data as a Service with. Gnanaguru Sattanathan Twitter:@gnanagurus Website: bushorn.com

JBoss Data Services. Enabling Data as a Service with. Gnanaguru Sattanathan Twitter:@gnanagurus Website: bushorn.com 1 Enabling Data as a Service with JBoss Data Services Prajod Vettiyattil Twitter: @prajods Gnanaguru Sattanathan Twitter:@gnanagurus Website: bushorn.com 2 What this session is about v The why and what

More information

Next Generation Business Performance Management Solution

Next Generation Business Performance Management Solution Next Generation Business Performance Management Solution Why Existing Business Intelligence (BI) Products are Inadequate Changing Business Environment In the face of increased competition, complex customer

More information

HEAT Service Management Platform. White Paper

HEAT Service Management Platform. White Paper HEAT Service Management Platform White Paper Table of Contents HEAT Service Management Platform... 3 Introduction... 3 HEAT Solution Difference... 3 HEAT Service Management Benefits... 4 Platform Design

More information

Data Virtualization. Paul Moxon Denodo Technologies. Alberta Data Architecture Community January 22 nd, 2014. 2014 Denodo Technologies

Data Virtualization. Paul Moxon Denodo Technologies. Alberta Data Architecture Community January 22 nd, 2014. 2014 Denodo Technologies Data Virtualization Paul Moxon Denodo Technologies Alberta Data Architecture Community January 22 nd, 2014 The Changing Speed of Business 100 25 35 45 55 65 75 85 95 Gartner The Nexus of Forces Today s

More information

Informatica PowerCenter Data Virtualization Edition

Informatica PowerCenter Data Virtualization Edition Data Sheet Informatica PowerCenter Data Virtualization Edition Benefits Rapidly deliver new critical data and reports across applications and warehouses Access, merge, profile, transform, cleanse data

More information

Infosys GRADIENT. Enabling Enterprise Data Virtualization. Keywords. Grid, Enterprise Data Integration, EII Introduction

Infosys GRADIENT. Enabling Enterprise Data Virtualization. Keywords. Grid, Enterprise Data Integration, EII Introduction Infosys GRADIENT Enabling Enterprise Data Virtualization Keywords Grid, Enterprise Data Integration, EII Introduction A new generation of business applications is emerging to support customer service,

More information

SOA REFERENCE ARCHITECTURE: SERVICE TIER

SOA REFERENCE ARCHITECTURE: SERVICE TIER SOA REFERENCE ARCHITECTURE: SERVICE TIER SOA Blueprint A structured blog by Yogish Pai Service Tier The service tier is the primary enabler of the SOA and includes the components described in this section.

More information

RED HAT AND HORTONWORKS: OPEN MODERN DATA ARCHITECTURE FOR THE ENTERPRISE

RED HAT AND HORTONWORKS: OPEN MODERN DATA ARCHITECTURE FOR THE ENTERPRISE WHITEPAPER RED HAT AND HORTONWORKS: OPEN MODERN DATA ARCHITECTURE FOR THE ENTERPRISE A Hortonworks and Red Hat whitepaper INTRODUCTION WHAT IS HADOOP? Apache Hadoop is an opensource technology born out

More information

Integrating GIS within the Enterprise Options, Considerations and Experiences

Integrating GIS within the Enterprise Options, Considerations and Experiences Integrating GIS within the Enterprise Options, Considerations and Experiences Enterprise GIS Track Enrique Yaptenco Carsten Piepel Bruce Rowland Mark Causley Agenda Business Drivers and Requirements Key

More information

Extending the Benefits of SOA beyond the Enterprise

Extending the Benefits of SOA beyond the Enterprise Extending the Benefits of SOA beyond the Enterprise 2 TABLE OF CONTENTS 1 SOA The Right Approach for Application Integration...3 2 SOA outside the Firewall: An Opportunity to Improve Collaboration...4

More information

SOA Planning Guide. 2015 The Value Enablement Group, LLC. All rights reserved.

SOA Planning Guide. 2015 The Value Enablement Group, LLC. All rights reserved. SOA Planning Guide 1 Agenda q SOA Introduction q SOA Benefits q SOA Principles q SOA Framework q Governance q Measurement q Tools q Strategic (long term) View 2 Introduction to SOA q Service-oriented architecture

More information

Business Transformation for Application Providers

Business Transformation for Application Providers E SB DE CIS IO N GUID E Business Transformation for Application Providers 10 Questions to Ask Before Selecting an Enterprise Service Bus 10 Questions to Ask Before Selecting an Enterprise Service Bus InterSystems

More information

Ce document a été téléchargé depuis le site de Precilog. - Services de test SOA, - Intégration de solutions de test.

Ce document a été téléchargé depuis le site de Precilog. - Services de test SOA, - Intégration de solutions de test. Ce document a été téléchargé depuis le site de Precilog. - Services de test SOA, - Intégration de solutions de test. 01 39 20 13 55 info@precilog.com www.precilog.com End to End Process Testing & Validation:

More information

CIOSPOTLIGHT. Business Intelligence. Fulfilling the Promise of

CIOSPOTLIGHT. Business Intelligence. Fulfilling the Promise of CIOSPOTLIGHT AUGUST 15 VOLUME 1, NUMBER 2 BUSINESS INTELLIGENCE Fulfilling the Promise of Business Intelligence The Challenge: Overcoming IT Complexity Cognos 8 Business Intelligence: BI on a Whole New

More information

Implementing efficient system i data integration within your SOA. The Right Time for Real-Time

Implementing efficient system i data integration within your SOA. The Right Time for Real-Time Implementing efficient system i data integration within your SOA The Right Time for Real-Time Do your operations run 24 hours a day? What happens in case of a disaster? Are you under pressure to protect

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES Out-of-box integration with databases, ERPs, CRMs, B2B systems, flat files, XML data, LDAP, JDBC, ODBC Knowledge

More information

WebSphere Integration Solutions. IBM Day Minsk 2014. Anton Litvinov WebSphere Connectivity Professional Central Eastern Europe

WebSphere Integration Solutions. IBM Day Minsk 2014. Anton Litvinov WebSphere Connectivity Professional Central Eastern Europe WebSphere Integration Solutions IBM Day Minsk 2014 Ann Litvinov WebSphere Connectivity Professional Central Eastern Europe 1 Agenda 1 Understand vision for ESB capabilities 2 Understand DataPower Basics

More information

The Way to SOA Concept, Architectural Components and Organization

The Way to SOA Concept, Architectural Components and Organization The Way to SOA Concept, Architectural Components and Organization Eric Scholz Director Product Management Software AG Seite 1 Goals of business and IT Business Goals Increase business agility Support new

More information

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario Oracle Service Bus Situation A service oriented architecture must be flexible for changing interfaces, transport protocols and server locations - service clients have to be decoupled from their implementation.

More information

Integrating Siebel CRM 8 with Oracle Applications

Integrating Siebel CRM 8 with Oracle Applications Integrating Siebel CRM 8 with Oracle Applications Agenda Corporate Overview Siebel 8.0 New Features Siebel Integration Approaches Integration with Oracle Applications Option 1 Option 2 Pros and Cons Evaluation

More information

The Impact of PaaS on Business Transformation

The Impact of PaaS on Business Transformation The Impact of PaaS on Business Transformation September 2014 Chris McCarthy Sr. Vice President Information Technology 1 Legacy Technology Silos Opportunities Business units Infrastructure Provisioning

More information

BIG DATA: FROM HYPE TO REALITY. Leandro Ruiz Presales Partner for C&LA Teradata

BIG DATA: FROM HYPE TO REALITY. Leandro Ruiz Presales Partner for C&LA Teradata BIG DATA: FROM HYPE TO REALITY Leandro Ruiz Presales Partner for C&LA Teradata Evolution in The Use of Information Action s ACTIVATING MAKE it happen! Insights OPERATIONALIZING WHAT IS happening now? PREDICTING

More information

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Menachem Brouk, Regional Director - EMEA Agenda» Attunity update» Solutions for : 1. Big Data Analytics 2. Live Reporting

More information