Cloud application services (SaaS) Multi-Tenant Data Architecture Shailesh Paliwal Infosys Technologies Limited

Size: px
Start display at page:

Download "Cloud application services (SaaS) Multi-Tenant Data Architecture Shailesh Paliwal Infosys Technologies Limited"

Transcription

1 Cloud application services (SaaS) Multi-Tenant Data Architecture Shailesh Paliwal Infosys Technologies Limited The paper starts with a generic discussion on the cloud application services and security concerns then expands the concepts with 3 main data management approaches of multi-tenant data management. After that paper describes reference architecture including standard cloud computing taxonomy for meta-data driven architecture approach and a conceptual data model to support the architecture. At the end it incorporates a comparison between green field application verses existing application migration assessment for target Software as a Service (SaaS) environment. WHAT ARE THE CLOUD APPLICATION (SAAS) SERVICES? Now a days the availability of reliable high speed broadband Internet access, service-oriented architectures (SOAs), and the economic management driving a transition toward the delivery of Cloud applications - of dedicated on-premises applications are Cloud applications or "Software as a Service (SaaS) applications deliver software as a service over the Internet, eliminating the need to install and run the application on the customer's own computers and simplifying maintenance and support, and equipped with decomposable applications, managed services, shared hardware / software /admin resources and Web-based services. It s a paradigm shift which imposes a new set of technical challenges. Existing application frameworks are not designed and deployed to handle the SaaS challenges smoothly. This void leads to new paradigm shift called platform as a service (PaaS) - Hosted application platforms are managed environments specifically designed to meet the unique challenges of building Software as Service applications and deliver them more economically as compared to traditional standalone deployments. DATA SECURITY - A MAJOR CONCERN FOR CLOUD APPLICATIONS Trust, or lack of trust, is the number one factor blocking the adoption of SaaS. SaaS applications provide customers with centralized, network-based access to data with much less overhead as compared to using a locally-installed application. In order to harness the power of SaaS, an enterprise must give up a level of control over its own data and needs to trust the SaaS vendor to keep their data safe and away from snooping eyes. To earn this trust, one of the highest priorities for prospective SaaS vendors is to create data architecture that should be - Robust and secure to satisfy tenants or clients data security needs, Efficient and cost-effective to administer and maintain. Highly manageable by implementing multi-tenancy and meta data driven architecture as fundamental design approach Some obvious questions that arise are - Why multi-tenancy? Why meta-data driven architectures are the premier choice for implementing multi-tenancy?

2 RATIONALE The multi-tenancy architectural approach can benefit both application providers and users. Operating just one application instance for multiple Enterprises yields tremendous cost benefits for the provider as well as the tenants. Enterprises can customize an application as though they have their private application instance. The application instance dynamically morphs for any particular tenant need. Instead of isolated silos of applications a multi-tenant application is one large community hosted by the provider. There is much less development and maintenance cost due to just one platform (operating system, database etc). Less administrative work and staff is needed for the shared hardware and software environment, which leads to further cost savings. Tenants can operate in virtual isolation, by implementing virtualization. Because of a shared hardware and software stake, it is easy to manage the user access to various applications and data, which leads to greater collaboration and integration with faster time to market. Various sets of user population can provide feedback on application operations e.g query responses, errors etc, which enables the provider to make improvements in common hardware and software in order to benefit the entire user community at once. Some side benefits of multi-tenancy are quality services, user delight, and repeat business. MULTI-TENANT DATA MANAGEMENT 3 APPROACHES The degree of isolation for a Software as a Service application can vary significantly depending on business requirements. There are three main approaches, each of which lies at a different location in the scale between isolation and sharing. Refer to Figure 1 below.

3 Figure.1. Multi-tenant Data management 3 Approaches, each of which lies at a different location in the scale between isolation and sharing 1. Separate DB : Least preferred as it is very much isolated and expensive 2. Shared DB Separate Schema : Moderately preferred - it reduces the resource cost but with a high maintenance cost 3. Shared DB Shared Schema : Most preferred approach as DB and schema are shared it reduces the resource and maintenance cost by a large extent MULTI-TENANT APPLICATIONS CONCEPTS DEFINITION In order to achieve cost efficiencies in delivering same applications to various sets of users it is a vital and obvious choice that an increasing number of applications are Multi-tenant instead of singletenant. A Multi-tenant application should be able to satisfy the needs of multiple sub-organizations or sections within the organization (multiple tenants), using the single, shared stake of software and hardware

4 resources and staff needed to manage (Figure 2). Figure.2. A Multi-tenant application shares a single stack of resources both hardware and software to cater multiple tenants (Organizations, sub-organizations, sections etc) META-DATA-DRIVEN REFERENCE ARCHITECTURE A traditional static application is not capable of addressing unique challenges of multi-tenancy. A Multi-tenant application should be dynamic in nature, or polymorphic, to fulfill the specific expectations of various tenants and their users. Application components need to be generated at runtime from meta-data i.e. data about the application itself. It should be a well-defined meta-data driven architecture (Figure. 3), with a separate component for 1. Runtime application data 2. Meta-data that describes the base functionality of an application 3. Meta-data that corresponds to each tenant specific data and customizations It enables the ability to independently update the core system, modify the core application, and customize tenant-specific components with virtually no risk affecting others. In SaaS environments it s a nightmare to manage a vast, frequently changing set of actual database structures on behalf of each application and tenant. It is suggested to use virtual database structures using a set of Meta-data, data, and pivot tables, as illustrated in Figure 4 below.

