EVENTUAL CONSISTENCY. Albrecht Stäbler, Shareholder of NovaTec Holding GmbH

Size: px
Start display at page:

Download "EVENTUAL CONSISTENCY. Albrecht Stäbler, Shareholder of NovaTec Holding GmbH"

Transcription

1 EVENTUAL CONSISTENCY 06/25/2015, ALBRECHT STÄBLER, SHAREHOLDER NOVATEC HOLDING GMBH Eventual Consistency: New Paradigms are needed for Software-Development, -Engineering -Processes and -Architectures to execute the digital Transformation Albrecht Stäbler, Shareholder of NovaTec Holding GmbH Best Practices and trends from projects, national and international Diskussionskreis Cloud, Forschung und Technologie together with the companies IBM, RedHat, DB- Systel, BG-Phoenics, University of Stuttgart and others Many thanks especially to the ICO- and BlueMix-teams from IBM

2 About the author / albrecht.staebler@gmx.net Albrecht Stäbler, born in 1965, until Mai 2015 chairman of the board of NovaTec Holding GmbH, is holding a university degree as Diplom-Ingenieur (University of Stuttgart) Albrecht Stäbler is teaching Cloud native Architectures EA/EAM, Software-Engineering & -Architectures, Operating System Software, Middleware and Workflow Management at universities domestically and abroad In strategic customer projects Albrecht Stäbler provided his experiences and his know-how for audits and crisis management As CEO Albrecht Stäbler was responsible for the corporate strategy Within the last years Albrecht Stäbler was strategically dealing with solution concepts for digital business transformations according to architectural and methodological aspects like cloud native architectures for new important business fields like IoT, BigData, Industry 4.0 and others 2

3 Disruption meets fields like technology, methods and user behaviour and habit Examples to the traditional thinking Pollution: calculation average for Baden Württemberg Traditional thinking (ACID based) Missing sensors are not allowed Completeness No fault tolerance New thinking Mass data statistical approach Missing sensor not relevant Fault tolerance, one missing sensor does not influence the overall statement Culture of the second chance To strand as an entrepreneur is not an issue, it s a feature to improve the second challenge 3

4 Disruption meets fields like technology, methods and user behaviour and habit Examples according to the new globalized approach Pillars of Israels startup success story Society: immigration enhances with multi cultural aspects Culture: Chutzpah The word is sometimes interpreted - particularly in business parlance - as meaning the amount of courage mettle or ardor that an individual has No hierarchy Political: army dominated new economy Famous Unit 8200 is an Israeli Intelligence Corps unit responsible for collecting signal intelligence (SIGINT) and code decryption 4

5 Different speed in digital business transformation in different countries Kingdom of Saudi Arabia: highest usage of twitter and facebook in average per habitant worldwide Political changes: Arabic spring was organized using messaging services Sometimes better infrastructure in so called developping countries Greenfield approach Investment protection Different culture and ages according to pay with own data Stability and obsolescenses Robustness inside systemic world / robustness / fault tolerances inside systems 5

6 Traditional Approach Business Architecture (Defined) IT / IS Strategy Traditional IT Strategy and Architecture Process Business Goals IT gets engaged late in Technology Implementation Projects after ability to collaborate has largely passed Enterprise IT Architecture Start Business Transformation Initiatives are started here, outside of the IT strategy process Business Exploration / Discovery Traditional Business Strategy and Transformation Process Business Transformation Design Business Change Programme IT Projects IT Projects Portfolio and Solution Architecture IT Projects 6

7 Consequences to the traditional approach Business and IT often remain poorly aligned/connected IT Departments are often still seen as a cost Business and IT find it hard to communicate effectively This lack of alignment often results in: Costs of IT being significantly larger than necessary Strategic investments being under-utilised Service Oriented Architecture makes this even more critical Technical and methodological evolution (lessons learned): micro services 7

8 Why is this approach unsustainable Too many external factors affecting technological competencies Government Prominent Role Disruptive Technology Changes Generation Y Need for Business Change Leadership Excellence Vision Regulation Executives need to stop looking at IT projects as technology installations and start looking at them as periods of organizational change that they have the responsibility to manage Harvard Business Review, November 2006 by Andrew McAfee, Associate Professor, Harvard Business School 8

9 Perception of IT is often falling behind expectations to find answers to new demands Source: gardeviance.org Smart Devices BigData GAP Real- Time BI / Mobile 9

10 We see an emergence of Systems of Engagement and Internet of Things co-existing with Systems of Record Systems of Record Systems of Engagement Data & Transactions Mobile CRM ERP App Infrastructure Virtualized Resources Next Generation Architectures Social Networking BigData and Analytics Insight Systems of Discovery Sensors Embedded intelligence Connected devices Signal from noise Internet of Things 10

11 IT also needs to become smarter about delivering services (continuous, automated delivery) OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC The growing complexity of IT systems and soon a trillion connected things demand that sprawling processes become standardized services that are efficient, secure and easy to access. A Service Management System will provide visibility, control and automation across IT and business services to ensure consistent delivery. Cloud Computing describes a new consumption and delivery model for IT services Tosca describes a declarative and imperative topology and orchestration model for the cloud 11

12 Shifting Trends in the IT Environment CEOs in the meanwhile see IT as a business enabler, no longer as a cost factor only From monolithic applications To dynamic services From static infrastructure To cloud services From programmed systems To cognitive systems From structured data at rest To unstructured data in motion From stable well-defined workloads To unpredictable workloads From standard devices To a variety of devices From proprietary standards To open innovation From Corporate owned IT To Infrastructure as a Service 12

13 IaaS, PaaS, SaaS who manages what? Traditional On-Premises Infrastructure as a Service Platform as a Service Software as a Service Applications Applications Applications Applications Data Data Data Data Runtime Runtime Runtime Runtime Middleware Middleware Middleware Middleware O/S O/S O/S O/S Virtualization Virtualization Virtualization Virtualization Servers Servers Servers Servers Storage Storage Storage Storage Networking Networking Networking Networking Client Manages Vendor Manages in Cloud 13 Standardization; OPEX savings; faster time to value

