An Introduction to Data Virtualization as a Tool for Application Development

Similar documents
ENZO UNIFIED SOLVES THE CHALLENGES OF REAL-TIME DATA INTEGRATION

Enterprise Resource Planning Analysis of Business Intelligence & Emergence of Mining Objects

ENZO UNIFIED SOLVES THE CHALLENGES OF OUT-OF-BAND SQL SERVER PROCESSING

OWB Users, Enter The New ODI World

Sage ERP I White Paper. An ERP Guide to Driving Efficiency

Donna G. Rose, CRM Global Records Manager Apache Corp May 6, 2010

Data Virtualization and ETL. Denodo Technologies Architecture Brief

Sage ERP X3 I Data Sheet. Streamlining Business Processes in Real Life

Improve Your Energy Data Infrastructure:

Migrating Lotus Notes Applications to Google Apps

Pronto Connect Preparing for a more connected future. White Paper

Innovate and Grow: SAP and Teradata

Implementing Topic Maps 4 Crucial Steps to Successful Enterprise Knowledge Management. Executive Summary

Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led

Datalogix. Using IBM Netezza data warehouse appliances to drive online sales with offline data. Overview. IBM Software Information Management

C a p a b i l i t i e s

Power Tools for Pivotal Tracker

BIG DATA ANALYTICS REFERENCE ARCHITECTURES AND CASE STUDIES


Five Reasons Why Companies Move from JDEdwards to Microsoft Dynamics AX

How CFOs and their teams are supercharging financial reporting

Data Modeling for Big Data

MOBILE MICROAPPS. The shortest path to enterprise mobility

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

White Paper November Technical Comparison of Perspectium Replicator vs Traditional Enterprise Service Buses

Data Discovery, Analytics, and the Enterprise Data Hub

ASAP, Inc W. Washington Bl. Los Angeles, CA

Buying vs. Building Business Analytics. A decision resource for technology and product teams

WHITEPAPER. Why Dependency Mapping is Critical for the Modern Data Center

Enable BI, Reporting, and ETL Integration with Your App

Invoice Magic: Business Intelligence Telecommunications Expense Management Solution

FileNet and SharePoint Better Together. Tom Moen Channel Development Manager

FROM DATA STORE TO DATA SERVICES - DEVELOPING SCALABLE DATA ARCHITECTURE AT SURS. Summary

How To Retire A Legacy System From Healthcare With A Flatirons Eas Application Retirement Solution

ITIL V3: Making Business Services Serve the Business

IBM Cloud: Platform-as-a-Service

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

CDW Technology Services

BUILD A FEARLESS SALES FORCE. CPQ Guide. CPQ Readiness check list Key questions to ask CPQ vendors CPQ implementation guide.

What to Look for When Selecting a Master Data Management Solution

ACCELERATE INTERNATIONAL EXPANSION WITH ERP. Building a Cost-Effective Foundation to Enable Growth

Ganzheitliches Datenmanagement

CA Repository for z/os r7.2

How your business can successfully monetize API enablement. An illustrative case study

E-signatures and sales: How IT can enable the business to close deals faster

21st Century Tax Systems: COTS or Service Oriented Architectures. August 3, 2009

ITIL, the CMS, and You BEST PRACTICES WHITE PAPER

5 WAYS STRUCTURED ARCHIVING DELIVERS ENTERPRISE ADVANTAGE

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

Introduction to TIBCO MDM

Integrating IBM Cognos TM1 with Oracle General Ledger

Keep it Simple... 7 Transformation-based Development (2013 and Beyond)...7 Less Customization and More Innovation...8 Time to Market...

TIRED OF TYPING? ACCELERATE YOUR BUSINESS WITH: AUTOMATED DATA ENTRY PURCHASE APPROVAL WORKFLOW DIGITAL DOCUMENT ARCHIVE DOCUMENT CAPTURE

Healthcare, transportation,

A Tipping Point for Automation in the Data Warehouse.

bigtincan Forms TM Solution Brief

ElegantJ BI. White Paper. Making the Choice: Commercial Open Source (COS) vs. Proprietary Business Intelligence (BI)