5 Figure.3. A virtual database structures using a set of Meta-data, data, and pivot tables CLOUD COMPUTING TAXONOMY FOR SAAS MODEL Reference : The open group The below Figure 4 shows the overall cloud computing taxonomy for SaaS Model. It covers horizontal layers from Hardware, software, database, and application to the service provider layer and vertically from service consumer, security, management to service developer layer.

6 Figure.4. SaaS Model Cloud Computing Taxonomy Reference : The open group META-DATA-DRIVEN REFERENCE DATA MODEL CONCEPTUAL As compared to managing a vast frequently changing set of actual database structures on behalf of each application and tenant, it is advisable to manage virtual database structures using a set of Meta-data, data, and pivot tables, as illustrated in Figure 5 below. When tenants create custom application entities (i.e., custom tables), programmatically need to track of Meta-data concerning the entities, their Attribute, relationships, and other entity definition characteristics. A few large database tables store the structured and unstructured data separately for all virtual tables, and a set of related, specialized pivot tables in order to maintain data that makes the combined data set fully functional.

7 Figure.5. Reference conceptual model consists of a set of Meta-data, data, and pivot tables that allow for functional access to the actual data of virtual tables GREEN FIELD SAAS IMPLEMENTATION VS EXISTING APPLICATION MIGRATION INTO SAAS Green Field SaaS implementation : A Green Field SaaS implementation is comparatively simple and pretty straight forward as it requires subscribing a new tenant or organization in SaaS application setup. SaaS Meta data driven reference data model can support N number of tenants connected to a single SaaS application environment. Existing application migration into SaaS : An existing application migration into SaaS environment is not a simple task and requires a comprehensive assessment for checking the feasibility of existing application migration into SaaS multitenant application. Following the list of assessment suggested

8 Application Assessment Database - Degree of database extensibility in the AS IS application architecture. GUI - Quality and degree of flexibility in the AS IS user interface. Reporting - Evaluation of the quality and degree of flexibility in the reporting system. Workflow - Does the existing application use workflow to enable customers to extend the functionality? Usability Predictability and ease of use of the existing Application. Functionality - Size and complexity of the existing Application on S/M/E scale. Customizable Business Logic Are the customers enabled to add their own business logic in existing system? Table.1. SaaS Multitenant application migration technical Assessment Application Operational Assessment Architecture AS IS architecture and gap analysis for migration to SaaS architecture. Availability Current SLAs for the existing application availability and any steps required to reach SaaS minimum availability level of 99.9%. Scalability - Scalability matrices of the existing application. Scalability targets in SaaS version of the application. Performance AS IS performance SLAs and matrices (user response times) and the expected performance SLAs and data centre transaction time in SaaS environment. Security Assessment of existing application security compliances targeting to the Internet based SaaS application environment and Gap analysis. Table.2. SaaS Multitenant application migration technical Assessment - Operational

9 SUMMARY This paper emphasizes the following - The Data Architecture of a SaaS application should be robust, secure, efficient, cost-effective and highly manageable. Multi-tenancy and meta-data driven architecture for SaaS applications is the way out and able to address these key issues. By using multi-tenant and meta-data driven architecture Tenants can operate in virtual isolation and dynamically morph for their particular need. Operating just one application instance hosted on shared hardware for multiple Enterprises yields tremendous cost benefits for the provider, less administrative work, less development cost, greater collaboration and integration with faster time to market. At the end of the day it results in quality services, user delight, and repeat business. The design approaches and reference Meta-driven data model for multi-tenant applications discussed in this paper can assure relative data security and trust while using various approaches. A shared schema shared database approach is important for the success of the SaaS application. In SaaS environments it s a nightmare to manage a vast, frequently changing set of actual database structures on behalf of each application and tenant. It is suggested to use virtual database structures using a set of Meta-data, data, and pivot tables. Existing application migration into SaaS as compared to Green Field SaaS implementation imposes lots of challenges and is not a simple task. It requires a comprehensive assessment for checking the feasibility of existing application migration into SaaS multi-tenant environments. This paper also covers the detailed assessment parameters. DISCLAIMER The author has taken great care while coming up with the contents of this paper, but any and all responsibility for any loss, damage or destruction of data or any other property which may arise from relying on the paper is explicitly disclaimed. The authors are not liable for monetary damages arising from such loss, damage or destruction. REFERENCES MSDN - Sales force - The Open Group -

