CIS : Scalable Data Analysis

Size: px
Start display at page:

Download "CIS : Scalable Data Analysis"

Transcription

1 CIS : Scalable Data Analysis Cloud Computing Dr. David Koop

2 Data Science Tasks TASKS (major involvement only) 49% CREATING VISUALIZATIONS 43% 43% FEATURE EXTRACTION 47% IDENTIFYING BUSINESS PROBLEMS TO BE SOLVED WITH ANALYTICS DEVELOPING PROTOTYPE MODELS 39% ORGANIZING AND GUIDING TEAM PROJECTS 36% IMPLEMENTING MODELS/ ALGORITHMS INTO PRODUCTION 32% COLLABORATING ON CODE PROJECTS (READING/EDITING OTHERS' CODE, USING GIT) 31% TEACHING/TRAINING OTHERS 30% PLANNING LARGE SOFTWARE PROJECTS OR DATA SYSTEMS 30% DEVELOPING DASHBOARDS 53% DATA CLEANING 58% COMMUNICATING FINDINGS TO BUSINESS DECISION-MAKERS 61% CONDUCTING DATA ANALYSIS TO ANSWER RESEARCH QUESTIONS 69% BASIC EXPLORATORY DATA ANALYSIS 5% 28% COMMUNICATING WITH PEOPLE OUTSIDE YOUR COMPANY 20% DEVELOPING DATA ANALYTICS SOFTWARE 19% 19% DEVELOPING PRODUCTS THAT DEPEND ON REAL-TIME DATA ANALYTICS USING DASHBOARDS AND SPREADSHEETS (MADE BY OTHERS) TO MAKE DECISIONS 29% ETL 24% SETTING UP / MAINTAINING DATA PLATFORMS DEVELOPING HARDWARE (OR WORKING ON SOFTWARE PROJECTS THAT REQUIRE EXPERT KNOWLEDGE OF HARDWARE) [O'Reilly] 2

3 Programming Languages PROGRAMMING LANGUAGES 9% 9% C++ 13% VISUAL BASIC / VBA 17% JAVASCRIPT 18% JAVA 24% BASH 54% PYTHON 57% R 70% SQL SHARE OF RESPONDENTS MATLAB 8% SCALA 8% C 8% C# 5% PERL 5% SAS 3% RUBY SALARY MEDIAN AND IQR (US DOLLARS) SQL R Python Bash Java JavaScript Visual Basic/VBA C++ Matlab Scala C C# Perl SAS Ruby Octave Go 2% OCTAVE 1% GO 0 50K 100K 150K 200K Range/Median Languages [O'Reilly] 3