14 Attributes of cloud-native software (1) Modular, non-monolithic architecture ( micro services ) System consists of many small, self-contained components Each component / service developed and operated by a selfcontained team Built-in Multi-tenancy The higher the level of multi-tenancy, the more efficient the app is Built from the beginning to be operated as a (very) large, shared distributed system avoiding dedicated SW installations Horizontal Scalability Elastic Clean Separation of stateful from stateless components Each component can be scaled horizontally Can flexibility grow and shrink depending on load or other needs Stateless components can be treated more efficiently than stateful ones Loosely coupled Non-blocking communication Components can come up at any point in time Since anything can fail anytime (and be restarted elsewhere), avoid startup dependencies 14

15 Attributes of cloud-native software (2) Design for failure The larger a distributed app is, the more likely it is that a failure occurs for one of its components Avoidance of single points of failure Code assumes any node can fail at any point in time All application components should be resilient to reboots Granular failure In case one component of an application fails, the remaining ones should continue to be available Accessible via idempotent APIs API-based accessibility for an app Both usage and lifecycle mgmt API Developed in a hosted-first model Development and operations covered by a single team, owning the application e2e from dev to ops Typically very small teams Updates are applied very frequently (vs. big shipments every 6-9 months) Management concerns need to be addressed by the application from the beginning Granular rollout features are continuously added to the code (no large feature branches), gradually opened up to select audiences Easy-of-use / self-service In today s cloud-native world it s critical to allow achieving early success very quickly without requiring the user to read lots of documentation 15

16 Multi-tenancy Options Degrees of Isolation and Sharing Shared Hardware Shared OS Shared Middleware Shared App Tenant Tenant Tenant Tenant Tenant Tenant Tenant Tenant Application Instance Application Instance Application Instance Application Instance Application Instance Application Instance Multi-Tenant Application AppServer & Database AppServer & Database AppServer & Database AppServer & Database AppServer & Database AppServer & Database OS OS OS OS OS Hardware Hardware Hardware Hardware shared hardware shared OS shared middleware shared application Isolation Sharing 16

17 Considerations for moving Workloads to the Cloud What workloads are we seeing move to Cloud delivery? Single virtual appliance workloads Test and Pre-production systems Mature packaged offerings like and collaboration Software development environments Batch processing jobs with limited security requirements Isolated workloads where latency between components is not an issue Storage solutions / storage as a service Backup solutions / backup and restore as a service Some data intensive workloads, if the provider has a cloud storage offering tied to the cloud compute offering What workloads may not be ready for Cloud delivery today? Workloads which depend on sensitive data normally restricted to the enterprise e.g. employee information, health care records Workloads composed of multiple, co-dependent services High throughput online transaction processing Workloads requiring a high level of auditability, accountability e.g. workloads subject to Sarbanes-Oxley Workloads based on 3 rd party software which does not have a virtualization or cloud aware licensing strategy Workloads requiring detailed chargeback or utilization measurement as required for capacity planning or departmental level billing Workloads requiring customization (e.g. customized SaaS 17

18 Cloud Services Spectrum Cloud Enabled Workloads Cloud Centric Workloads Scalable Elastic Virtualized Multi-tenant Automated LIfecycle Integrated Lifecycle Heterogeneous Infrastructure Standardized Infrastructure Existing Middleware Workloads Compatibility with existing systems Emerging Platform Workloads Exploitation of new environments 18 18

19 A New Operating Model for Cloud Centric Applications Capabilities and User Experience Today Emerging Primary Workload Types Systems of Record (Transactional) Systems of Engagement (+ Record) (BigData, Analytics, Mobile/Social Channels) Delivery Model Planned Incremental (DevOps) Development and Operations Team Sizes 100s and Costly 10s with built-in DevOps automation Release Frequency Months to Years Days to Weeks, based on business opportunity Integration Frequency Weeks Continuous Infrastructure Deployment Days Minutes Time to Value Planned Opportunistic Operational Model Service Sourcing Systems Management Develop Built in to application, Recovery Oriented Computing, Continuous Availability Consume and Assemble (Public and Private) 19

20 Workloads and Applications Client Applications Driven by market needs vs. technology New workloads Cloud Centric Systems of Engagement + Mobile Access Social & Collaboration Analytics Hadoop PHP Cassandra Nginx Munin Optimized for agility and velocity for variable workloads, scale, dynamic composition, multiple programming models & services New scalable runtime focusing on progressive composition with loosely coupled delegated models integrating development, application services, operations, and infrastructure Existing Workloads Cloud Enabled Systems of Record + Custom Applications Packaged Apps (IBM, SAP, Oracle) Middleware (J2EE, Transactions) Database BPM WAS/J2EE CICS/IMS Portal Optimized for reducing OPEX for existing patterns and integrating with existing operational and service management processes Significant body of automation and integration content for existing workloads (SAP, Oracle etc.) Still a large opportunity as customers implement virtualization and evolve to standardization 20

21 Five Emerging Cloud Architectures / new DevOps- and SE processes according to 1. Virtualized Traditional - Extensions of Java Application Servers, Support for Traditional Transactional Workloads (Cloud enabled) Moving existing workloads to the cloud Requires best practices, patterns, tooling 2. Database Centric - data driven + small computation on small data With multi-tenancy attractive for enterprise and service providers 3. Content Centric - computation needs to be close to data + large computation on large data Data Mining, Analytics, Data Warehouse, 4. Loosely Coupled - computation and data are separate Can be addressed by existing middleware, but relaxed consistency models emerging 5. Storage Analytics - Data and Storage Integration Composable software development, integrated continuous delivery as a service, IDE as a service, i.e. BlueMix 21

22 Investment protection, non greenfield (standard situation): Manage cloud native architectures / Cloud enabling strategies Existing approaches for Enterprise Architecture Management are too limited Oversized High training effort due to strong), level of detail results in extensive data gathering upfront Tools, methods and vizualisations suitable for few experts only (IT Architects) Hard to keep data current due to lacking engagement of the rest of the organization High initial invest Do-it-yourself Re-invent the wheel when defining own Architecture Frameworks and data models Effort to customize generic tools such as SharePoint or Excel Manual creation of appealing vizual reports of the IT landscape Cluttered user interfaces which are hard to use 22