Is ETL Becoming Obsolete?

Evaluation of Xamarin Forms for MultiPlatform Mobile Application Development

Ontario Ombudsman. Goals

ROI CASE STUDY SALESFORCE.COM WEALTH MANAGEMENT FIRM

Top Five Myths of Screen Scraping

THE NATIONAL ACADEMY OF SCIENCES CRAFTER WCM STREAMLINES OPERATIONS WHILE EXPANDING BUSINESS USER FLEXIBILITY

Services Professional Services for DNA

JOURNAL OF OBJECT TECHNOLOGY

Introduction to Zetadocs for NAV

The Vital Asset for Today s Government

Getting Started & Successful with Big Data

Composite Software Data Virtualization Five Steps to More Effective Data Governance

Contents. Introduction... 1

ILM et Archivage Les solutions IBM

Laserfiche for Federal Government MEET YOUR AGENCY S MISSION

Compiere Technical Architecture Modern, configurable, extendible

Deploying & Maintaining Affordable In House CRM Software

Digital Business Platform for SAP

Data Integration Checklist

How to Run a Successful Big Data POC in 6 Weeks

Integrate CRM and ERP for Better Intelligence

Creating an Enterprise Reporting Bus with SAP BusinessObjects

SAP BusinessObjects (BI) 4.1 on SAP HANA Piepaolo Vezzosi, SAP Product Strategy. Orange County Convention Center Orlando, Florida June 3-5, 2014

Overview and Frequently Asked Questions

DataDirect Cloud Overview. Laurent KIEFFER Solution Consultant January 2014

The Modern Data Warehouse: Agile, Automated, Adaptive

Chapter 5. Learning Objectives. DW Development and ETL

Oracle Daily Business Intelligence. PDF created with pdffactory trial version

Microsoft Dynamics NAV

3 keys to effective service availability management. Visibility. Proactivity. Collaboration.

SAS Drug Development Integration & PheedIt

Lambda Architecture. Near Real-Time Big Data Analytics Using Hadoop. January Website:

Day 1 - Technology Introduction & Digital Asset Management

Reporting trends and pain points of current and new customers IBM Corporation

Embracing Microsoft Vista for Enhanced Network Security

Elements of a Successful Enterprise Application Integration

Software as a Service Business Model (Introducing SOA and Web Service)

MDM and Data Warehousing Complement Each Other

Dell Desktop Virtualization Solutions DVS Enterprise

OpenText Output Transformation Server

A Guide to Hybrid Cloud An inside-out approach for extending your data center to the cloud

Cloud? Should. My Business Be in the. What you need to know about cloud-based computing for your business. By Bill Natalie

Transcription:

An Introduction to Data Virtualization as a Tool for Application Development Accur8 Software 73 Main St. Suite 7, Brattleboro, VT 05301 accur8software.com

INTRODUCTION When a developer or team of developers builds a software application an essential issue they grapple with is how the application will access various data sources (databases or web services) it will need to operate. Data virtualization is an elegant new technological approach that offers a powerful way to address this issue. THE ESSENCE OF DATA VIRTUALIZATION As they say a picture is worth a thousand words so presented below is an image of how data virtualization works. Relational DB NoSQL DB Data Warehouse ERP Data from Apps, Servers, Etc. Web Services 3 rd Party Data 01

What this graph is showing is the fundamental principle of data virtualization. The data required from the various data sources is abstracted to one virtual data layer. This virtual data layer effectively becomes a single virtual database for applications to draw data from. Some of the attributes of data virtualization are as follows: Selected heterogeneous data sources can be easily combined into one virtual data layer and can be accessed via queries or web services Selected data can be modeled and a virtual data layer created in days There is no need to replicate or move data from its source system The virtual data layer integrates smoothly with existing front end development approaches and tooling With data virtualization, a front end developer can build an application while only needing to integrate with the virtual data layer. This is distinct from traditional architectural approaches where special plumbing (code weaving through layers of middleware) is built to connect an application to each of its data sources. This approach works, but requires more time coding and greatly increases the complexity of back end integration especially as an application grows and scales. For example, consider an application that draws data from a dozen different sources. If a single change to the application is needed, then there may be required modifications on each of the twelve unique sets of wiring that join the application to its data sources. This consumes developer time, as considerations about multiple layers of middleware integration (security, auditing, monitoring, business logic, etc) have to be taken into account. The probability of bugs and coding mistakes goes exponential. An application can become brittle as even small changes can cause it to break, requiring debugging to get it working again. 03