10 AUTHOR S PROFILE Shailesh Paliwal is a Senior Technology Architect at Infosys s Cloud Unit. He has over 15 years of IT experience articulating the next steps in the evolution of information technology toward strategic business applications and services that deliver performance coupled with intelligence throughout organizations. He has specialized expertise in the areas of Data and Information Architecture, Database Design, Data warehouse design, Data Modeling, Dimension Modeling, NFR Validation, Workload Modeling, Performance Tuning, Master Data Management and Business Intelligence. He is a DAMA Certified Data Management Professional and TOGAF certified Enterprise Architect. He can be contacted at shailesh_paliwal@infosys.com

Software as a Service (SaaS) for Management information system using multiple tenants

Software as a Service (SaaS) for Management information system using multiple tenants Software as a Service (SaaS) for Management information system using multiple tenants Rachana Desale, Purva Kolhatkar, Anju More, Piyush Katira, Vishal Kokane Prof.S.M.Jaybhaye (Department of Information

More information

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 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

More information

Performance Optimization of Oracle Distributed Databases

Performance Optimization of Oracle Distributed Databases Performance Optimization of Oracle Distributed Databases Shailesh Paliwal and Vinoth Babu Subash Infosys Technologies Limited It has been observed that applications accessing Oracle distributed databases

More information

Multi-Tenancy on Private Cloud. F e b r u a r y 2 0 1 2

Multi-Tenancy on Private Cloud. F e b r u a r y 2 0 1 2 Multi-Tenancy on Private Cloud F e b r u a r y 2 0 1 2 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Market Trends/Challenges... 5 Traditional Service Delivery Model... 6 Limitations of the Traditional

More information

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012)

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012) Cloud Native Advantage: Multi-Tenant, Shared Container PaaS Version 1.1 (June 19, 2012) Table of Contents PaaS Container Partitioning Strategies... 03 Container Tenancy... 04 Multi-tenant Shared Container...

More information

How To Make Money From Cloud Computing

How To Make Money From Cloud Computing CLOUD COMPUTING DATA ARCHITECTURE Harry Katzan, Jr. Savannah State University ABSTRACT Cloud computing is an application architecture for accessing and hosting computing service over the Internet. Access

More information

Elasticity in Multitenant Databases Through Virtual Tenants

Elasticity in Multitenant Databases Through Virtual Tenants Elasticity in Multitenant Databases Through Virtual Tenants 1 Monika Jain, 2 Iti Sharma Career Point University, Kota, Rajasthan, India 1 jainmonica1989@gmail.com, 2 itisharma.uce@gmail.com Abstract -

More information

SaaS Implementation for Technology & Business software companies

SaaS Implementation for Technology & Business software companies SaaS Implementation for Technology & Business software companies Primary Author s Name: Amitoj Singh Designation: Assistant Manager (Product Management), Productized Solutions Group Secondary Author Names:

More information

Building Multi-tenant Applications with Actian PSQL

Building Multi-tenant Applications with Actian PSQL Building Multi-tenant Applications with Actian PSQL Actian PSQL White Paper May 2013 This white paper is the first in a series of papers designed to show how easily Actian PSQL can provide all the requirements

More information

Multitenancy. Berthold Reinwald, IBM Almaden Research Center. UW MSR Summer Institute, 2010

Multitenancy. Berthold Reinwald, IBM Almaden Research Center. UW MSR Summer Institute, 2010 Multitenancy Berthold Reinwald, IBM Almaden Research Center UW MSR Summer Institute, 2010 Two Use Cases for Multi-Tenancy SaaS ISVs (Multi-tenant s): - Long tail of tenants - very large number of small

More information

Hexaware E-book on Q & A for Cloud BI Hexaware Business Intelligence & Analytics Actionable Intelligence Enabled

Hexaware E-book on Q & A for Cloud BI Hexaware Business Intelligence & Analytics Actionable Intelligence Enabled Hexaware E-book on Q & A for Cloud BI Hexaware Business Intelligence & Analytics Actionable Intelligence Enabled HEXAWARE Q & A E-BOOK ON CLOUD BI Layers Applications Databases Security IaaS Self-managed

More information

EMERGING TRENDS Business Process Management

EMERGING TRENDS Business Process Management >>White Paper June 2009 EMERGING TRENDS Business Process Management >> Romeo Elias, Chief Operating Officer, Founder, Interneer Inc. Contents Introduction... 3 Hosted or SaaS... 3 Simplicity and Savings...

More information

SQLstream 4 Product Brief. CHANGING THE ECONOMICS OF BIG DATA SQLstream 4.0 product brief

SQLstream 4 Product Brief. CHANGING THE ECONOMICS OF BIG DATA SQLstream 4.0 product brief SQLstream 4 Product Brief CHANGING THE ECONOMICS OF BIG DATA SQLstream 4.0 product brief 2 Latest: The latest release of SQlstream s award winning s-streaming Product Portfolio, SQLstream 4, is changing