23 A different approach with more social interaction promises greater benefits for Architecture Management More than 50% of companies report increased speed to access internal experts, reduce communication cost and increased speed to access knowledge. 3) 15% of applications can be shut down if identified through transparency 4) 23 Source: 1) 3) McKinsey Global Survey, 2) IBM Global CIO Study, 4) Detecon, 5) Nucleus Research

24 The need for new approaches was born in daily projects and roles in a Logistics company Application & Technology Lifecycle Management IT Integration after M&A IT Complexity Reduction Business & IT Transformation Legacy IT landscape in > 100 business units IT Integration in > 80 countries ~ 1000 applications in 90 countries Cloud Roadmap for > 100 applications 24

25 collaboration focusses on information that can be turned into value for the company IT Inventory Interactive Reporting Collaboration Platform Capture the knowledge of distributed users in a single source of truth without training effort Fast and easy access to essential information for everybody (Smart Search) Harmonize the IT portfolio to optimize IT cost and reduce IT complexity Increase the use of information by reports tailored to the users needs (Filters & Views) Faster communication and engage your employees to collaborate across organizational boundaries Establish an efficient information exchange better than Ping-Pong and cluttered file-shares 25

26 smart data model covers all central building blocks of TOGAF architecture management TOGAF Attribute in Fact Sheets User Group Source: TOGAF Recommendation Should not be covered in a structured way, because: Understand text format is easier Link to related objects difficult to achieve Good coverage of all essential information in repository All concepts in Business-, Information-Systems and Technology-Architecture can be reflected To ensure high data quality and usage of a broader audience not all details will be stored (avoid data silos) Business Capability Project Data Object Application IT Component Tech. Stack Planning & Collaboration supports transformation management Lifecycle, successor and visualization of roadmaps Management of the IT project poretfolio to achieve target architecture 26

27 Interaction and collaboration between different stakeholders make handling IT topics more easy CIO, CFO, CEO Business Unit IT Business Manager & Project Leaders Understandable Terms Self-explanatory fields Easy customization Inline-Forms Interactive Reporting Collaboration Platform Finance & Procurement IT Infrastruktur & Service Managers IT Architects 27

28 THANK YOU FOR YOUR ATTENTION 06/25/2015, ALBRECHT STÄBLER, HERMAN HOLLERITH ZENTRUM

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Blueprint and Roadmap Service 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Cloud Computing: Addressing Today s Business Challenges Business Flexibility & Agility Cost

More information

Understanding Cloud. #IBMDurbanHackathon. Presented by: Britni Lonesome IBM Cloud Advisor

Understanding Cloud. #IBMDurbanHackathon. Presented by: Britni Lonesome IBM Cloud Advisor Understanding Cloud #IBMDurbanHackathon Presented by: Britni Lonesome IBM Cloud Advisor What is this thing called cloud? Cloud computing is a new consumption and delivery model inspired by consumer internet

More information

e&co. Cloud Transformation Advisory. End2End Cloud Delivery Model for Enterprises.

e&co. Cloud Transformation Advisory. End2End Cloud Delivery Model for Enterprises. e&co. Cloud Transformation Advisory. End2End Cloud Delivery Model for Enterprises. WE DELIVER TRANSFORMATION. ENABLING DIGITAL VALUE. Our complete End2End Cloud Delivery Model for Enterprises. Especially

More information

Fortacs Group, LLC S T R A T E G I C B U S I N E S S A N D I T S O L U T I O N S

Fortacs Group, LLC S T R A T E G I C B U S I N E S S A N D I T S O L U T I O N S Fortacs Group, LLC S T R A T E G I C B U S I N E S S A N D I T S O L U T I O N S Above the Cloud Helping clients creating value through targeted cloud application decisions and migration strategies A structured

More information

Alessandra Brasca Il p unto di vista I BM B

Alessandra Brasca Il p unto di vista I BM B Alessandra Brasca Il punto di vista IBM Cloud trends are changing entire industries by engaging data, mobile and social through innovative applications Social Mobile Big Data Powered by Cloud Using context

More information

Cloud Computing, How do I do that?

Cloud Computing, How do I do that? Cloud Computing, How do I do that? Christian Verstraete Chief Technologist - Cloud Every Generation has a Defining Industry 2 IT is the Defining Industry of our Generation 1970-80s Mainframe 1990s Client/Server

More information

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation Welcome to: Unit 1 Overview of delivery models in Cloud Computing 9.1 Unit Objectives After completing this unit, you should be able to: Understand cloud history and cloud computing Describe the anatomy

More information

IBM Cloud Architecture and Strategy

IBM Cloud Architecture and Strategy Gerd Breiter, IBM Distinguished Engineer March 2013 IBM Cloud Architecture and Strategy Selected Topics Mobility, big data, analytics, social collaboration and cloud are creating a new wave of business

More information

Bluemix Overview. Last Updated: October 10th, 2017

Bluemix Overview. Last Updated: October 10th, 2017 Bluemix Overview Last Updated: October 10th, 2017 Agenda Overview Architecture Apps & Services Cloud Computing An estimated 85% of new software is being built for cloud deployment Cloud Computing is a

More information

Perspektive Cloud Computing Wertschöpfung für Unternehmen heute und morgen. Fabian Klose, Cloud Solution Sales Leader, Germany

Perspektive Cloud Computing Wertschöpfung für Unternehmen heute und morgen. Fabian Klose, Cloud Solution Sales Leader, Germany Perspektive Cloud Computing Wertschöpfung für Unternehmen heute und morgen Fabian Klose, Cloud Solution Sales Leader, Germany IBM CEO Study Technology Factors are leading 1 Speed Value 90% view cloud as

More information

Cloud: An Engine for Innovation and Productivity

Cloud: An Engine for Innovation and Productivity Jim Comfort :: General Manager, IBM Cloud Services Lance Crosby :: CEO, SoftLayer, an IBM Company Cloud: An Engine for Innovation and Productivity October 22, 2013 Sponsored by IBM What is driving IT demand

More information

Applicazioni Cloud native

Applicazioni Cloud native Applicazioni Cloud native Marco Dragoni IBM Cloud - Italy Roberto Pozzi IBM Cloud - Italy 2017 IBM Corporation 1 IBM Bluemix is our Integrated Cloud Platform Industry IoT Block Chain Health Financial Services

More information

Cloud Opportunity and Smarter IT Delivery Bora TAŞER

