Data Mining Governance for Service Oriented Architecture
|
|
|
- Corey Malone
- 9 years ago
- Views:
Transcription
1 Data Mining Governance for Service Oriented Architecture Ali Beklen Software Group IBM Turkey Istanbul, TURKEY Turgay Tugay Bilgin Dept. of Computer Engineering Maltepe University Istanbul, TURKEY Abstract The aim of this study is to propose a platform called Data Mining Registry, Repository and Statistics (DMRRS). The concept of this platform is to govern the data mining algorithm which needs to be integrated to service oriented architecture and to be used in the cloud analytics environment. The focus is on the notion of a reference architecture for DMRRS, XML schema-based algorithm definition data models and data mining algorithm life cycles. Keywords -service oriented architecture; soa governance; data mining. I. INTRODUCTION In recent years, data mining has attracted a great deal of attention in the information industry, as well as in society as a whole. This is due to the wide availability of huge amounts of data and the imminent need for converting such data into useful information and knowledge [1]. The information and knowledge gained can be used for applications ranging from market analysis, fraud detection, and customer retention, to production control and science exploration [1]. Data mining can be viewed as a result of the natural evolution of information technology [1]. Present day data can no longer be labelled as simple [2]. As data in various domains becomes more heterogeneous, complex and peculiar, more intelligent techniques are required to mine it and to extract useful knowledge from it [2]. Data mining is a compilation of techniques, methods and algorithms utilized in order to extract knowledge hidden amongst huge amounts of data. It is, therefore, much more than a list of statistical formulas applied to a collection of data [2]. According to current trends, cloud computing and service oriented architecture are emerging as complex applications of the implementation and presentation type. Regarding data mining, there are many topics that need to be researched to adopt data mining algorithms with cloud computing and service oriented architecture. In order to implement the data mining algorithm as a service, many interface options are available, for example web service. In order to administer the services, service registry and repository are necessary to define and manage the interfaces. Although the services could be organized in a service registry and repository, this does not allow developers or architects to manage and define the algorithm itself. Management of the data mining algorithm necessitates a governance lifecycle. This lifecycle must allow information architects to test the maturity level of the algorithm in terms of performance and resource consumption. On the other hand, long running algorithms need to be monitored to predict the duration of further mining requests. The aim of this study is to build a reference approach to adopt data mining algorithms to service oriented architecture (SOA) in a governed way to address the above issues. In order to implement the reference approach, data mining governance life cycle, the architecture of Data Mining Registry, Repository and Statistics (DMRRS) implementation and a sample algorithm definition schema have been developed. II. RELATED WORK There have been many studies published with the aim of adopting data mining to service oriented architecture. Chen et al. proposed service rating for data mining to improve information sharing [3]. Xu et al. proposed a service based architecture for data mining applications, including configuration service, service engine, monitor service, analysis service, visualization service, computing service and data and algorithm provision service [4]. Tsai et al. proposed a Dynamic Data Mining Process (DDMP) system based on Service-Oriented Architecture (SOA), which enables each activity in the data mining process to be promotable as a web service operated on the Internet, providing data preprocessing, data mining algorithm, and visualization analysis functions [5]. The Data Mining Registry, Repository and Statistics concept proposed in this paper however, is about data mining governance which is very important in terms of algorithm definition, life cycle management, runtime analysis reporting, and managing long and short running processes related to governed algorithms. III. GOVERNANCE Governance is the process of making correct and appropriate decisions on behalf of the stakeholders of those decisions or choices. In its corporate application, governance is the process of ensuring that the best interests of a company's or organization's stakeholders are met through all corporate decisions, from strategy through to execution. In 121
2 an IT framework, governance focuses on appropriate oversight and stakeholder representation for IT spending and overall IT management [6]. SOA governance is the creation, communication, enforcement, and adaptation of policies used to direct and control the creation and implementation of the life cycle of services. It is a run-time and design-time administrative capability that no organization should be without [7]. In this research, we are proposing data mining governance as a new governance type to define the life cycle of data mining algorithms, which requires management and monitoring in a service oriented accessible repository. IV. DATA MINING GOVERNANCE LIFECYCLE In order to manage the life cycle of data mining algorithms and to integrate with service oriented architecture, defined policies and life cycle stages are necessary. In this study, a candidate reference life cycle is proposed. This life cycle consists of the following stages: 1. Define the purpose and development of algorithm. 2. Define the algorithm metadata and communication interface to make it discoverable 3. Test the maturity level with a pre-defined training data set 4. Deploy the algorithm 5. Monitor the algorithm runtime environment 6. Collect the feedback from the runtime environment Figure 1 shows the life cycle. Figure 1. Data Mining Governance Life Cycle The SOA governance addresses administration of the service life cycle. However, if the project needs to expose the data mining algorithms as a service, several problems may occur, such as: Atomic web services are not suitable for long running transactions, and data mining algorithms need to be managed and monitored as long running. SOA governance defines service and its life cycle but data mining algorithm does not fall within this scope. The most important stage of the proposed life cycle is testing the maturity level of data mining algorithm. This stage guarantees the algorithm quality, in terms of algorithm duration, hardware resource consumption and mining result. For example, if the data mining algorithm owner would like to publish the algorithm, this step forces it to compare the algorithm with the best performing similar ones by using the same training data set. If it performs at least the mature ones this lifecycle stage allows him/her to move forward in the lifecycle. On the other hand, provision of the data mining capabilities of the project as a service necessitates that it be discoverable by another system in the SOA. In order to mitigate with data mining governance requirements and to operate the life cycle, we propose the data mining registry, repository and statistics concept. V. DATA MINING REGISTRY, REPOSITORY AND STATISTICS The SOA service registry and repository is the service repository used for storing, accessing, and managing metadata used in the reuse, selection, invocation, management, and governance of SOA services in SOA architecture. It helps to define a central point for accessing predefined and custom service description artefacts acquired from a number of sources, including service and service application deployments, development tools, and other service metadata repositories. Interfaces are provided for finding, retrieving, and advertising services using classifications and properties during application and service design and development, service change and release processes, service invocation and execution, and operational management of services. DMRRS is a concept which defines data mining algorithms and their metadata, manages their life cycle and monitors their performance. With the help of this concept, it becomes possible to govern native data mining algorithms, expose their interfaces in a transparent way to the SOA, help other services to discover algorithms, and link the Predictive Model Markup Language (PMML) to algorithms. One of the critical requirement about proposing the data mining algorithm as a service is building and managing an association between PMML and algorithms. The DMRRS concept provides setting up an association between PMML and algorithms and allows the mining requestor to select and associate multiple algorithms to one mining model. Another important factor in data mining is the runtime duration of the long running algorithms. This research proposes the statistics manager component. The proposed component in the tool's architecture is responsible for measuring the duration of running algorithm instances, and for providing this information to assist in prediction of the transaction duration for the next request to the other consumer systems. This also helps the architect to understand the behaviour of the algorithm, and to serve it as synchronous or asynchronous. 122
3 The component architecture diagram of the DMRRS represented in Figure 2 consists of six major components: Authentication: This component is responsible for authentication of users who have a definition in the user repository. Authorization: This component is responsible for authorization of users and generates user interfaces based on use rights. There are three types of users : o Mining Algorithm Developer: This role can create a candidate data mining algorithm definition and initiate a lifecycle. This role is also responsible for defining the metadata and communication interface and testing the maturity level of the algorithm. o SOA Architect: This role is responsible for auditing the compatibility of definitions with the SOA governance and approves the verified algorithm for deployment. o Data Architect: This role is responsible for linking the different algorithms and connecting them to Predictive Model Markup Language (PMML) documents. This approach proposes the building of a composite algorithm which consists of a unique flow of different types of algorithms, and links the algorithm runtime interface to the PMML definition. Document Manager: This component is responsible for managing the PMML documents and Data Mining Algorithm Definition Language (DMADL) documents. It proposes management of basic operations concerning these types of documents, and generation of DMADL type documents. Document life cycle modelling: This component is responsible for managing the data mining governance life cycle stages. It proposes assignation of responsibility roles to the stages. Algorithms runtime statistics: This component is responsible for providing the algorithms' runtime related statistical data as a web service. The last algorithm request uses this statistical output if it is available to predict the duration of last mining request. It does this by comparing the requested training data set size and algorithm type with the similar historical requests. Algorithm runtime manager: This component monitors the instances of running algorithms and feeds the runtime statistics database with data about transaction duration, central processing unit (CPU), random access memory (RAM) and hard disk drive input/output (HDD I/O) utilization. Figure 2. DMRRS Component Architecture Diagram In many successful SOA implementations, all of the services base their communication on enterprise semantics. These semantics usually include a common vocabulary, a semantic information model, and common schemas. What is helpful is that such an approach does not require data transformation throughout the enterprise. Rather it is the responsibility of service consumers and providers to implement the abstractions from their internal data models to enterprise semantics [8]. Metadata is structured information that describes, explains, locates, or otherwise makes it easier to retrieve, use, or manage an information resource. Metadata is often called data about data or information about information [10]. DMRRS tool allows data mining algorithm owner to define its metadata to make it discoverable. Otherwise, algorithm requestor does not able to search and discover the required algorithm. In order to govern the data mining algorithm, define its metadata and to adopt them to SOA governance, this research proposes the data mining algorithm definition data model (DMALD) which helps to define common data mining metadata fields and implementation details. Because of data mining algorithm characteristics, every data mining algorithm requires different types of metadata. In this research we developed a sample algorithm metadata model called association rule learner algorithm (ARMD). In order to define the DMALD and ARMD, Extensible Markup Language (XML) schema is used. The XML schemas enable you to declare the type of textual data allowed within attributes and elements, using simple type declarations. For example, by utilizing these types you could specify that an element may contain only date values, only positive numbers, or numbers within a certain range. Many commonly used simple types are built into XML Schemas. This enables you to easily create documents that are intended to represent databases, programming languages, and objects within programming languages [9]. In Figure 3, the relationship between the ARMD and DMALD XML schemas is clearly shown at a high level. The boxes titled Governance and Implementation are inherited from DMALD as a complex type and help to avoid 123
4 duplication of common fields among the mining algorithm definitions. These schemas are also used in the DMRRS tool to govern and integrate the algorithm to the SOA environment in a standard way. A part of the schema designed for association rule mining definition can be seen as follows: <xs:include schemalocation="dmald.xsd"></xs:include> <xs:annotation> <xs:documentation> Assocation rule mining definition schema. </xs:documentation> </xs:annotation> <xs:complextype name="armd"> <xs:sequence> <xs:element name="governanceinfo" type="governance"/> <xs:element name="implementation" type="implemantation"> </xs:element> <xs:element name="inputparams" type="inputparameters"/> <xs:element name="outputparams" type="outputparameters"> </xs:sequence> </xs:complextype> <xs:complextype name="inputparameters"> <xs:sequence> <xs:element name="maxitemsetcount" type="xs:long"/> <xs:element name="maxitemsetsize" type="xs:long"/> <xs:element name="maxsupport" <xs:element name="minitemsetsize" type="xs:long"/> <xs:element name="minprobability" <xs:element name="minsupport" </xs:sequence> </xs:complextype> VI. CONCLUSION In this study, the importance of adopting data mining governance to SOA governance has been examined in detail. The key requirements of data mining governance in enterprise level applications have been mentioned. In order to implement the data mining governance concept in a SOA project, DMRRS tool, governance life cycle and data mining algorithm definition data model have been designed and proposed as a reference. Implementation design has been kicked off and our subsequent studies will focus on making it live and increasing the number of implemented data mining algorithm definition data model types. On the other hand, cooperating with a cloud analytics project will be a challenging continuation in terms of integrating the proposed approach and tools to a cloud environment. REFERENCES [1] J. Han and M. Kamber, "Introduction". Data Mining: Concepts and Techniques, Second Edition. Morgan Kaufmann Publishers, 2006, pp [2] D. Taniar, "Preface". Strategic Advancements in Utilizing Data Mining and Warehousing Technologies: New Concepts and Developments. IGI Global, [3] Y. Chen, Brad Cohen and B. A. Hamilton, Data Mining and Service Rating in Service-Oriented Architectures to Improve Information Sharing. Aerospace Conference, 2005, pp [4] L. Xu, Y. Wang, G. Geng, X. Zhao and Nan Du, SDMA: A Servicebased Architecture for Data Mining Applications. IEEE International Conference on Services Computing, 2008, pp [5] C. Tsai and M. Tsai, A Dynamic Web Service based Data Mining Process System, Computer and Information Technology, 2005, pp [6] E. A. Marks, "Chapter 1 - The SOA Governance Imperative". Service-Oriented Architecture Governance for the Services Driven Enterprise. John Wiley & Sons [7] M. Rosen, B. Lublinsky, K. T. Smith, and M. J. Balcer, "Chapter 12 - SOA Governance". Applied SOA: Service-Oriented Architecture and Design Strategies. John Wiley & Sons [8] M. Rosen, B. Lublinsky, K. T. Smith, and M. J. Balcer, "Chapter 5 - Service Context and Common Semantics". Applied SOA: Service- Oriented Architecture and Design Strategies. John Wiley & Sons [9] D. Hunter, "Chapter 5 - XML Schemas". Beginning XML, 4th Edition. Wrox Press [10] National Information Standards Organization, What is metadata. Understanding metadata, NISO Press
5 Figure 3. ARMD Schema Architecture 125
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies 3-day seminar Give Your Business the Competitive Edge SOA has rapidly seized the momentum and center stage because
SOA GOVERNANCE MODEL
SOA GOVERNANCE MODEL Matjaz B. Juric University of Ljubljana, Slovenia [email protected] Eva Zupancic University of Ljubljana, Slovenia Abstract: Service Oriented Architecture (SOA) has become
IBM Rational Asset Manager
Providing business intelligence for your software assets IBM Rational Asset Manager Highlights A collaborative software development asset management solution, IBM Enabling effective asset management Rational
HP SOA Systinet software
HP SOA Systinet software Govern the Lifecycle of SOA-based Applications Complete Lifecycle Governance: Accelerate application modernization and gain IT agility through more rapid and consistent SOA adoption
SOA Adoption Challenges
Introduction Raju Alluri SOA adoption is evolutionary rather than revolutionary. It is a journey and not an end state. There are many challenges in the SOA journey. First and foremost, the challenge is
Microsoft SOA Roadmap
Microsoft SOA Roadmap Application Platform for SOA and BPM Thomas Reimer Enterprise Technology Strategist, SOA and BPM Microsoft Corporation (EMEA) Trends and Roadmap THE FUTURE OF DYNAMIC IT Market Trends
Federal Enterprise Architecture and Service-Oriented Architecture
Federal Enterprise Architecture and Service-Oriented Architecture Concepts and Synergies Melvin Greer Chief Strategist, SOA / Cloud Computing Certified Enterprise Architect Copyright August 19, 2010 2010
Service-Oriented Architecture: Analysis, the Keys to Success!
Service-Oriented Architecture: Analysis, the Keys to Success! Presented by: William F. Nazzaro CTO, Inc. [email protected] www.iconatg.com Introduction Service-Oriented Architecture is hot, but we seem
Introduction to Service Oriented Architectures (SOA)
Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies
Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies 3-day seminar Give Your Business the Competitive Edge SOA has rapidly seized the momentum and center stage because
A Quick Introduction to SOA
Software Engineering Competence Center TUTORIAL A Quick Introduction to SOA Mahmoud Mohamed AbdAllah Senior R&D Engineer-SECC [email protected] Waseim Hashem Mahjoub Senior R&D Engineer-SECC Copyright
2.1. The Notion of Customer Relationship Management (CRM)
Int. J. Innovative Ideas (IJII) www.publishtopublic.com A Review on CRM and CIS: A Service Oriented Approach A Review on CRM and CIS: A Service Oriented Approach Shadi Hajibagheri 1, *, Babak Shirazi 2,
Definition of SOA. Capgemini University Technology Services School. 2006 Capgemini - All rights reserved November 2006 SOA for Software Architects/ 2
Gastcollege BPM Definition of SOA Services architecture is a specific approach of organizing the business and its IT support to reduce cost, deliver faster & better and leverage the value of IT. November
PIE. Internal Structure
PIE Internal Structure PIE Composition PIE (Processware Integration Environment) is a set of programs for integration of heterogeneous applications. The final set depends on the purposes of a solution
Service Oriented Architecture and the DBA Kathy Komer Aetna Inc. New England DB2 Users Group. Tuesday June 12 1:00-2:15
Service Oriented Architecture and the DBA Kathy Komer Aetna Inc. New England DB2 Users Group Tuesday June 12 1:00-2:15 Service Oriented Architecture and the DBA What is Service Oriented Architecture (SOA)
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery Dimitrios Kourtesis, Iraklis Paraskakis SEERC South East European Research Centre, Greece Research centre of the University
Copyright 2011 - bizagi
Copyright 2011 - bizagi 1. Process Automation with bizagi... 3 Description... 3 Objectives... 3 Target Audience Profile... 4 Duration... 4 2. Part I Basic concepts to build a bizagi solution... 5 Description...
Service Oriented Architecture 1 COMPILED BY BJ
Service Oriented Architecture 1 COMPILED BY BJ CHAPTER 9 Service Oriented architecture(soa) Defining SOA. Business value of SOA SOA characteristics. Concept of a service, Enterprise Service Bus (ESB) SOA
Rotorcraft Health Management System (RHMS)
AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center
BUILDING OLAP TOOLS OVER LARGE DATABASES
BUILDING OLAP TOOLS OVER LARGE DATABASES Rui Oliveira, Jorge Bernardino ISEC Instituto Superior de Engenharia de Coimbra, Polytechnic Institute of Coimbra Quinta da Nora, Rua Pedro Nunes, P-3030-199 Coimbra,
Data Mining Solutions for the Business Environment
Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania [email protected] Over
Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization
Oman College of Management and Technology Course 803401 DSS Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization CS/MIS Department Information Sharing
Realizing business flexibility through integrated SOA policy management.
SOA policy management White paper April 2009 Realizing business flexibility through integrated How integrated management supports business flexibility, consistency and accountability John Falkl, distinguished
SPATIAL DATA CLASSIFICATION AND DATA MINING
, pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal
SOA: The missing link between Enterprise Architecture and Solution Architecture
SOA: The missing link between Enterprise Architecture and Solution Architecture Jaidip Banerjee and Sohel Aziz Enterprise Architecture (EA) is increasingly being acknowledged as the way to maximize existing
A Service-oriented Architecture for Business Intelligence
A Service-oriented Architecture for Business Intelligence Liya Wu 1, Gilad Barash 1, Claudio Bartolini 2 1 HP Software 2 HP Laboratories {[email protected]} Abstract Business intelligence is a business
How service-oriented architecture (SOA) impacts your IT infrastructure
IBM Global Technology Services January 2008 How service-oriented architecture (SOA) impacts your IT infrastructure Satisfying the demands of dynamic business processes Page No.2 Contents 2 Introduction
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,
Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization
Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization
Grid Computing. Web Services. Explanation (2) Explanation. Grid Computing Fall 2006 Paul A. Farrell 9/12/2006
Grid Computing Web s Fall 2006 The Grid: Core Technologies Maozhen Li, Mark Baker John Wiley & Sons; 2005, ISBN 0-470-09417-6 Web s Based on Oriented Architecture (SOA) Clients : requestors Servers : s
Service-Oriented Computing and Service-Oriented Architecture
Service-Oriented Computing and Service-Oriented Architecture Week 3 Lecture 5 M. Ali Babar Lecture Outline Service-Oriented Computing (SOC) Service-Oriented Architecture (SOA) Designing service-based systems
IBM Information Management
IBM Information Management January 2008 IBM Information Management software Enterprise Information Management, Enterprise Content Management, Master Data Management How Do They Fit Together An IBM Whitepaper
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
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
Building Semantic Content Management Framework
Building Semantic Content Management Framework Eric Yen Computing Centre, Academia Sinica Outline What is CMS Related Work CMS Evaluation, Selection, and Metrics CMS Applications in Academia Sinica Concluding
Methods and tools for data and software integration Enterprise Service Bus
Methods and tools for data and software integration Enterprise Service Bus Roman Hauptvogl Cleverlance Enterprise Solutions a.s Czech Republic [email protected] Abstract Enterprise Service Bus (ESB)
Fast and Easy Delivery of Data Mining Insights to Reporting Systems
Fast and Easy Delivery of Data Mining Insights to Reporting Systems Ruben Pulido, Christoph Sieb [email protected], [email protected] Abstract: During the last decade data mining and predictive
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
Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing
Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing 3-day seminar The evolution of how companies employ SOA can be broken down into three phases: the initial phase
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.
Using SAS BI Web Services and PROC SOAP in a Service-Oriented Architecture Dan Jahn, SAS, Cary, NC
Paper 310-2008 Using SAS BI Web Services and PROC SOAP in a Service-Oriented Architecture Dan Jahn, SAS, Cary, NC ABSTRACT Many businesses are just starting to use a service-oriented architecture (SOA).
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
A BIAN Building Block Service Repository and Registry
Banking Industry Architecture Network A BIAN Building Block Repository and Registry Author: BIAN Working Group Repository Version: 1.0 Last Change: July 1, 2009 Organization Authors Role Name Company Bruno
Reverse Engineering in Data Integration Software
Database Systems Journal vol. IV, no. 1/2013 11 Reverse Engineering in Data Integration Software Vlad DIACONITA The Bucharest Academy of Economic Studies [email protected] Integrated applications
Lightweight Data Integration using the WebComposition Data Grid Service
Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed
Six Strategies for Building High Performance SOA Applications
Six Strategies for Building High Performance SOA Applications Uwe Breitenbücher, Oliver Kopp, Frank Leymann, Michael Reiter, Dieter Roller, and Tobias Unger University of Stuttgart, Institute of Architecture
KNOWLEDGE DISCOVERY FOR SUPPLY CHAIN MANAGEMENT SYSTEMS: A SCHEMA COMPOSITION APPROACH
KNOWLEDGE DISCOVERY FOR SUPPLY CHAIN MANAGEMENT SYSTEMS: A SCHEMA COMPOSITION APPROACH Shi-Ming Huang and Tsuei-Chun Hu* Department of Accounting and Information Technology *Department of Information Management
Applying SOA to OSS. for Telecommunications. IBM Software Group
IBM Software Group Applying SOA to OSS for Telecommunications Kevin Twardus Manager of Industry Architecture and Standards IBM Software Group Communications Sector IBM Corporation The Details of SOA depends
ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining
A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,
Approach to Service Management
Approach to Service Management In SOA Space Gopala Krishna Behara & Srikanth Inaganti Abstract SOA Management covers the Management and Monitoring of applications, services, processes, middleware, infrastructure,
SOPLE-DE: An Approach to Design Service-Oriented Product Line Architectures
SOPLE-DE: An Approach to Design -Oriented Product Line Architectures Flávio M. Medeiros, Eduardo S. de Almeida 2, and Silvio R.L. Meira Federal University of Pernambuco (UFPE) 2 Federal University of Bahia
Policy Driven Practices for SOA
Independent Insight for Oriented Practice Policy Driven Practices for SOA Lawrence Wilkes CBDI Forum www.cbdiforum.com Agenda! Enterprise SOA Challenge! SOA Policy Areas! Layered Architecture as a basis
Managing Data in Motion
Managing Data in Motion Data Integration Best Practice Techniques and Technologies April Reeve ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY
SOA for Healthcare: Promises and Pitfalls
SOA for Healthcare: Promises and Pitfalls Dennis B. Smith [email protected] SOA in Health Care Conference: Value in a Time of Change Chicago, IL USA June 3, 2009 Agenda Healthcare IT Challenges SOA: The
Extending SOA Infrastructure for Semantic Interoperability
Extending SOA Infrastructure for Semantic Interoperability Wen Zhu [email protected] Sumeet Vij [email protected] 3rd Annual DoD SOA & Semantic Technology Symposium July 14, 2011 www.alionscience.com
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
SOA REFERENCE ARCHITECTURE
SOA REFERENCE ARCHITECTURE August 15, 2007 Prepared by Robert Woolley, Chief Technologist and Strategic Planner INTRODUCTION This document is a derivative work of current documentation and presentations
Impact of Service Oriented Architecture on ERP Implementations in Technical Education
Impact of Service Oriented Architecture on ERP Implementations in Technical Education Swati Verma Department of Computer Science & Engg, B.T. Kumaon Institute of Technology, Dwarahat, 263653, India. E-mail:
GETTING STARTED WITH ANDROID DEVELOPMENT FOR EMBEDDED SYSTEMS
Embedded Systems White Paper GETTING STARTED WITH ANDROID DEVELOPMENT FOR EMBEDDED SYSTEMS September 2009 ABSTRACT Android is an open source platform built by Google that includes an operating system,
AquaLogic ESB Design and Integration (3 Days)
www.peaksolutions.com AquaLogic ESB Design and Integration (3 Days) Audience Course Abstract Designed for developers, project leaders, IT architects and other technical individuals that need to understand
Decision Support System For A Customer Relationship Management Case Study
61 Decision Support System For A Customer Relationship Management Case Study Ozge Kart 1, Alp Kut 1, and Vladimir Radevski 2 1 Dokuz Eylul University, Izmir, Turkey {ozge, alp}@cs.deu.edu.tr 2 SEE University,
Tomáš Müller IT Architekt 21/04/2010 ČVUT FEL: SOA & Enterprise Service Bus. 2010 IBM Corporation
Tomáš Müller IT Architekt 21/04/2010 ČVUT FEL: SOA & Enterprise Service Bus Agenda BPM Follow-up SOA and ESB Introduction Key SOA Terms SOA Traps ESB Core functions Products and Standards Mediation Modules
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.
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
Chapter 5. Warehousing, Data Acquisition, Data. Visualization
Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization 5-1 Learning Objectives
A standards-based approach to application integration
A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist [email protected] Copyright IBM Corporation 2005. All rights
An Open Policy Framework for Cross-vendor Integrated Governance
An Open Policy Framework for Cross-vendor Integrated Governance White Paper Intel SOA Expressway An Open Policy Framework for Cross-vendor Integrated Governance Intel SOA Expressway delivers a pluggable
AN INTEGRATION APPROACH FOR THE STATISTICAL INFORMATION SYSTEM OF ISTAT USING SDMX STANDARDS
Distr. GENERAL Working Paper No.2 26 April 2007 ENGLISH ONLY UNITED NATIONS STATISTICAL COMMISSION and ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL
SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q. Exam Code: S90-03A. Exam Name: SOA Design & Architecture
SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q Number: S90-03A Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: S90-03A Exam Name:
Your Data, Any Place, Any Time.
Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to: Run your most demanding mission-critical applications. Reduce
REFERENCE ARCHITECTURE FOR SMAC SOLUTIONS
REFERENCE ARCHITECTURE FOR SMAC SOLUTIONS Shankar Kambhampaty 1 and Sasirekha Kambhampaty 2 1 Computer Science Corporation (CSC), India [email protected] 2 Student, Department of Computer Science,
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. 7, September-October 2008 Applications At Your Service Mahesh H. Dodani, IBM,
BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use
Product Data Sheet BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use BEA AquaLogic Integrator delivers the best way for IT to integrate, deploy, connect and manage process-driven
SOA, Cloud Computing & Semantic Web Technology: Understanding How They Can Work Together. Thomas Erl, Arcitura Education Inc. & SOA Systems Inc.
SOA, Cloud Computing & Semantic Web Technology: Understanding How They Can Work Together Thomas Erl, Arcitura Education Inc. & SOA Systems Inc. Overview SOA + Cloud Computing SOA + Semantic Web Technology
Cross platform Migration of SAS BI Environment: Tips and Tricks
ABSTRACT Cross platform Migration of SAS BI Environment: Tips and Tricks Amol Deshmukh, California ISO Corporation, Folsom, CA As a part of organization wide initiative to replace Solaris based UNIX servers
Certified Information Professional 2016 Update Outline
Certified Information Professional 2016 Update Outline Introduction The 2016 revision to the Certified Information Professional certification helps IT and information professionals demonstrate their ability
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
A Perspective on Emerging Industry SOA Best Practices
Systems Engineering at MITRE SERVICE-ORIENTED ARCHITECTURE SERIES A Perspective on Emerging Industry SOA Best Practices Executive Version Larry Pizette, Salim Semy, Geoffrey Raines & Steve Foote THE BIG
Prediction of Heart Disease Using Naïve Bayes Algorithm
Prediction of Heart Disease Using Naïve Bayes Algorithm R.Karthiyayini 1, S.Chithaara 2 Assistant Professor, Department of computer Applications, Anna University, BIT campus, Tiruchirapalli, Tamilnadu,
DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM.
DATA MINING TECHNOLOGY Georgiana Marin 1 Abstract In terms of data processing, classical statistical models are restrictive; it requires hypotheses, the knowledge and experience of specialists, equations,
Web Services Strategy
Web Services Strategy Agenda What What are are Web Web Services? Services? Web Web Services Services --The The Technologies Technologies Web Web Services Services Compliments Compliments Overall Overall
ECM Governance Policies
ECM Governance Policies Metadata and Information Architecture Policy Document summary Effective date 13 June 2012 Last updated 17 November 2011 Policy owner Library Services, ICTS Approved by Council Reviewed
Software Service Engineering Architect s Dream or Developer s Nightmare?
Software Service Engineering Architect s Dream or Developer s Nightmare? Gregor Hohpe Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043 [email protected] Abstract. Architectural principles such
Chap 1. Introduction to Software Architecture
Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)
SOA CERTIFIED CONSULTANT
SOA CERTIFIED CONSULTANT (5 Days) A Certified SOA Consultant is required to obtain proficiency in a cross-section of key SOA topic areas, including both conceptual and technical aspects of service-oriented
Service-Oriented Architectures
Architectures Computing & 2009-11-06 Architectures Computing & SERVICE-ORIENTED COMPUTING (SOC) A new computing paradigm revolving around the concept of software as a service Assumes that entire systems