More information

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud An Oracle White Paper September 2012 Oracle Database and the Oracle Database Cloud 1 Table of Contents Overview... 3 Cloud taxonomy... 4 The Cloud stack... 4 Differences between Cloud computing categories...

More information

THE QUEST FOR A CLOUD INTEGRATION STRATEGY

THE QUEST FOR A CLOUD INTEGRATION STRATEGY THE QUEST FOR A CLOUD INTEGRATION STRATEGY ENTERPRISE INTEGRATION Historically, enterprise-wide integration and its countless business benefits have only been available to large companies due to the high

More information

Cisco Cloud Enablement Services for Adopting Clouds

Cisco Cloud Enablement Services for Adopting Clouds Cisco Cloud for Adopting Clouds Cisco Cloud for Adopting Clouds help you understand which applications you need to migrate; build business justifications for migrating your applications to a public cloud

More information

TOP 7 THINGS Every Executive Should Know About Cloud Computing EXECUTIVE BRIEF

TOP 7 THINGS Every Executive Should Know About Cloud Computing EXECUTIVE BRIEF TOP 7 THINGS Every Executive Should Know About Cloud Computing EXECUTIVE BRIEF As interest in cloud computing increases, so does the confusion surrounding it. What is cloud computing? Can the technology

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

SaaS Maturity Evolution for Transforming ISVs business