Cloud Opportunity and Smarter IT Delivery Bora TAŞER Cloud Opportunity and Smarter IT Delivery Bora TAŞER Test & Development Cloud Computing Leader & SME, IBM CEE Agenda What is Cloud Computing? (aka Computing on Demand - CoD) What is the Market Trend? Upcoming

More information

http://azure123.rocks/ Agenda Why use the cloud to build apps? Virtual machines for lift-shift scenarios Microservices and Azure Service Fabric Data services in Azure DevOps solutions Compute Compute

More information

IBM BPM on zenterprise

IBM BPM on zenterprise IBM BPM on zenterprise The world has turned Andreas Gröschl, Mainframe Architect groeschl@de.ibm.com The Modern Enterprise is a Network of Complex Interactions Powered by Mainframe Assets 70% of corporate

More information

Architecting an On Demand Enterprise with the Federal Enterprise Architecture (FEA) Andras R. Szakal Chief Architect, IBM Federal Software, S&D

Architecting an On Demand Enterprise with the Federal Enterprise Architecture (FEA) Andras R. Szakal Chief Architect, IBM Federal Software, S&D Architecting an On Demand Enterprise with the Federal Enterprise Architecture (FEA) Andras R. Szakal Chief Architect, IBM Federal Software, S&D Agenda? What is driving organizations toward an On Demand

More information

JOURNEY TO AS A SERVICE

JOURNEY TO AS A SERVICE JOURNEY TO AS A SERVICE CONTAINERIZATION JULY 2017 THE DIGITAL ERA EVOLVED IT TO BUSINESS STRATEGY Siloed, legacy, de-centralized, multi vendor setup. IT product focused. AO Operations IO Operations Wall

More information

The Composable Business

The Composable Business The Composable Business Ben Mann, Program Director Foundation & Integration Software July 1, 2014 Our World is Changing through Disruptive Technologies Cloud Mobile & Internet of Things Big Data Analytics

More information

Thriving in a Hybrid World. Dean J. Marsh Vice President, Client Success IBM Analytic Solutions

Thriving in a Hybrid World. Dean J. Marsh Vice President, Client Success IBM Analytic Solutions Thriving in a Hybrid World Dean J. Marsh Vice President, Client Success IBM Analytic Solutions Today 3 technology forces are converging Data Cloud, Apps, and Services Cloud Smarter factories Smarter cities

More information

Application & Data Modernization enabling your Digital Transformation. Dennis Lauwers European Technical Leader Hybrid Cloud

Application & Data Modernization enabling your Digital Transformation. Dennis Lauwers European Technical Leader Hybrid Cloud Application & Data Modernization enabling your Digital Transformation Dennis Lauwers European Technical Leader Hybrid Cloud Dennis Lauwers European Technical Leader Hybrid Cloud @DenLauwers Getting innovation

More information

itsmf Annual Conference 2012

itsmf Annual Conference 2012 itsmf Annual Conference 2012 IBM Cloud Adoption Patterns Rethink IT, Reinvent Business Mr. Alwyn Tse Technical Consultant, Software Group, IBM China/HK Ltd Rethink IT and reinvent business with IBM SmartCloud.

More information

Service Management for the Mobile Mainframe Delivered via Cloud Lunch and Learn

Service Management for the Mobile Mainframe Delivered via Cloud Lunch and Learn Service Management for the Mobile Mainframe Delivered via Cloud Lunch and Learn Mike Baskey, DE, Cloud and Smarter Infrastructure IBM August 15, 2013 Session 14345 Mainframe applications increasingly used

More information

Increase Value and Reduce Total Cost of Ownership and Complexity with Oracle PaaS

Increase Value and Reduce Total Cost of Ownership and Complexity with Oracle PaaS Increase Value and Reduce Total Cost of Ownership and Complexity with Oracle PaaS Oracle PaaS Reduces Operating Costs and Drives Value Creation O R A C L E W H I T E P A P E R 2 0 1 7 Executive Summary

More information

Fast Innovation requires Fast IT

Fast Innovation requires Fast IT Fast Innovation requires Fast IT Trends and Data Centre Innovation Sudheesh Subhash Principal Solutions Architect Agenda Application trends Current data centre trends IT Cloud integration Automation and

More information

<Insert Picture Here> Cloud: Is it Ready for Prime Time?

<Insert Picture Here> Cloud: Is it Ready for Prime Time? Cloud: Is it Ready for Prime Time? Dave Partridge dave.partridge@oracle.com Senior Sales Consultant, Oracle Public Sector Platform Team May 29, 2013 The following is intended to outline

More information

Hybrid Cloud Adoption: Transforming to Hybrid Cloud with DevOps, Microservices, Containers and APIs

Hybrid Cloud Adoption: Transforming to Hybrid Cloud with DevOps, Microservices, Containers and APIs Hybrid Cloud Adoption: Transforming to Hybrid Cloud with DevOps, Microservices, Containers and APIs Sanjeev Sharma CTO, DevOps Technical Sales and Adoption IBM Distinguished Engineer, IBM Cloud sanjeev.sharma@us.ibm.com

More information

Evolving Your Infrastructure to Cloud

Evolving Your Infrastructure to Cloud Evolving Your Infrastructure to Cloud Creating Your Cloud Strategy for Enterprise Applications Jim Gargan SVP Cloud Infrastructure Group January 19, 2017 Cloud Is Impacting Every Industry, Every Geography

More information

The Migration of Web Applications to the Cloud Environment By. Pethuru Raj PhD Enterprise Architect Sify Software Ltd. Chennai

The Migration of Web Applications to the Cloud Environment By. Pethuru Raj PhD Enterprise Architect Sify Software Ltd. Chennai The Migration of Web Applications to the Cloud Environment By Pethuru Raj PhD Enterprise Architect Sify Software Ltd. Chennai 1 Agenda Sify Software Ltd. Overview The Cloud Distinctions Why Cloud Modernization

More information

<Insert Picture Here> Cloud Computing

<Insert Picture Here> Cloud Computing Cloud Computing Jean-Claude Haupfleisch Sales Consultant The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

xpaas Track Menny Tsarfaty Solution Architect, Manager Red Hat