THE MECHANICS OF DATA VIRTUALIZATION (can be ignored if you are not technical) FRONT END MIDDLEWARE BACK END INTERNAL WEB DESKTOP APPLICATION MOBILE APP SERVER (API) RAW QUERY Security Audit Database Access ACCUR8 QUERY ENGINE Business Logic Monitoring Other TRANSFORMED QUERY Inventory Accounting Data Warehouse EXTERNAL Web Service SAS Google Apps Metadata Monitory The first step in Accur8 s approach to data virtualization is to model the data sources to a data repository. The location of tables, the type of joins, security and other key bits of information are mapped from each of the selected data sources to a metadata repository (essentially a warehouse that stores important knowledge about a company s data). The resultant metadata repository contains a detailed map on how to locate all of the data that underlie the virtual data layer. From here, Accur8 s query engine can now come into play. A front end query for specific data is passed to our query engine that, in real time, augments it with information pulled from the data repository. This creates a transformed query that can retrieve data securely from the required back end data sources. The query engine also has the capability to stitch data retrieved from multiple data sources back into a single result set, which constitutes a working form for front end users. Our easy to use query language drives the query engine. The end result is a front end developer can integrate their application to our virtual data layer and win easy access to all of the required disparate data sources without needing to deal with typical back end issues such as security, auditing, monitoring, etc. 04

THE NEED FOR DATA VIRTUALIZATION (ie Benefits) Applications can be built significantly quicker and less costly than traditional approaches. These savings can be enormous for applications integrating many data sources Data virtualization creates an agile/flexible development environment as modifications and new features can be implemented quickly, bypassing the complexity of back end systems. This means a developer can easily iterate an application with stakeholders to quickly hone in on the final UX/UI A virtual data layer that incorporates multiple data sources can be built in days allowing front end developers to focus on the UX/UI almost immediately It is very easy to integrate additional data sources (internal/external) to an application as needed in the future Front end developers become much more productive and fewer back end developer resources are needed to build an application Applications can be easily built on top of legacy data It greatly increases the probability of a developer or development team building an application on time and on budget USE CASE Accur8 s data virtualization toolset, Integr8, was used for a security application at a major European airport. The application involved a network of hardware devices, from multiple vendors, located throughout the airport that would scan cargo entering the country and identify hazardous materials. Accur8 used Integr8 to build a virtual data layer that integrated all of the data generated from each hardware device in only a few days. This included data such as PDFs, images, videos, license plate captures, etc. This virtual data layer contained all of the data scanned from all of the devices and became the cornerstone for the application s analytics and reporting, complete with security and auditing, and permitted rapid development of a highly responsive front end user interface. 05

Accur8 Software Accur8 Software changes the game for application developers with tools and technology that enable companies of all sizes to easily and affordably leverage the benefits of data virtualization. Our Integr8 toolset, powered by our unique data virtualization technology, opens up new possibilities in application development. By enabling developers to bypass the complexity of back end (and often legacy) systems integration they are able to build applications in a fraction of the time and cost of traditional methodologies. For companies which may be resource-challenged or overloaded with user demands, we offer custom application development services. Our team of expert developers will build applications to the client s specifications using our Integr8 toolset. Emerging companies developing software or services for data intensive applications use the Integr8 toolset to accelerate their speed-to-market and maintain a competitive edge. Whether building software for internal or commercial applications, or using Accur8 Software's services, the result is a streamlined development process, less burden on the development staff, greater flexibility for the end user and high performance applications which offer real value to the business. For more information please visit our website at www.accur8software.com or send an email to info@accur8software.com 06