SaaS Maturity Evolution for Transforming ISVs business SaaS Maturity Evolution for Transforming ISVs business www.wipro.com www.wipro.com Hemanth Kumar A. (Solution Architect) Rajesh Gupta Hemanth Kumar Amitoj Singh Amitoj Practice Singh Head (Product Solution

More information

Topic : Cloud Computing Architecture. Presented by 侯 柏 丞. 朱 信 昱

Topic : Cloud Computing Architecture. Presented by 侯 柏 丞. 朱 信 昱 Topic : Cloud Computing Architecture Presented by 侯 柏 丞. 朱 信 昱 Paper survey CCOA:Cloud Computing Open Architecture 2009 IEEE International Conference on Web Services Service-Oriented Cloud Computing Architecture

More information

Cloud Computing. P a n a g i o t i s F o u z a s I T S o l u t i o n s M a n a g e r

Cloud Computing. P a n a g i o t i s F o u z a s I T S o l u t i o n s M a n a g e r C l a s s i f i c a t i o n I S O 2 7 0 0 1 : P u b l i c Cloud Computing Prospects & Challenges P a n a g i o t i s F o u z a s I T S o l u t i o n s M a n a g e r 1 OUTLINE Cloud Definition and Classification

More information

Kinetic Data s Multi-Tenancy Strategy

Kinetic Data s Multi-Tenancy Strategy Kinetic Data s Multi-Tenancy Strategy How Kinetic Request and Kinetic Task address the requirements of a Multi-Tenant deployment The need to be able to provide secure but effective solutions to a multi-tenanted

More information

MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS

MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS VCE Word Template Table of Contents www.vce.com MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS January 2012 VCE Authors: Changbin Gong: Lead Solution Architect Michael

More information

VIEW POINT. Getting cloud management and sustenance right! It is not about cloud, it s about tomorrow s enterprise

VIEW POINT. Getting cloud management and sustenance right! It is not about cloud, it s about tomorrow s enterprise VIEW POINT Getting cloud management and sustenance right! It is not about cloud, it s about tomorrow s enterprise Soma Sekhar Pamidi, Vinay Srivastava, Mayur Chakravarty The dynamic technologies of cloud

More information

TECHNOLOGY TRANSFER PRESENTS MAX DOLGICER CLOUD 2.0 MOVING FROM COST SAVINGS TO AGILE IT

TECHNOLOGY TRANSFER PRESENTS MAX DOLGICER CLOUD 2.0 MOVING FROM COST SAVINGS TO AGILE IT TECHNOLOGY TRANSFER PRESENTS MAX DOLGICER CLOUD 2.0 MOVING FROM COST SAVINGS TO AGILE IT APRIL 27-29, 2015 RESIDENZA DI RIPETTA - VIA DI RIPETTA, 231 ROME (ITALY) info@technologytransfer.it www.technologytransfer.it

More information

The Need for Service Catalog Design in Cloud Services Development

The Need for Service Catalog Design in Cloud Services Development The Need for Service Catalog Design in Cloud Services Development The purpose of this document: Provide an overview of the cloud service catalog and show how the service catalog design is an fundamental

More information

ITSM Software: Is SaaS the Model for You?

ITSM Software: Is SaaS the Model for You? ITSM Software: Is SaaS the Model for You? By Kai Holthaus, ITIL v3 Expert and Director for Third Sky, Inc. Software as a Service (SaaS) has gotten a lot of attention recently. Many companies and IT organizations

More information

Cloud-Testing vs. Testing a Cloud

Cloud-Testing vs. Testing a Cloud Cloud- vs. a Cloud - 10th Annual International Software Conference 2010 Neha Mehrotra Abstract This white paper introduces Cloud computing business model which has been the natural evolution of the adoption

More information

SOA: The missing link between Enterprise Architecture and Solution Architecture

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

More information

Performance Management for Cloud-based Applications STC 2012

Performance Management for Cloud-based Applications STC 2012 Performance Management for Cloud-based Applications STC 2012 1 Agenda Context Problem Statement Cloud Architecture Key Performance Challenges in Cloud Challenges & Recommendations 2 Context Cloud Computing

More information

Global SaaS spending is projected to be around $32.8. billion in 2016. SaaS & the Architectural Considerations for Migration. Gartner has projected

Global SaaS spending is projected to be around $32.8. billion in 2016. SaaS & the Architectural Considerations for Migration. Gartner has projected SaaS & the Architectural Considerations for Migration A Clarice White Paper Clarice Enabling Product Journeys to SaaS We, at Clarice, have partnered with many of our clients and helped them modify their

More information

vcloud Virtual Private Cloud Fulfilling the promise of cloud computing A Resource Pool of Compute, Storage and a Host of Network Capabilities

vcloud Virtual Private Cloud Fulfilling the promise of cloud computing A Resource Pool of Compute, Storage and a Host of Network Capabilities vcloud Virtual Private Cloud A Resource Pool of Compute, Storage and a Host of Network Capabilities Fulfilling the promise of cloud computing FULFILLING THE PROMISE OF CLOUD COMPUTING Businesses are looking

More information

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Many corporations and Independent Software Vendors considering cloud computing adoption face a similar challenge: how should

More information

Meeting the Needs of Database Management for SaaS: Oracle Database 12c

Meeting the Needs of Database Management for SaaS: Oracle Database 12c WHITE PAPER Meeting the Needs of Database Management for SaaS: Oracle Database 12c Sponsored by: Oracle Corp. Carl W. Olofson September 2014 IDC OPINION The move of ISV applications to the cloud is growing

More information

Cloud Computing and SOA from Enterprise Perspective. Yan Zhao, PhD ArchiTech Consulting LLC yan.zhao@architechllc.com www.architechllc.com Oct.

Cloud Computing and SOA from Enterprise Perspective. Yan Zhao, PhD ArchiTech Consulting LLC yan.zhao@architechllc.com www.architechllc.com Oct. Cloud Computing and SOA from Enterprise Perspective Yan Zhao, PhD ArchiTech Consulting LLC yan.zhao@architechllc.com www.architechllc.com Oct., 2009 Content Summary The evolution of IT and IT infrastructure,

More information

Amit Sheth & Ajith Ranabahu, 2010. Presented by Mohammad Hossein Danesh

Amit Sheth & Ajith Ranabahu, 2010. Presented by Mohammad Hossein Danesh Amit Sheth & Ajith Ranabahu, 2010 Presented by Mohammad Hossein Danesh 1 Agenda Introduction to Cloud Computing Research Motivation Semantic Modeling Can Help Use of DSLs Solution Conclusion 2 3 Motivation

More information

SaaS & Cloud Application Development & Delivery

SaaS & Cloud Application Development & Delivery SaaS & Cloud Application Development & Delivery A Whitepaper by Ekartha, Inc. by Gurpreet Singh, Ekartha Inc. Raj Sethi, Ekartha Inc. Ekartha, Inc. 63 Cutter Mill Road Great Neck, N.Y. 11021 Tel.: (516)

More information

Multi-Tenant Engineering Architecture in SaaS

Multi-Tenant Engineering Architecture in SaaS Multi-Tenant Engineering Architecture in SaaS Sunil Kumar Khatri Himanshu Singhal Khushboo Bahri ABSTRACT Multi-Tenancy in SaaS (Software as a Service) architecture is the concept leveraging cloud computing

More information

Private Clouds Can Be Complicated: The Challenges of Building and Operating a Microsoft Private Cloud

Private Clouds Can Be Complicated: The Challenges of Building and Operating a Microsoft Private Cloud Private Clouds Can Be Complicated: The Challenges of Building and Operating a Microsoft Private Cloud Tony Bradley Microsoft MVP, CISSP-ISSAP Principal Analyst, Bradley Strategy Group The connected, mobile

More information

The Safe Harbor. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

The Safe Harbor. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. The Safe Harbor The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to

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

Commercial Software Licensing

Commercial Software Licensing Commercial Software Licensing CHAPTER 12: Prepared by DoD ESI January 2013 Chapter Overview Most software licenses today are either perpetual or subscription. Perpetual licenses involve software possession

More information

SOA Success is Not a Matter of Luck

SOA Success is Not a Matter of Luck by Prasad Jayakumar, Technology Lead at Enterprise Solutions, Infosys Technologies Ltd SERVICE TECHNOLOGY MAGAZINE Issue L May 2011 Introduction There is nothing either good or bad, but thinking makes

More information

Case Study. Benefits Administration Platform Large US based HRO

Case Study. Benefits Administration Platform Large US based HRO Case Study Benefits Administration Platform Large US based HRO The Customer An US based HRO firm offering benefit administration services to America's leading corporations. They process more than 60 million

More information

The Cisco Powered Network Cloud: An Exciting Managed Services Opportunity

The Cisco Powered Network Cloud: An Exciting Managed Services Opportunity . White Paper The Cisco Powered Network Cloud: An Exciting Managed Services Opportunity The cloud computing phenomenon is generating a lot of interest worldwide because of its potential to offer services

More information

Software as a Service (SaaS) Testing Challenges- An Indepth

Software as a Service (SaaS) Testing Challenges- An Indepth www.ijcsi.org 506 Software as a Service (SaaS) Testing Challenges- An Indepth Analysis Prakash.V Ravikumar Ramadoss Gopalakrishnan.S Assistant Professor Department of Computer Applications, SASTRA University,

More information

NEXT GENERATION ARCHIVE MIGRATION TOOLS

NEXT GENERATION ARCHIVE MIGRATION TOOLS NEXT GENERATION ARCHIVE MIGRATION TOOLS Cloud Ready, Scalable, & Highly Customizable - Migrate 6.0 Ensures Faster & Smarter Migrations EXECUTIVE SUMMARY Data migrations and the products used to perform

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

MDE Opportunities in Multi-Tenant Cloud Applications

MDE Opportunities in Multi-Tenant Cloud Applications MDE Opportunities in Multi-Tenant Cloud Applications Mohammad Abu Matar 1 and Jon Whittle 2 1 Etisalat British Telecom Innovation Center Khalifa University of Science, Technology and Research Abu Dhabi,

More information

Planning the Migration of Enterprise Applications to the Cloud

Planning the Migration of Enterprise Applications to the Cloud Planning the Migration of Enterprise Applications to the Cloud A Guide to Your Migration Options: Private and Public Clouds, Application Evaluation Criteria, and Application Migration Best Practices Introduction

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

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

FUJITSU Software Interstage Business Operations Platform: A Foundation for Smart Process Applications

FUJITSU Software Interstage Business Operations Platform: A Foundation for Smart Process Applications FUJITSU Software Interstage Business Operations Platform: A Foundation for Smart Process Applications Keith Swenson VP R&D, Chief Architect Fujitsu America, Inc. May 30, 2013 We are a software company

More information

Always On Infrastructure for Software as a Ser vice

Always On Infrastructure for Software as a Ser vice Solution Brief: Always On Infrastructure for Software as a Ser vice WITH EGENERA CLOUD SUITE SOFTWARE Egenera, Inc. 80 Central St. Boxborough, MA 01719 Phone: 978.206.6300 www.egenera.com Introduction

More information

The Next Evolution in Storage Virtualization Management

The Next Evolution in Storage Virtualization Management The Next Evolution in Storage Virtualization Management Global Storage Virtualization Simplifies Management, Lowers Operational Costs By Hitachi Data Systems July 2014 Contents Executive Summary... 3 Introduction...

More information

ORACLE REAL-TIME DECISIONS

ORACLE REAL-TIME DECISIONS ORACLE REAL-TIME DECISIONS KEY BUSINESS BENEFITS Improve business responsiveness. Optimize customer experiences with cross-channel real-time decisions at the point of interaction. Maximize the value of

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Fundamental Concepts and Models 1 1. Roles and Boundaries Could provider The organization that provides the cloud based IT resources Cloud consumer An organization (or a human) that has a formal contract

More information

How To Monitor Hybrid It From A Hybrid Environment

How To Monitor Hybrid It From A Hybrid Environment IT Monitoring for the Hybrid Enterprise With a Look at ScienceLogic Perspective 2012 Neovise, LLC. All Rights Reserved. Report Published April, 2015 Hybrid IT Goes Mainstream Enterprises everywhere are

More information

Bringing Open Choice & Application

Bringing Open Choice & Application Red Hat PaaS: Bringing Open Choice & Application Portability to the Cloud Take full advantage of clouds with JBoss Enterprise Middleware. Reduce costs and cycle times, ease development, and increase flexibility

More information

WWT View Point. Journey to the Private Cloud: Take the First Steps with FlexPod

WWT View Point. Journey to the Private Cloud: Take the First Steps with FlexPod WWT View Point Journey to the Private Cloud: Take the First Steps with FlexPod TABLE OF CONTENTS 1...EXECUTIVE OVERVIEW 2...SECTION 1: THE ROAD TO PRIVATE CLOUDS 3...SECTION 2: START WITH A STABLE INTEGRATED

More information

VMware vcloud Powered Services

VMware vcloud Powered Services SOLUTION OVERVIEW VMware vcloud Powered Services VMware-Compatible Clouds for a Broad Array of Business Needs Caught between shrinking resources and growing business needs, organizations are looking to

More information

SaaS A Product Perspective

SaaS A Product Perspective SaaS A Product Perspective Software-as-a-Service (SaaS) is quickly gaining credibility and market share against traditional packaged software. This presents new opportunities for product groups and also

More information

A Standardized Maturity Model for Designing SaaS Service Guideline

A Standardized Maturity Model for Designing SaaS Service Guideline A Standardized Maturity Model for Designing SaaS Guideline Seungseok Kang 1, Jaeseok Myung 1, Jongheum Yeon 1, Seong-wook Ha 2, Taehyung Cho 2, Ji-man Chung 2, Sang-goo Lee 1 Department of Computer Science

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

Cisco Cloud Architecture for the Microsoft Cloud Platform

Cisco Cloud Architecture for the Microsoft Cloud Platform Solution Overview Cisco Cloud Architecture for the Microsoft Cloud Platform BENEFITS Deliver complete cloud services with confidence: Offer best-in-class hybrid, IaaS, PaaS, and SaaS services enabled by

More information

Service Exchange@Cloud

Service Exchange@Cloud Service Exchange@Cloud Low Investment, Non-linear Revenue Growth Engine for Everyone! Bhavin Raichura, Ashutosh Agarwal Abstract Service Exchange @ Cloud is a platform, where the Service Publishers and

More information

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION October 2013 Daitan White Paper Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION Highly Reliable Software Development Services http://www.daitangroup.com Cloud

More information

The deployment of OHMS TM. in private cloud

The deployment of OHMS TM. in private cloud Healthcare activities from anywhere anytime The deployment of OHMS TM in private cloud 1.0 Overview:.OHMS TM is software as a service (SaaS) platform that enables the multiple users to login from anywhere

More information

The Advantages of Converged Infrastructure Management

The Advantages of Converged Infrastructure Management SOLUTION BRIEF Converged Infrastructure Management from CA Technologies how can I deliver innovative customer services across increasingly complex, converged infrastructure with less management effort

More information

Architectural Implications of Cloud Computing

Architectural Implications of Cloud Computing Architectural Implications of Cloud Computing Grace Lewis Research, Technology and Systems Solutions (RTSS) Program Lewis is a senior member of the technical staff at the SEI in the Research, Technology,

More information

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010 Computing Architecture Computing Introduction Computing Architecture Software Architecture for Outlook Corporate Research and Technologies, Munich, Germany Gerald Kaefer * 4 th Generation Datacenter IEEE

More information

PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION

PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION White Paper May 2012 Abstract Whether enterprises choose to use private, public or hybrid clouds, the availability of a broad range

More information

Rose Business Technologies

Rose Business Technologies Benefits of Software as a Service (SaaS) Software as a Service (SaaS) may be defined simply as software applications deployed over the Internet. With SaaS, a third-party provider licenses an application

More information

Key Considerations for Libraries

Key Considerations for Libraries Software as a Service and Cloud Computing: Key Considerations for Libraries 1 I ncreasingly, libraries are considering technology as a strategy. Rather than treating technology as merely tools for completing

More information

3 Ways to build a SaaS Product. Asteor Software Inc Ram Kumar - Director Product Management

3 Ways to build a SaaS Product. Asteor Software Inc Ram Kumar - Director Product Management 3 Ways to build a SaaS Product Asteor Software Inc Ram Kumar - Director Product Management SaaS without Multi-tenancy A separate server instance for each customer Separate Box Separate Shared Hosting Slice

More information

Performance Management for Cloudbased STC 2012

Performance Management for Cloudbased STC 2012 Performance Management for Cloudbased Applications STC 2012 1 Agenda Context Problem Statement Cloud Architecture Need for Performance in Cloud Performance Challenges in Cloud Generic IaaS / PaaS / SaaS

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

The Design of the Force.com Multitenant Internet Application Development Platform

The Design of the Force.com Multitenant Internet Application Development Platform The Design of the Force.com Multitenant Internet Application Development Platform Craig D Weissman CTO, Salesforce.com San Francisco, CA 94105 cweissman@salesforce.com Steve Bobrowski Technical Marketing

More information

GETTING THE MOST FROM THE CLOUD. A White Paper presented by

GETTING THE MOST FROM THE CLOUD. A White Paper presented by GETTING THE MOST FROM THE CLOUD A White Paper presented by Why Move to the Cloud? CLOUD COMPUTING the latest evolution of IT services delivery is a scenario under which common business applications are

More information

Establish and maintain Center of Excellence (CoE) around Data Architecture

Establish and maintain Center of Excellence (CoE) around Data Architecture Senior BI Data Architect - Bensenville, IL The Company s Information Management Team is comprised of highly technical resources with diverse backgrounds in data warehouse development & support, business

More information

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling Framework

More information

Building SaaSApplications on Microsoft Azure. November 2011

Building SaaSApplications on Microsoft Azure. November 2011 Building SaaSApplications on Microsoft Azure November 2011 www.zensar.com Zensar Technologies 2011 Software as a Service (SaaS) Various Dimensions What is SaaS SaaS is a Software Delivery Model ( As a

More information

SOA Maximizing Value of Cloud & On-Premise Applications & Services. Pierre Fricke Director Product Line Management, SOA Products Red Hat June 23, 2010

SOA Maximizing Value of Cloud & On-Premise Applications & Services. Pierre Fricke Director Product Line Management, SOA Products Red Hat June 23, 2010 SOA Maximizing Value of Cloud & On-Premise Applications & Services Pierre Fricke Director Product Line Management, SOA Products Red Hat June 23, 2010 Business Agility in a Turbulent World Competitors,

More information

The Service, The Cloud & The Method: The Connection Points

The Service, The Cloud & The Method: The Connection Points The Service, The Cloud & The Method: The Connection Points Thomas Erl SOA Systems Inc. Prentice Hall Service-Oriented Computing Series Started in 2003 Text Books are an Official Part of the SOACP Curriculum

More information

iscripts Top 10 challenges to consider before testing SaaS based applications

iscripts Top 10 challenges to consider before testing SaaS based applications Top 10 challenges to consider before testing SaaS based applications iscripts SaaS What s in store for 2015? Forrester has revealed that there is a significant change in adopting enterprise applications

More information

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Contents Executive Summary................................................ 1 Hybrid Cloud Delivery..............................................

More information

Have We Really Understood the Cloud Yet?

Have We Really Understood the Cloud Yet? 1 Have We Really Understood the Cloud Yet? Plethora of Definitions Hype? Range of Technologies and business models What really clicks in the Cloud? Pay per use no capex only opex! Meet seasonal loads elasticity

More information

Business Intelligence & Data Warehouse Consulting

Business Intelligence & Data Warehouse Consulting Transforming Raw Data into Business Results In the rapid pace of today's business environment, businesses must be able to adapt to changing customer needs and quickly refocus resources to meet market demand.

More information

Software-as-a-Service: Managing Key Concerns and Considerations

Software-as-a-Service: Managing Key Concerns and Considerations Software-as-a-Service: Managing Key Concerns and Considerations A research report Publication sponsored by: TABLE OF CONTENTS Introduction: Cloud IT, including SaaS, is Real IT Managing The Key Concerns

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

The IBM Cognos Platform

The IBM Cognos Platform The IBM Cognos Platform Deliver complete, consistent, timely information to all your users, with cost-effective scale Highlights Reach all your information reliably and quickly Deliver a complete, consistent

More information

Multi Tenancy and Customizations Issues in e-health SaaS Applications

Multi Tenancy and Customizations Issues in e-health SaaS Applications Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 10, October 2015,

More information

Kaseya White Paper Proactive Service Level Monitoring: A Must Have for Advanced MSPs

Kaseya White Paper Proactive Service Level Monitoring: A Must Have for Advanced MSPs Kaseya White Paper Proactive Service Level Monitoring: A Must Have for Advanced MSPs Providers of IT services, such as systems integrators, are expanding rapidly into the managed services arena, and becoming

More information

Executive summary. Table of Contents. Technical Paper Minimize program coding and reduce development time with Infor Mongoose

Executive summary. Table of Contents. Technical Paper Minimize program coding and reduce development time with Infor Mongoose Technical Paper Minimize program coding and reduce development time with Infor Mongoose Executive summary Infor Mongoose is an application development framework that lets you easily design and deploy software

More information

A Service-oriented Architecture for Business Intelligence

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 {name.surname@hp.com} Abstract Business intelligence is a business

More information

SPM rollouts in Large Ent erprise: different iat ing exist ing cloud architectures

SPM rollouts in Large Ent erprise: different iat ing exist ing cloud architectures SPM rollouts in Large Ent erprise: different iat ing exist ing cloud architectures 1 Table of contents Why this white paper?... 3 SPM for SMEs vs. SPM for LEs... 3 Why a multi-tenant and not single-tenant

More information

2014 Latin America Cloud Computing Market

2014 Latin America Cloud Computing Market 2014 Latin America Cloud Computing Market Changing the Way Companies Run their Businesses January 2015 Contents Section Slide Number Executive Summary 3 Introduction 5 Cloud Computing Business Impact 21

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T AP M S a a S and An a l yt i c s S t e p U p t o Meet the N e e d s o f M odern Ap p l i c a t i o n s, M o b i le Users, a n d H yb r i d C l o ud Ar c h i

More information

SOA CERTIFIED JAVA DEVELOPER (7 Days)

SOA CERTIFIED JAVA DEVELOPER (7 Days) SOA CERTIFIED JAVA DEVELOPER (7 Days) To achieve this certification, the following exams must be completed with a passing grade: Exam S90.01: Fundamental SOA & Service-Oriented Computing Exam S90.02: SOA

More information

Matrix the essence. five degrees Markt 15 3621 AB Breukelen The Netherlands. T: +31 88 0086400 www.fivedegrees.nl

Matrix the essence. five degrees Markt 15 3621 AB Breukelen The Netherlands. T: +31 88 0086400 www.fivedegrees.nl Matrix the essence five degrees Markt 15 3621 AB Breukelen The Netherlands T: +31 88 0086400 www.fivedegrees.nl Matrix - the essence Matrix the real alternative for universal banking Modern banks require

More information