xpaas Track Menny Tsarfaty Solution Architect, Manager Red Hat xpaas Track Menny Tsarfaty Solution Architect, Manager Red Hat Agenda l l l l l l xpaas Red Hat E&M Cloud Offering based on Red Hat Cloud Suite Innovation, Not Infrastructure: Google Cloud The Enterprise

More information

REPENSEZ VOTRE STRATÉGIE SAP ET ENTREZ DANS LE CLOUD HYBRIDE

REPENSEZ VOTRE STRATÉGIE SAP ET ENTREZ DANS LE CLOUD HYBRIDE #SAPWEEK REPENSEZ VOTRE STRATÉGIE SAP ET ENTREZ DANS LE CLOUD HYBRIDE @RollZanzucchi PARIS, LE 7 APRIL 2016 Modernize IT for SAP Joakim Zetterblad, EMEA Director SAP Solutions, EMC EMEA Copyright 2016

More information

Microsoft FastTrack For Azure Service Level Description

Microsoft FastTrack For Azure Service Level Description ef Microsoft FastTrack For Azure Service Level Description 2017 Microsoft. All rights reserved. 1 Contents Microsoft FastTrack for Azure... 3 Eligible Solutions... 3 FastTrack for Azure Process Overview...

More information

MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN

MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN Tobias Hartwig Regional Product Manager EMEA Red Hat thartwig@redhat.com & Brad Davis Director of FSI Solutions Red Hat bdavis@redhat.com

More information

INTRODUCTION AUX APPLICATIONS CLOUD NATIVE AVEC PIVOTAL READY SYSTEM

INTRODUCTION AUX APPLICATIONS CLOUD NATIVE AVEC PIVOTAL READY SYSTEM INTRODUCTION AUX APPLICATIONS CLOUD NATIVE AVEC PIVOTAL READY SYSTEM EMMANUEL BERNARD PRINCIPAL SYSTEM ENGINEER, CLOUD PLATFORM SPECIALIST DELL EMC @_ebernard GLOBAL SPONSORS Every Business is Becoming

More information

Realizing the Value of Cloud

Realizing the Value of Cloud the way we do it Realizing the Value of Cloud Leveraging the value of Cloud Companies are realizing that the Cloud is an inevitable part of their future not a question of if but rather when, where, what

More information

Module: Building the Cloud Infrastructure

Module: Building the Cloud Infrastructure Upon completion of this module, you should be able to: Describe the cloud computing reference model Describe the deployment options and solutions for building a cloud infrastructure Describe various factors

More information

Cloud Computing An IBM Perspective

Cloud Computing An IBM Perspective Computing An IBM Perspective Simeon McAleer, PhD mcaleer@us.ibm.com IBM S&D Solutions IT Architect Evolution of Computing Computing Software as a Grid Computing Solving large problems with parallel computing

More information

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

Datametica. The Modern Data Platform Enterprise Data Hub Implementations. Why is workload moving to Cloud

Datametica. The Modern Data Platform Enterprise Data Hub Implementations. Why is workload moving to Cloud Datametica The Modern Data Platform Enterprise Data Hub Implementations Why is workload moving to Cloud 1 What we used do Enterprise Data Hub & Analytics What is Changing Why it is Changing Enterprise

More information

Tech Mahindra s Cloud Platform and PaaS Offering. Copyright 2015 Tech Mahindra. All rights reserved.

Tech Mahindra s Cloud Platform and PaaS Offering. Copyright 2015 Tech Mahindra. All rights reserved. Tech Mahindra s Platform and PaaS Offering 1 Issues impacting today s Enterprises? Coping with new hardware requirements as the enterprise grows Growing number of stakeholders with various requirements

More information

Deliver a Private Cloud Middleware Platform or Public Cloud Platform as a Service

Deliver a Private Cloud Middleware Platform or Public Cloud Platform as a Service Deliver a Private Cloud Middleware Platform or Public Cloud Platform as a Service Paul Fremantle, Co-founder and CTO Chris Haddad, Vice President Technology Evangelism Chris Haddad Your Presenters WSO2

More information

Rethink IT and Reinvent Business

Rethink IT and Reinvent Business Rethink IT and Reinvent Business Ingo Averdunk Distinguished Engineer IBM Cloud & Smarter Infrastructure Lab Services and Support 1 The Challenge: Innovate While Managing Rapid Change Smarter Physical

More information

Middleware Modernization: lay the foundation to your digital success

Middleware Modernization: lay the foundation to your digital success Middleware Modernization: lay the foundation to your digital success Agenda 1 Why modernize? 5 Platform services 2 What middleware capabilities would a digital enterprise need? 6 People and processes 3

More information

MapR Pentaho Business Solutions

MapR Pentaho Business Solutions MapR Pentaho Business Solutions The Benefits of a Converged Platform to Big Data Integration Tom Scurlock Director, WW Alliances and Partners, MapR Key Takeaways 1. We focus on business values and business

More information

HYBRID CLOUD MANAGEMENT WITH. ServiceNow. Research Paper

HYBRID CLOUD MANAGEMENT WITH. ServiceNow. Research Paper HYBRID CLOUD MANAGEMENT WITH ServiceNow Research Paper 1 Introduction The demand for multiple public and private cloud platforms has been increasing significantly due to rapid growth in adoption of cloud

More information

IBM SmartCloud Strategy How cloud computing can support your business Christoph Schwaiger Cloud Offering manager, CEE October 18th, 2011

IBM SmartCloud Strategy How cloud computing can support your business Christoph Schwaiger Cloud Offering manager, CEE October 18th, 2011 IBM SmartCloud Strategy How cloud computing can support your business Christoph Schwaiger Cloud Offering manager, CEE October 18th, 2011 Expectations and demands on data centers are increasing exponentially

More information

Cloud without compromise: continuous innovation for growth

Cloud without compromise: continuous innovation for growth Cloud without compromise: continuous innovation for growth Jim Comfort General Manager, IBM Cloud Services Lance Crosby CEO, SoftLayer, an IBM Company October 8, 2013 What is driving IT demand in today

More information

SAP HANA MADE SIMPLE WITH VALIDATED SOLUTIONS & CONVERGED SYSTEMS. Joakim Zetterblad, Director SAP Practice, EMEA