4 Spreadsheet & Business Intelligence Tools SPREADSHEETS, BI, REPORTING 4% 5% SPOTFIRE ORACLE BI 6% COGNOS 6% BUSINESSOBJECTS 7% QLIKVIEW 8% POWER BI 10% POWERPIVOT SHARE OF RESPONDENTS 69% EXCEL 3% PENTAHO 3% ADOBE ANALYTICS 3% MICROSTRATEGY 2% ALTERYX 1% 1% DATAMEER JASPERSOFT SALARY MEDIAN AND IQR (US DOLLARS) Excel PowerPivot Power BI QlikView BusinessObjects Cognos Oracle BI Spotfire Pentaho Adobe Analytics Microstrategy Alteryx Jaspersoft Datameer 30K 60K 90K 120K 150K Range/Median Spreadsheets, BI, reporting [O'Reilly] 4

5 Trends in Data Analysis Tool Use [KDNuggets] 5

6 Python Tools matplotlib: - Python's "base" visualization library - Originally mimicked the functions in matlab - Integrated with pandas.plot calls - Jupyter Notebook: %matplotlib inline or notebook - seaborn adds extras on top of matplotlib scikit-learn - Machine learning library - Fit and predict using models - Classification and regression 6

7 Reading Response Due Thursday (10/12) before class Read Reiss et al. Short Summary + Critique Questions: - Do you agree with the conclusions? - What explanations could there be for the results? - Does the paper suggest improvements in cloud computing based on workload analysis? 7

8 Assignment 2 cis fa/assignment2.html New York City Trees - 680,000+ trees - Use WebGL for visualization - Use a Python bridge (mapboxgl) - Use the fork! - Smaller data versions available - Keep using pandas - Label subproblems and answers - Due Thursday, October 19 8

9 Scaling Up PC [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

10 Scaling Up PC Server [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

11 Scaling Up PC Server Cluster [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

12 Scaling Up PC Server Cluster Data center [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

13 Scaling Up PC Server Cluster Data center Network of data centers [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

14 Scale Problems 1.Difficult to dimension - Load can vary considerably - Waste resources of lose customers 2.Expensive - Hardware costs - Personnel costs - Maintenance costs 3.Difficult to scale - scaling up (new machines, new buildings) - scaling down (energy, fixed costs) [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

15 Power Plant to Cloud Analogy Power source Power source Power source directly connected Network Meter Customer [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

16 Cloud Computing: State-of-the-art and Research Challenges Q. Zhang, L. Cheng, and R. Boutaba

17 Cloud Computing Features No up-front investment Lowering operating cost Highly scalable Easy access Reducing business risks and maintenance expenses 13

18 Everything as a Service Software as a service (SaaS) [Restaurant] Platform as a service (PaaS) [Take-out food] Infrastructure as a service (Iaas) [Grocery] User Application Middleware Hardware Cloud provider [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

19 Cloud Computing Architecture [Zhang et al., 2010] 15

20 Business Model IaaS and PaaS often part of the same organization Businesses leveraging subscription models to support cloud services [Zhang et al., 2010] 16

21 Types of Clouds Public: - Everyone can use - Lack fine-grained control over data, network, security settings Private (aka internal): - May be homegrown or external - Offer more control - Require up-front capital Hybrid: - Keep parts secure (e.g. accounting, finances) - Other pieces can leverage public cloud resources - Have to make determination of what goes where 17

22 Data Center Network Infrastructure [Zhang et al., 2010] 18

23 Virtualization Bob Virtual machine monitor Charlie Alice Physical machine Daniel Hypervisor controls access to resources Flexibility for provider Secure and isolated Performance may be hard to predict D. Koop, CIS , Fall 2015 [Haeberlen and Ives, 2015] 19

24 Cloud Comparison Cloud Provider Amazon EC2 Windows Azure Google App Engine Classes of Utility Computing Infrastructure service Platform service Platform service Target Applications General-purpose applications General-purpose Windows applications Traditional web applications with supported framework Computation OS Level on a Xen Virtual Machine Microsoft Common Language Runtime (CLR) VM; Predefined roles of app. instances Predefined web application frameworks Storage Elastic Block Store; Amazon Simple Storage Service (S3); Amazon SimpleDB Azure storage service and SQL Data Services BigTable and MegaStore Auto Scaling Automatically changing the number of instances based on parameters that users specify Automatic scaling based on application roles and a configuration file specified by users Automatic Scaling which is transparent to users 20

25 Cloud Challenges and Opportunities Availability: What happens to my business if there is an outage in the cloud? Data lock-in: How do I move my data from one cloud to another? Data confidentiality and auditability: How do I make sure that the cloud doesn't leak my confidential data? Data transfer bottlenecks: How do I copy large amounts of data from/to the cloud? Performance unpredictability: VMs sharing the same disk [Haeberlen and Ives, 2015] D. Koop, CIS , Fall

26 Cloud Challenges and Opportunities Scalable storage: Cloud model (short-term usage, no up-front cost, infinite capacity on demand) does not fit persistent storage well Bugs in large distributed systems: Many errors cannot be reproduced in smaller configs Scaling quickly: Dealing with boot times and idle power Reputation fate sharing: One customer's bad behavior can affect the reputation of others using the same cloud (e.g. spam, FBI raids) Software licensing: Licenses tied to computers, how to scale? D. Koop, CIS , Fall

27 Cloud Comparer 23

28 Cloud Adoption 24

29 Cloud Strategy 25

30 Cloud Tools 26

31 Cloud Challenges 27

32 Cloud Initiatives 28

33 Public Cloud Adoption 29

34 Public Cloud Change 30

35 Private Cloud Adoption 31

36 Wasted Cloud Spending 32

37 Amazon Web Services 101 I. Massingham

38 Reading Response Due Thursday (10/12) before class Read Reiss et al. Short Summary + Critique Questions: - Do you agree with the conclusions? - What explanations could there be for the results? - Does the paper suggest improvements in cloud computing based on workload analysis? 34

CHAPTER 1 UNDERSTANDING THE CLOUDCOMPUTING

CHAPTER 1 UNDERSTANDING THE CLOUDCOMPUTING CHAPTER 1 UNDERSTANDING THE CLOUDCOMPUTING CONTENTS Introduction to cloud Computing Are you ready for Cloud Computing? Surveying the role of Cloud Computing Developing the Cloud Services 2 INTRODUCTION

More information

Make the most of the cloud with Microsoft System Center and Azure

Make the most of the cloud with Microsoft System Center and Azure December 2015 Make the most of the cloud with Microsoft System Center and Azure Writer: Daniel Örneling Amsterdam - Dallas - Ottawa Table of Content 1.1 The Dilemma: too many customers 3 1.2 Is the cloud

More information

13.0 The Cloud The Cloud The Cloud The Cloud The Cloud 7/16/2010. Distributed Data Management

13.0 The Cloud The Cloud The Cloud The Cloud The Cloud 7/16/2010. Distributed Data Management Distributed Data Management Wolf-Tilo Balke Christoph Lofi Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de 13.0 Cloud beyond Storage 13.1 Computing as a

More information

Lightweight Virtualization in Cloud Computing for Research

Lightweight Virtualization in Cloud Computing for Research Lightweight Virtualization in Cloud Computing for Research Muhamad Fitra Kacamarga, Bens Pardamean, and Hari Wijaya 1 Bioinformatics & Data Science Research Center, Bina Nusantara University Jakarta, Indonesia

More information

Cloud Computing. University of Economics and Law. Duc.NHM Faculty of Information Systems

Cloud Computing. University of Economics and Law. Duc.NHM Faculty of Information Systems Cloud Computing University of Economics and Law Duc.NHM Faculty of Information Systems Cloud Service Models Chapter 4 1 Software as a Service Chapter Points 2 3 4 Platform as a Service Infrastructure as

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

Windows Azure What, how and why. Martin Maripuu Net Group OÜ

Windows Azure What, how and why. Martin Maripuu Net Group OÜ Windows Azure What, how and why Martin Maripuu Net Group OÜ Agenda 1. Why use cloud 2. IaaS, PaaS, SaaS 3. Windows Azure 4. Developing for Windows Azure On-premise hosting % of Capital Equipment Budget

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

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED UForge AppCenter 3.8 Introduction March 2018 Copyright 2018 FUJITSU LIMITED Enterprise Cloud Application Journey 3 stages in transitioning legacy enterprise applications to cloud: Cloud-hosted applications:

More information

A Study on Services Provided by Various Service Providers of Cloud Computing

A Study on Services Provided by Various Service Providers of Cloud Computing Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 6 (2017) pp. 1725-1729 Research India Publications http://www.ripublication.com A Study on Services Provided by Various

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

HyperCloud. IT s Cloud Dilemma

HyperCloud. IT s Cloud Dilemma HyperCloud DATASHEET Consume IT, Don t Build IT. In today s shared economy companies drive a competitive edge by focusing on their core competencies and leveraging technology to innovate and create new

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2014

Designing Business Intelligence Solutions with Microsoft SQL Server 2014 Designing Business Intelligence Solutions with Microsoft SQL Server 2014 20467D; 5 Days, Instructor-led Course Description This five-day instructor-led course teaches students how to implement self-service

More information

CS 5220: VMs, containers, and clouds. David Bindel

CS 5220: VMs, containers, and clouds. David Bindel CS 5220: VMs, containers, and clouds David Bindel 2017-10-12 1 Cloud vs HPC Is the cloud becoming a supercomputer? What does this even mean? Cloud resources for rent Compute cycles and raw bits, or something

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

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS10979]: Microsoft Azure Fundamentals Length : 2 Days Audience(s) : IT Professionals Level : 100 Technology : Azure Delivery Method : Instructor-led (Classroom) Course Overview This course provides the

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Virtualization and Cloud Deployments of Oracle E-Business Suite Ivo Dujmović, Director, Applications Development 2 Copyright

More information

COURSE OUTLINE: Course 20533C- Implementing Microsoft Azure Infrastructure Solutions

COURSE OUTLINE: Course 20533C- Implementing Microsoft Azure Infrastructure Solutions Course Name Course Duration Course Structure Course Overview 20533C-Implementing Microsoft Azure Infrastructure Solutions 5 Days Instructor-Led This course is intended for IT professionals who are familiar

More information

Optimizing resource efficiency in Microsoft Azure

Optimizing resource efficiency in Microsoft Azure Microsoft IT Showcase Optimizing resource efficiency in Microsoft Azure By July 2017, Core Services Engineering (CSE, formerly Microsoft IT) plans to have 90 percent of our computing resources hosted in

More information

Azure vs. AWS. How to Decide Between Microsoft Azure and Amazon Web Services

Azure vs. AWS. How to Decide Between Microsoft Azure and Amazon Web Services Azure vs. AWS How to Decide Between Microsoft Azure and Amazon Web Services 1 Azure vs. AWS - Does Size Matter? The debate about whether Microsoft or Amazon provides the best public cloud services for

More information

Making Cloud Computing Work For You and Your Employer

Making Cloud Computing Work For You and Your Employer Making Cloud Computing Work For You and Your Employer Presented by: John Jay King john@kingtraining.com 1 Session Objectives Understand what the heck all those cloud acronyms are Learn how the cloud takes

More information

Cloud Computing: What s Your Service? Introduction

Cloud Computing: What s Your Service? Introduction Introduction Cloud computing ubiquitous access to digital resources over a network has been revolutionizing business since its mainstream debut in the late 1990s. Providers satisfy a range of needs, allowing

More information

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

Data Center Operating System (DCOS) IBM Platform Solutions

Data Center Operating System (DCOS) IBM Platform Solutions April 2015 Data Center Operating System (DCOS) IBM Platform Solutions Agenda Market Context DCOS Definitions IBM Platform Overview DCOS Adoption in IBM Spark on EGO EGO-Mesos Integration 2 Market Context

More information

Head of Enterprise Sales TW Stan Yao

Head of Enterprise Sales TW Stan Yao Head of Enterprise Sales TW Stan Yao Agenda 1. Google Enterprise Solution 2. Goole Apps 3. Google Geo 4. Google Search 5. Google Cloud Service 6. Q&A Google Confidential and Proprietary Google Enterprise

More information

Chapter 2 Basic Cloud Computing Types

Chapter 2 Basic Cloud Computing Types Chapter 2 Basic Cloud Computing Types Abstract Cloud computing s marquee feature is the availability of all required software on the web. The principal service that provides this feature is Software as

More information

Build a private PaaS. With Red Hat CloudForms and JBoss Enterprise Middleware. DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171

Build a private PaaS. With Red Hat CloudForms and JBoss Enterprise Middleware. DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Build a private PaaS With Red Hat CloudForms and JBoss Enterprise Middleware DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Web: www.dlt.com Phone: 703-709-7172 Toll Free: 800-262-4DLT

More information

Innovate with Oracle Public Cloud Platform & Infrastructure Services

Innovate with Oracle Public Cloud Platform & Infrastructure Services Innovate with Oracle Public Cloud Platform & Infrastructure Services Ravi Pinto Director, Product Management Copyright 2014 Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The

More information

Accelerating Your Big Data Analytics. Jeff Healey, Director Product Marketing, HPE Vertica

Accelerating Your Big Data Analytics. Jeff Healey, Director Product Marketing, HPE Vertica Accelerating Your Big Data Analytics Jeff Healey, Director Product Marketing, HPE Vertica Recent Waves of Disruption IT Infrastructu re for Analytics Data Warehouse Modernization Big Data/ Hadoop Cloud

More information

BUILDING A PRIVATE CLOUD

BUILDING A PRIVATE CLOUD INNOVATION CORNER BUILDING A PRIVATE CLOUD How Platform Computing s Platform ISF* Can Help MARK BLACK, CLOUD ARCHITECT, PLATFORM COMPUTING JAY MUELHOEFER, VP OF CLOUD MARKETING, PLATFORM COMPUTING PARVIZ

More information

WHAT IS CLOUD COMPUTING?

WHAT IS CLOUD COMPUTING? WHAT IS CLOUD COMPUTING? www.luitinfotech.com What is cloud computing? The term "cloud" is analogical to "Internet". The term "Cloud Computing" is based on cloud drawings used in the past to represent

More information

How is technology changing the water utility industry? SC Rural Water Conference Sept , 2015

How is technology changing the water utility industry? SC Rural Water Conference Sept , 2015 How is technology changing the water utility industry? SC Rural Water Conference Sept. 14-16, 2015 2014 Badger Meter, Inc. Today s Learning Objectives Expose you to new technologies that are available

More information

"Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary

Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary MOC 20535 A: Architecting Microsoft Course Summary Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft platform. Students should

More information

The New Business Operating System. Combining Office 365 and the Microsoft Cloud Ecosystem to Create Business Value

The New Business Operating System. Combining Office 365 and the Microsoft Cloud Ecosystem to Create Business Value The New Business Operating System Combining Office 365 and the Microsoft Cloud Ecosystem to Create Business Value Why a Live Event? New Business Operating System Office 365 + Azure + On-Premises Products

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

FUJITSU Software UForge AppCenter 3.8

FUJITSU Software UForge AppCenter 3.8 FUJITSU Software UForge AppCenter 3.8 Introduction Fujitsu Limited February 2018 0 Hybrid IT Challenges 1 Hybrid IT Challenges % Networking Single Pane of Glass for Monitoring and Management Application

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing I am here to help buzzetti@us.ibm.com Historic Waves of Economic and Social Transformation Industrial Revolution Age of Steam and Railways Age of Steel and Electricity Age

More information

Better Insights with BISM in SQL Server Analysis Services 2012

Better Insights with BISM in SQL Server Analysis Services 2012 Better Insights with BISM in SQL Server Analysis Services 2012 Deepthi Anantharam (Technology Evangelist)@deananth http://blogs.msdn.com/data knowledge intelligence Karan Gulati (SSAS Maestro) Support

More information

Integrating MATLAB Analytics into Enterprise Applications

Integrating MATLAB Analytics into Enterprise Applications Integrating MATLAB Analytics into Enterprise Applications David Willingham 2015 The MathWorks, Inc. 1 Run this link. http://bit.ly/matlabapp 2 Key Takeaways 1. What is Enterprise Integration 2. What is

More information

What s Happening to the Mainframe? Mobile? Social? Cloud? Big Data?

What s Happening to the Mainframe? Mobile? Social? Cloud? Big Data? Glenn Anderson, IBM Lab Services and Training What s Happening to the Mainframe? Mobile? Social? Cloud? Big Data? Winter SHARE March 2014 Session 15126 Today s mainframe is a hybrid system InfoSphere Streams

More information

Oracle on Google Cloud Platform: Pitfalls, Real Options & Best Practices

Oracle on Google Cloud Platform: Pitfalls, Real Options & Best Practices Oracle on Google Cloud Platform: Pitfalls, Real Options & Best Practices February 22, 2018 Copyright House of Brick Technologies, LLC This work is the intellectual property of House of Brick Technologies,

More information

Quick Reference Guide

Quick Reference Guide Windows BitLocker Drive Encryption IT Showcase On: Hybrid Cloud Strategy Quick Reference Guide Microsoft IT s Journey to the Cloud The following content may no longer reflect Microsoft s current position

More information

Oracle Autonomous Data Warehouse Cloud

Oracle Autonomous Data Warehouse Cloud Oracle Autonomous Data Warehouse Cloud 1 Lower Cost, Increase Reliability and Performance to Extract More Value from Your Data With Oracle Autonomous Database Cloud Service for Data Warehouse Today s leading-edge

More information

Datametica DAMA. The Modern Data Platform Enterprise Data Hub Implementations. What is happening with Hadoop Why is workload moving to Cloud

Datametica DAMA. The Modern Data Platform Enterprise Data Hub Implementations. What is happening with Hadoop Why is workload moving to Cloud DAMA Datametica The Modern Data Platform Enterprise Data Hub Implementations What is happening with Hadoop Why is workload moving to Cloud 1 The Modern Data Platform The Enterprise Data Hub What do we

More information

Oracle Big Data Cloud Service

Oracle Big Data Cloud Service Oracle Big Data Cloud Service Delivering Hadoop, Spark and Data Science with Oracle Security and Cloud Simplicity Oracle Big Data Cloud Service is an automated service that provides a highpowered environment

More information

SurPaaS Analyzer. Cut your application assessment. Visualize Your Cloud Options. Time by a factor of 10x and Cost by 75% Unique Features

SurPaaS Analyzer. Cut your application assessment. Visualize Your Cloud Options. Time by a factor of 10x and Cost by 75% Unique Features SurPaaS Analyzer Visualize Your Cloud Options DATASHEET Cut your application assessment Time by a factor of 10x and Cost by 75% SurPaaS Analyzer is a Cloud smart decision-enabling tool that analyzes your

More information

How to sell Azure to SMB customers. Paul Bowkett Microsoft NZ

How to sell Azure to SMB customers. Paul Bowkett Microsoft NZ How to sell Azure to SMB customers Paul Bowkett Microsoft NZ CLOUD INFRASTRUCTURE DEVELOPER + APP PLATFORM Visual Studio Family + Azure App Service DATA + ANALYTICS Cortana Analytics Suite INTERNET OF

More information

CLOUD COMPUTING- A NEW EDGE TO TECHNOLOGY

CLOUD COMPUTING- A NEW EDGE TO TECHNOLOGY CLOUD COMPUTING- A NEW EDGE TO TECHNOLOGY Prof. Pragati Goel Asso. Prof. MCA Dept., Sterling Institute of Management Studies, Nerul, Navi Mumbai. Navi Mumbai, India Email: goelpragati78@gmail.com The Cloud

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

Position Description. Job Summary: Campus Job Scope:

Position Description. Job Summary: Campus Job Scope: Position Description Requisition # 03020430 Position Number: 02019533 Dept: ENT APPS & INFRASTRUCTURE SVCS - 061419 Position: WINDOWS SYSTEM APPLICATION ADMINISTRATOR Approved Payroll Title 0520 Code:

More information

Steve Bryant-Brown Technology Mayank Nayar Program Manager, Azure Site Recovery. Will Rowley Cloud

Steve Bryant-Brown Technology Mayank Nayar Program Manager, Azure Site Recovery. Will Rowley Cloud Steve Bryant-Brown Technology Strategist @stevebb Mayank Nayar Program Manager, Azure Site Recovery Will Rowley Cloud Direct @WillRow Business realities create opportunity Transforming the datacenter Physical

More information

20775: Performing Data Engineering on Microsoft HD Insight

20775: Performing Data Engineering on Microsoft HD Insight Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Datasheet FUJITSU Software UForge AppCenter 3.7

Datasheet FUJITSU Software UForge AppCenter 3.7 Datasheet FUJITSU Software UForge AppCenter 3.7 Hybrid IT Application Delivery and Migration Hybrid IT Application Delivery Hybrid IT adoption continues to grow at a rapid pace. Enterprises are looking

More information

More information for FREE VS ENTERPRISE LICENCE :

More information for FREE VS ENTERPRISE LICENCE : Source : http://www.splunk.com/ Splunk Enterprise is a fully featured, powerful platform for collecting, searching, monitoring and analyzing machine data. Splunk Enterprise is easy to deploy and use. It

More information

Microsoft s Azure App Service Reduces Time and Cost for Web Application Development and Management

Microsoft s Azure App Service Reduces Time and Cost for Web Application Development and Management Microsoft s Azure App Service Reduces Time and Cost for Web Application Development and Management Published by: Value Prism Consulting Sponsored by: Microsoft Corporation Publish date: February 2016 Abstract:

More information

Six Keys to Microsoft Azure Migration Success

Six Keys to Microsoft Azure Migration Success Six Keys to Microsoft Azure Migration Success 2016 10th Magnitude TABLE OF CONTENTS Page 3 Why Microsoft Azure? Page 4 Page 5 Page 6 Page 8 Page 10 Page 12 Page 14 The Six Keys for Azure Migration Success

More information

Compiere ERP Starter Kit. Prepared by Tenth Planet

Compiere ERP Starter Kit. Prepared by Tenth Planet Compiere ERP Starter Kit Prepared by Tenth Planet info@tenthplanet.in www.tenthplanet.in 1. Compiere ERP - an Overview...3 1. Core ERP Modules... 4 2. Available on Amazon Cloud... 4 3. Multi-server Support...

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

Introducing FUJITSU Software Systemwalker Centric Manager V15.0

Introducing FUJITSU Software Systemwalker Centric Manager V15.0 Introducing FUJITSU Software Systemwalker Centric Manager V15.0 < Version 1.0 > November 2013 FUJITSU LIMITED Contents Integrated Monitoring Required in Virtualization/Server Integration Characteristics

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

<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

Integrated Application-to-Disk Management

Integrated Application-to-Disk Management Business-Driven IT Oracle Enterprise Manager: Empowering IT to Drive Business Value Integrated Application-to-Disk Business Driven IT Business Users & Customers Web Portal Business Transaction Product

More information

AWS vs. Google Cloud Pricing

AWS vs. Google Cloud Pricing AWS vs. Google Cloud Pricing A Comprehensive Look ParkMyCloud provides cost control for Google Cloud Platform (GCP) resources as well Amazon Web Services (AWS) and Microsoft Azure, so we thought it might

More information

Multi-Containers Orchestration with Live Migration and High-Availability for Microservices

Multi-Containers Orchestration with Live Migration and High-Availability for Microservices Multi-Containers Orchestration with Live Migration and High-Availability for Microservices Meet Our Presenters Jay Lyman Research Manager, Cloud Platforms, 451 Research Ruslan Synytsky CEO and Co-founder,

More information

Platform as a Service (PaaS) Demystified

Platform as a Service (PaaS) Demystified A P P L I C A T I O N S A WHITE PAPER SERIES IN THE FOLLOWING PAGES, WE WILL DISCUSS THE VARIOUS IMPLEMENTATIONS OF PAAS AND HOW THE RIGHT OPTION WILL ENSURE PAAS SUCCESS. WE WILL ALSO DISCUSS THE BENEFITS

More information

SunGard: Cloud Provider Capabilities

SunGard: Cloud Provider Capabilities SunGard: Cloud Provider Capabilities Production and Recovery Solutions for Mid-Sized Enterprises www.sungardas.com Agenda Our Mission Use Cases Cloud Strategy Why SunGard 2 Our Mission Enable mid-sized

More information

Pricing Models and Pricing Schemes of IaaS Providers: A Comparison Study

Pricing Models and Pricing Schemes of IaaS Providers: A Comparison Study Pricing Models and Pricing Schemes of IaaS Providers: A Comparison Study Mohan Murthy M K Sanjay H A Ashwini J P Global Services Department of. Department of Curam Software International, Information Science

More information

Oracle Licensing in the Cloud. A Version Version 1 All Rights Reserved

Oracle Licensing in the Cloud. A Version Version 1 All Rights Reserved Oracle Licensing in the Cloud A Version 1 Whitepaper @Copyright 2017 Version 1 All Rights Reserved Contents Cloud types Oracle policies revisited Oracle s Cloud policy AWS/Azure Oracle Cloud Non-approved

More information

Azure PaaS and SaaS Microsoft s two approaches to building IoT solutions

Azure PaaS and SaaS Microsoft s two approaches to building IoT solutions Azure PaaS and SaaS Microsoft s two approaches to building IoT solutions Hector Garcia Tellado Program Manager Lead, Azure IoT Suite #IoTinActionMS #IoTinActionMS Agenda Customers using IoT today Microsoft

More information

Server and Cloud Enrollment Frequently Asked Licensing Questions

Server and Cloud Enrollment Frequently Asked Licensing Questions Server and Cloud Enrollment Frequently Asked Licensing Questions What is SCE? The Server and Cloud Enrollment (SCE) is a licensing vehicle under the Microsoft Enterprise Agreement that enables organizations

More information

Discover the New Company

Discover the New Company Discover the New Company Jorge Olmos Sales Executive The New Combined Company: Built on stability, acquisition and innovation COBOL Network Management/ Data Protector 40 Years 30 Years Micro Focus Long-Term

More information

Microsoft Big Data. Solution Brief

Microsoft Big Data. Solution Brief Microsoft Big Data Solution Brief Contents Introduction... 2 The Microsoft Big Data Solution... 3 Key Benefits... 3 Immersive Insight, Wherever You Are... 3 Connecting with the World s Data... 3 Any Data,

More information

Tough Math for Desktop TCO

Tough Math for Desktop TCO Top 6 reasons to use a Remote Desktop and RemoteApps Tough Math for Desktop TCO In their fight to reduce IT budgets, small- and medium-sized businesses have to answer one tough question: how do we reduce

More information

Dan Cohen Microsoft Consulting Services Microsoft Israel Team blog: My blog:

Dan Cohen Microsoft Consulting Services Microsoft Israel   Team blog:  My blog: Art by Andrew Fryer Dan Cohen Microsoft Consulting Services Microsoft Israel email: danco@microsoft.com Team blog: http://blogs.microsoft.co.il/blogs/mcs My blog: http://dannycohen.info Agenda Recap: Why

More information

COMPANY PROFILE.

COMPANY PROFILE. COMPANY PROFILE www.itgility.co.za Contact anyone of our consultants: Vision Minesh +27 (0) 83 441 0745 Andre +27 (0) 83 357 5729 Francois +27 (0) 82 579 1705 Jacques +27 (0) 83 357 5659 ITgility is an

More information

Application Performance Management for Cloud

Application Performance Management for Cloud Application Performance Management for Cloud CMG By Priyanka Arora prarora803@gmail.com Cloud Adoption Trends 2 Spending on public cloud Infrastructure as a Service hardware and software is forecast to

More information

Systems. Ramchander. Librarian, RPS Group of Institution, Balana/Mohinder Garh Abstract

Systems. Ramchander. Librarian, RPS Group of Institution, Balana/Mohinder Garh   Abstract International Journal of Information Technology and Library Science. Volume 2, Number 2 (2013), pp. 29-36 Research India Publications http://www.ripublication.com/ijitls.htm Cloud - Based Services in Library

More information

License Mobility through Microsoft Software Assurance. Licensing guide

License Mobility through Microsoft Software Assurance. Licensing guide License Mobility through Microsoft Software Assurance Licensing guide Contents Chapter 1: Introduction to cloud services... 1 Cloud adoption and customer needs... 1 IT as a Service: Concepts and benefits...

More information

COMPUTE CLOUD SERVICE. Move to Your Private Data Center in the Cloud Zero CapEx. Predictable OpEx. Full Control.

COMPUTE CLOUD SERVICE. Move to Your Private Data Center in the Cloud Zero CapEx. Predictable OpEx. Full Control. COMPUTE CLOUD SERVICE Move to Your Private Data Center in the Cloud Zero CapEx. Predictable OpEx. Full Control. The problem. You run multiple data centers with hundreds of servers hosting diverse workloads.

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement 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

More information

Oracle Autonomous Data Warehouse Cloud

Oracle Autonomous Data Warehouse Cloud Oracle Autonomous Data Warehouse Cloud 1 Lower Cost, Increase Reliability and Performance to Extract More Value from Your Data With Oracle Autonomous Data Warehouse Cloud Today s leading-edge organizations

More information

Developing Oracle Fusion Middleware Applications in the Cloud

Developing Oracle Fusion Middleware Applications in the Cloud Developing Oracle Fusion Middleware Applications in the Cloud Antony Reynolds Matt Wright Ramkumar Menon 1 Safe Harbor Statement The following is intended to outline our general product direction. It is

More information

Microsoft Azure Essentials

Microsoft Azure Essentials Microsoft Azure Essentials Azure Essentials Track Summary Data Analytics Explore the Data Analytics services in Azure to help you analyze both structured and unstructured data. Azure can help with large,

More information

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK Are you drowning in Big Data? Do you lack access to your data? Are you having a hard time managing Big Data processing requirements?

More information

FUJITSU Technical Computing Solution UNCAI

FUJITSU Technical Computing Solution UNCAI FUJITSU Technical Computing Solution UNCAI UNCAI=Unified Clouds' Advanced Infrastructure UNCAI( 雲海 ) means the cloud sea in Japanese. UNCAI at a Glance Cloud management software for HPC UNCAI enables your

More information

Running Oracle EBS in the cloud. ANDREJS PROKOPJEVS Lead Applications Database Consultant

Running Oracle EBS in the cloud. ANDREJS PROKOPJEVS Lead Applications Database Consultant Running Oracle EBS in the cloud ANDREJS PROKOPJEVS Lead Applications Database Consultant About me Apps DBA from Riga, Latvia. Speaking SQL since 2001. In Oracle world since 2004. In love with Oracle EBS

More information

MIXING IT UP. Frank Wessels Infratects

MIXING IT UP. Frank Wessels Infratects MIXING IT UP Frank Wessels Infratects MIXING IT UP CLOUD AND ON-PREMISE About me Live in the Netherlands 19 years active in IT 11 years with Hyperion Global Lead Business Operations 3 4 Quick Introduction

More information

New Technology: Mission Impossible?

New Technology: Mission Impossible? New Technology: Mission Impossible? Trainer: Ryan Peasley, MCSA, Consultant 1 Session Mission Understand current technology trends (cloud, mobile, social) Discuss technology challenges our agencies face

More information

: Integrating MDM and Cloud Services with System Center Configuration Manager

: Integrating MDM and Cloud Services with System Center Configuration Manager 20703-2: Integrating MDM and Cloud Services with System Center Configuration Manager Overview This is a three-day Instructor Led Training (ILT) course that describes mobile device management (MDM) technologies

More information

Understanding the Business Value of Docker Enterprise Edition

Understanding the Business Value of Docker Enterprise Edition Understanding the Business Value of Docker Enterprise Edition JUNE 2017 www.docker.com/enterprise Table of Contents The Digital Transformation... 3 What the Digital Transformation Means... 3 We Still Need

More information

Lowering the TCO for HANA. Carl Streatfield November 26 th, 2013

Lowering the TCO for HANA. Carl Streatfield November 26 th, 2013 Lowering the TCO for Carl Streatfield November 26 th, 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation

More information

Cloud Capacity Management

Cloud Capacity Management Cloud Capacity Management Defining Cloud Computing Cloud computing is a type of Internet based computing that provides shared computer processing resources and data to computers and other devices on demand.

More information

D5.1 Inter-Layer Cloud Stack Adaptation Summary

D5.1 Inter-Layer Cloud Stack Adaptation Summary D5.1 Inter-Layer Cloud Stack Adaptation Summary The ASCETiC architecture focuses on providing novel methods and tools to support software developers aiming at optimising energy efficiency resulting from

More information

Achieve Competitive Advantage with IBM DevOps

Achieve Competitive Advantage with IBM DevOps Achieve Competitive Advantage with IBM DevOps Bridge the Gap between Development and Operations IBM Competitive Project Office Agenda Introduction Break Down the Barriers with Improved Planning and Collaboration

More information

Global Transfer Pricing Conference

Global Transfer Pricing Conference www.pwc.com/transferpricing Global Transfer Pricing Conference Data analytics and transformation October 2016 The new normal full TransParency Today s presenters Brian T. Burt Laurent Bellay David A. Nickson

More information

[Header]: Demystifying Oracle Bare Metal Cloud Services

[Header]: Demystifying Oracle Bare Metal Cloud Services [Header]: Demystifying Oracle Bare Metal Cloud Services [Deck]: The benefits and capabilities of Oracle s next-gen IaaS By Umair Mansoob Introduction As many organizations look to the cloud as a way to

More information

Cost Optimization for Cloud-Based Engineering Simulation Using ANSYS Enterprise Cloud

Cost Optimization for Cloud-Based Engineering Simulation Using ANSYS Enterprise Cloud Application Brief Cost Optimization for Cloud-Based Engineering Simulation Using ANSYS Enterprise Cloud Most users of engineering simulation are constrained by computing resources to some degree. They

More information

Software engineering efficient and flexible siemens.com/sicbs

Software engineering efficient and flexible siemens.com/sicbs SIMATIC Software Platform as a Service Software engineering efficient and flexible siemens.com/sicbs Tapping potential with cloud computing the technology trend in IT also for design and operation of control

More information

Data Science: The Big #SQLServerUserGroupDubai

Data Science: The Big #SQLServerUserGroupDubai Data Science: The Big Picture @MatthewRenze #SQLServerUserGroupDubai Job Postings for Data Scientists Top-paying Tech Skills Skill 2016 Change Skill 2016 Change Source: Dice Salary Survey 2017 What

More information

The final barrier to cloud adoption

The final barrier to cloud adoption The final barrier to cloud adoption The ability to perform efficient data migration is the new standard for business agility 2017 Carbonite, Inc. All rights reserved. The pain of migrating data Not long

More information