SAP HANA MADE SIMPLE WITH VALIDATED SOLUTIONS & CONVERGED SYSTEMS. Joakim Zetterblad, Director SAP Practice, EMEA SAP HANA MADE SIMPLE WITH VALIDATED SOLUTIONS & CONVERGED SYSTEMS Joakim Zetterblad, Director SAP Practice, EMEA The NEW SAP fromthings IoT Applications IoT Analytics Connected Devices SAP HANA Cloud Platform

More information

zexperten Forum Luzern 10/2016 Cloud on Mainframe / Don t worry be API

zexperten Forum Luzern 10/2016 Cloud on Mainframe / Don t worry be API Erich Amrehn Distinguished Engineer & Versatilist CTO WW Client Center Member of IBM Academy of Technology, TEC & WW zchampion Leader Research & Development Boeblingen zexperten Forum Luzern 10/2016 Cloud

More information

Information Architecture: Leveraging Information in an SOA Environment. David McCarty IBM Software IT Architect. IBM SOA Architect Summit

Information Architecture: Leveraging Information in an SOA Environment. David McCarty IBM Software IT Architect. IBM SOA Architect Summit Information Architecture: Leveraging Information in an SOA Environment David McCarty IBM Software IT Architect 2008 IBM Corporation SOA Architect Summit Roadmap What is the impact of SOA on current Enterprise

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 E f f e c t i ve M u l t i c l o u d, H yb r i d I T Operations D e p e n d o n Au tomation and An a l yt i c s April 2017 Adapted from Effective Multicloud

More information

Solutions to Cloud Native Applications. Bassam Zantout - Advisory vspecialist SE

Solutions to Cloud Native Applications. Bassam Zantout - Advisory vspecialist SE Solutions to Cloud Native Applications Bassam Zantout - Advisory vspecialist SE THE TRENDS Remove friction across software supply chain Offering Idea SHARED RESPONSIBILITY Common incentives, tools, process,

More information

Composite Cloud Applications and Portable Topologies

Composite Cloud Applications and Portable Topologies Composite Cloud Applications and Portable Topologies Vinothini Raju CEO @ Bluemeric Technologies @vinothiniraju Agenda 01 Composite Cloud / Modern Application Business 01 Drivers Continuous Delivery(CD)

More information

Lesson 3 Cloud Platform as a Service usages for accelerated Design and Deployment of IoTs

Lesson 3 Cloud Platform as a Service usages for accelerated Design and Deployment of IoTs Lesson 3 Cloud Platform as a Service usages for accelerated Design and Deployment of IoTs 1 Large and Big Data platform Oracle IOT PaaS For delivering, integrating, securing and retrieving For analysing

More information

Capgemini Cloud Platform. Migrate, operate, and innovate every aspect of your business in the cloud

Capgemini Cloud Platform. Migrate, operate, and innovate every aspect of your business in the cloud Capgemini Cloud Platform Migrate, operate, and innovate every aspect of your business in the cloud Better cloud. Better business. Cloud first is a compelling concept: build exciting new offers, get to

More information

SIRIUS COMPUTER SOLUTIONS

SIRIUS COMPUTER SOLUTIONS SIRIUS COMPUTER SOLUTIONS Discover Cloud Development Using Bluemix Brad Burns, Practice Manager Business Agility Custom Application Development www.siriuscom.com 4/27/2017 1 Challenges with Application

More information

Fostering Business Consumption With Automation & Orchestration Of IT Services. Antoine Acklin Head of Consulting, Australia & New Zealand

Fostering Business Consumption With Automation & Orchestration Of IT Services. Antoine Acklin Head of Consulting, Australia & New Zealand Fostering Business Consumption With Automation & Orchestration Of IT Services Antoine Acklin Head of Consulting, Australia & New Zealand 1 IT AS A SERVICE 62% 70% BUSINESS LEADERS IT LEADERS Business leaders

More information

Customer COE Hybrid Solutions Cloud (SaaS) / OnPremise Challenges Michael Zöller, SAP SE, Mission Control Center (MCC) EMEA Cloud Deployment Support

Customer COE Hybrid Solutions Cloud (SaaS) / OnPremise Challenges Michael Zöller, SAP SE, Mission Control Center (MCC) EMEA Cloud Deployment Support Customer COE Hybrid Solutions Cloud (SaaS) / OnPremise Challenges Michael Zöller, SAP SE, Mission Control Center (MCC) EMEA Cloud Deployment Support Agenda Customer COE Basic Functions How is the role

More information

The Hybrid Enterprise: Working Across On-premises, IaaS, PaaS and SaaS

The Hybrid Enterprise: Working Across On-premises, IaaS, PaaS and SaaS The Hybrid Enterprise: Working Across On-premises, IaaS, PaaS and SaaS Rob Aragao & Stan Wisseman #MicroFocusCyberSummit Primary Goal of Businesses Today Drive Digital Transformation!! 2 For Most Organizations,

More information

Cisco Intelligent Automation for Cloud

Cisco Intelligent Automation for Cloud Data Sheet Cisco Intelligent Automation for Cloud Introduction IT is under increasing pressure to deliver services to the business more quickly and inexpensively than ever before. Fortunately, a new solution,

More information

CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE

CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE Oracle Enterprise Manager is Oracle s strategic integrated enterprise IT management product line. It provides the industry s first complete cloud lifecycle

More information

The Cloud at Your Service

The Cloud at Your Service C 1 The Cloud at Your Service loud computing is a way to use and share hardware, operating systems, storage, and network capacity over the Internet. Cloud service providers rent virtualized servers, storage,

More information

What s new on Azure? Jan Willem Groenenberg

What s new on Azure? Jan Willem Groenenberg What s new on Azure? Jan Willem Groenenberg Why the cloud? Rapidly setup environments to drive business priorities Scale to meet peak demands Increase daily activities, efficiency and reduced cost. Why

More information

Srinivasan Sundara Rajan MASTER Architect / Cloud Evangelist / Cloud Computing Journal Author

Srinivasan Sundara Rajan MASTER Architect / Cloud Evangelist / Cloud Computing Journal Author Architecting The Cloud Srinivasan Sundara Rajan MASTER Architect / Cloud Evangelist / Cloud Computing Journal Author Cloud Definition Definition Cloud Computing is a model for enabling convenient, on-demand

More information

Journey to the Cloud Experiences from SAP s Transformation

Journey to the Cloud Experiences from SAP s Transformation Journey to the Cloud Experiences from SAP s Transformation Michael Golz, SVP & CIO Americas SAP October 18, 2018 SAP Strategy Deliver the Intelligent Enterprise THE INTELLIGENT ENTERPRISE features 3 KEY

More information

Optimized Business Processes in the Age of Cloud Computing

Optimized Business Processes in the Age of Cloud Computing ORACLE PRODUCT LOGO Month, Day, Year Venue City Optimized Business Processes in the Age of Cloud Computing Stelios Daskalakis, Senior Technology Sales Consultant stelios.daskalakis@oracle.com The following

More information

Deploy de aplicações na nuvem usando serviços de IoT e Computação Cognitiva

Deploy de aplicações na nuvem usando serviços de IoT e Computação Cognitiva Deploy de aplicações na nuvem usando serviços de IoT e Computação Cognitiva IBM Bluemix Wilson Magalhães Jr Cloud Ecod Leader wilsontm@br.ibm.com @WilsonTM_JR #bluemix The app revolution Fundamentally

More information

Meetup DB2 LUW - Madrid. IBM dashdb. Raquel Cadierno Torre IBM 1 de Julio de IBM Corporation

Meetup DB2 LUW - Madrid. IBM dashdb. Raquel Cadierno Torre IBM 1 de Julio de IBM Corporation IBM dashdb Raquel Cadierno Torre IBM Analytics @IBMAnalytics rcadierno@es.ibm.com 1 de Julio de 2016 1 2016 IBM Corporation What is dashdb? http://www.ibm.com/analytics/us/en/technology/cloud-data-services/dashdb/

More information

5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud

5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud 5 Pitfalls and 5 Payoffs of Conducting Your Business Processes in the Cloud Keith Swenson VP R&D, Chief Architect Fujitsu America, Inc. April 2014 Fujitsu at a Glance Headquarters: Tokyo, Japan Established:

More information

ACCELERATING DIGITIZATION THROUGH NEXT-GENERATION INTEGRATION

ACCELERATING DIGITIZATION THROUGH NEXT-GENERATION INTEGRATION ACCELERATING DIGITIZATION THROUGH NEXT-GENERATION INTEGRATION Introduction and market scenario An explosive nexus of four digital forces mobile, cloud, social media, and big data combined with the Internet

More information

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y I D C M A R K E T S P O T L I G H T E f f e c t i ve M u l ticloud Str ategies B reak Dow n S i l o s a n d Promote Business Ag i l i t y August 2016 Adapted from IDC's Multicloud Management Survey by

More information

Learn How To Implement Cloud on System z. Delivering and optimizing private cloud on System z with Integrated Service Management

Learn How To Implement Cloud on System z. Delivering and optimizing private cloud on System z with Integrated Service Management Learn How To Implement Cloud on System z Delivering and optimizing private cloud on System z with Integrated Service Mike Baskey, Distinguished Engineer, Tivoli z Architecture IBM August 9th, 2012 Session:

More information

Intel IT Cloud 2012 and Beyond. Cathy Spence, Enterprise Architect Intel Information Technology April 2012

Intel IT Cloud 2012 and Beyond. Cathy Spence, Enterprise Architect Intel Information Technology April 2012 Intel IT Cloud 2012 and Beyond Cathy Spence, Enterprise Architect Intel Information Technology April 2012 Agenda Intel IT Details Cloud in the Industry Intel IT Cloud Maturity Model Our Results to Date

More information

IBM Bluemix IBM Cognitive services

IBM Bluemix IBM Cognitive services IBM Bluemix IBM Cognitive services Laszlo Boa Laszlo Boa Cloud Architect Cloud Architect Central Eastern Europe laszlo.boa@hu.ibm.com +36 20 823 5412 Content What is IBM Bluemix? What is IBM Watson? Live

More information

Amsterdam. (technical) Updates & demonstration. Robert Voermans Governance architect

Amsterdam. (technical) Updates & demonstration. Robert Voermans Governance architect (technical) Updates & demonstration Robert Voermans Governance architect Amsterdam Please note IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice

More information

INSIDE THIS ISSUE. Whitepaper

INSIDE THIS ISSUE. Whitepaper Whitepaper INSIDE THIS ISSUE This whitepaper explains why Microsoft Dynamics AX is particularly well-suited for supporting the needs of large enterprise-class organizations with a broad international presence.

More information

In search of the Holy Grail?

In search of the Holy Grail? In search of the Holy Grail? Our Clients Journey to the Data Lake André De Locht Sr Business Consultant Data Lake, Information Integration and Governance $ andre.de.locht@be.ibm.com ( +32 476 870 354 Data

More information

The innovation engine for the digitized world The New Style of IT

The innovation engine for the digitized world The New Style of IT The innovation engine for the digitized world The New Style of IT New Style of IT supported by HP Software bernd.ludwig@hpe.com Copyright 2015 Hewlett-Packard Development Company, L.P. The information

More information

Stateful Services on DC/OS. Santa Clara, California April 23th 25th, 2018

Stateful Services on DC/OS. Santa Clara, California April 23th 25th, 2018 Stateful Services on DC/OS Santa Clara, California April 23th 25th, 2018 Who Am I? Shafique Hassan Solutions Architect @ Mesosphere Operator 2 Agenda DC/OS Introduction and Recap Why Stateful Services

More information

Atelier App Days: Comment utiliser IBM Bluemix pour développer vite et efficacement des apps innovantes?

Atelier App Days: Comment utiliser IBM Bluemix pour développer vite et efficacement des apps innovantes? Atelier App Days: Comment utiliser IBM Bluemix pour développer vite et efficacement des apps innovantes? Christian Chateauvieux Architecte IBM Cloud - @CChateauvieux Etienne Noiret Ingénieur avant-vente

More information

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE Oracle Enterprise Manager is Oracle s strategic integrated enterprise IT management product line. It provides the industry s first complete cloud lifecycle management

More information

Maturing IoT solutions with Microsoft Azure. Glenn Colpaert Azure/IoT Domain

Maturing IoT solutions with Microsoft Azure. Glenn Colpaert Azure/IoT Domain Maturing IoT solutions with Microsoft Azure Glenn Colpaert Azure/IoT Domain Lead @GlennColpaert Who we are 2000 Belgium 2004 France 2013 Portugal 2016 Switzerland 2016 UK 2016 The Netherlands 2017 Malta

More information

The Future of Cloud for Digital Business

The Future of Cloud for Digital Business Robert LeBlanc Senior Vice President Software and Cloud Solutions We are in an era of dramatic industry innovation & transformation Retail Healthcare Banking Insight for targeted campaigns Collaboration

More information

A Examcollection.Premium.Exam.35q

A Examcollection.Premium.Exam.35q A2030-280.Examcollection.Premium.Exam.35q Number: A2030-280 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ Exam Code: A2030-280 Exam Name: IBM Cloud Computing Infrastructure

More information

Esri Managed Cloud Services: An Introduction. Alec Walker

Esri Managed Cloud Services: An Introduction. Alec Walker Esri Managed Cloud Services: An Introduction Alec Walker Key Takeaways How to Identify Organizational Strategy & Priorities Esri s Cloud Offerings There s more than ArcGIS Online A Few Words on Esri Managed

More information

Best Practices for IT Service Management in 2017+

Best Practices for IT Service Management in 2017+ Best Practices for IT Service Management in 2017+ Branko Tadić ITSM Solution Executive IBM Hybrid Cloud Europe branko.tadic@rs.ibm.com 2016 IBM Corporation 2016 IBM Corporation 2016 IBM Corporation 2016

More information

Unlocking potential with SAP S/4HANA

Unlocking potential with SAP S/4HANA Unlocking potential with SAP S/4HANA 2 Unlocking potential with SAP S/4HANA For businesses looking to take advantage of an always-on, digitally-connected and Big Data-driven world, Accenture has developed

More information

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing GUIDE The Enterprise Buyer s Guide to Public Cloud Computing cloudcheckr.com Enterprise Buyer s Guide 1 When assessing enterprise compute options on Amazon and Azure, it pays dividends to research the

More information

TECHED USER CONFERENCE MAY 3-4, 2016

TECHED USER CONFERENCE MAY 3-4, 2016 TECHED USER CONFERENCE MAY 3-4, 2016 Guido Falkenberg Software AG From Application Modernization to Digital Enterprise Transformation THE VALUE OF CORE APPLICATIONS IMPORTANCE AND CRITICALITY Tailored

More information

DevOps Journey. adoption after organizational and process changes. Some of the key aspects to be considered are:

DevOps Journey. adoption after organizational and process changes. Some of the key aspects to be considered are: VIEWPOINT DevOps Background The world is being transformed in fundamental ways with software and communication technologies. As bits reshape and pervade the atoms, connecting us and the world around us,

More information

MAY 2018 Digital Ready Framework

MAY 2018 Digital Ready Framework MAY 2018 Digital Ready Framework Transformation and Growth in Insurance Digital Ready in Insurance Digital Ready A MuleSoft Enabled Framework for Transformation and Growth in Insurance ABSTRACT The insurance

More information

15-MINUTE GUIDE. Dell EMC Converged Infrastructure for SAP DELL EMC PERSPECTIVE

15-MINUTE GUIDE. Dell EMC Converged Infrastructure for SAP DELL EMC PERSPECTIVE 15-MINUTE GUIDE Dell EMC Converged Infrastructure for SAP DELL EMC PERSPECTIVE TABLE OF CONTENTS PREFACE...3 Transforming IT to run SAP in the digital business... 3 TRANSFORMATIONING THE DATA CENTER...4

More information

Making Your Cloud Strategy Work in Presenters: Daniel Cohen-Dumani and Dale Tuttle

Making Your Cloud Strategy Work in Presenters: Daniel Cohen-Dumani and Dale Tuttle Making Your Cloud Strategy Work in 2016 Presenters: Daniel Cohen-Dumani and Dale Tuttle About Daniel Daniel Cohen-Dumani @dcohendumani Founder and CEO 14+ years of SharePoint Expertise SharePoint Visionary

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Frank Zervos Sales Consulting Director, Oracle CEE George Bourmas Enterprise Architect, EMEA XLOB Architects Copyright 2014, Oracle

More information

The Sysprog s Guide to the Customer Facing Mainframe: Cloud / Mobile / Social / Big Data

The Sysprog s Guide to the Customer Facing Mainframe: Cloud / Mobile / Social / Big Data Glenn Anderson, IBM Lab Services and Training The Sysprog s Guide to the Customer Facing Mainframe: Cloud / Mobile / Social / Big Data Summer SHARE August 2015 Session 17794 2 (c) Copyright 2015 IBM Corporation

More information

Driving Greater ROI From ITSM with The Future of SAM. Martin Prendergast, CEO Concorde

Driving Greater ROI From ITSM with The Future of SAM. Martin Prendergast, CEO Concorde Driving Greater ROI From ITSM with The Future of SAM Martin Prendergast, CEO Concorde IT Service is the understanding that IT should focus on (internal & external) customer requirements by promoting a

More information

Pivotal Ready Architecture by Dell EMC

Pivotal Ready Architecture by Dell EMC Pivotal Ready Architecture by Dell EMC The ready, reliable and resilient way to deploy Pivotal Cloud Foundry on premises Table of Contents Go cloud native to keep pace with future of enterprise IT............

More information

PRODUCT UPDATES APJ PARTNER SUMMIT - BALI. February Software AG. All rights reserved. For internal use only

PRODUCT UPDATES APJ PARTNER SUMMIT - BALI. February Software AG. All rights reserved. For internal use only PRODUCT UPDATES APJ PARTNER SUMMIT - BALI February 2018 2018 Software AG. All rights reserved. For internal use only 2 2018 Software AG. All rights reserved. For internal use only DIGITAL BUSINESS WHAT?

More information

Our Emerging Offerings Differentiators In-focus

Our Emerging Offerings Differentiators In-focus Our Emerging Offerings Differentiators In-focus Agenda 1 Dotbits 2 Dotbits@US ; Dotbits@India 3 Differentiators and Key Trends 4 Solutions and Service Offerings 5 Representative Experiences Page 2 Dotbits

More information