Business Intelligence in Azure Alex Whittles

Size: px
Start display at page:

Download "Business Intelligence in Azure Alex Whittles"

Transcription

1 Business Intelligence in Azure Alex Whittles PurpleFrogSystems.com

2 Alex Whittles SQL Relay Committee SQLRelay.co.uk SQL Bits Committee SQLBits.com Birmingham SQL UG SQLMidlands.com Birmingham Azure UG AzureBirmingham.uk MSc in Business Intelligence, CEng, CITP, FBCS, FIOEE, MIET, MIOD Run BI Consultancy Business Intelligence Consultancy Data Modelling Data Warehousing OLAP Cubes ETL Systems Reporting Systems Managed Service

3 Alex Whittles SQL Relay Committee SQLRelay.co.uk SQL Bits Committee SQLBits.com Birmingham SQL UG SQLMidlands.com Birmingham Azure UG AzureBirmingham.uk MSc in Business Intelligence, CEng, CITP, FBCS, FIOEE, MIET, MIOD Run BI Consultancy Business Intelligence Consultancy Data Modelling Data Warehousing OLAP Cubes ETL Systems Reporting Systems Managed Service

4 Cortana Analytics Suite Cortana Analytics Suite

5 Cortana Analytics Data Flow

6 Business Intelligence in Azure Options: 1. Migrating on-premise BI solutions to Azure 2. Batch load BI systems in Azure 3. Real-time BI systems in Azure For each: Staging / ETL / Data Warehouse / Cube

7 On-Premise Batch Load BI Source Data SQL Server Staging Database SQL Server Data Warehouse SSIS ETL SSAS Cube

8 Azure IAAS Solution [Infrastructure As A Service] On-Premise Azure Virtual Machine Source Data SSIS ETL SQL Server Staging Database SQL Server Data Warehouse SSIS ETL Don t do this! SSAS Cube

9 Better Azure IAAS Solution [Infrastructure As A Service] On-Premise Azure Virtual Machine Source Data VPN Gateway Or ExpressRoute SSIS ETL SQL Server Staging Database SQL Server Data Warehouse SSAS Cube

10 PAAS / IAAS Hybrid [Platform As A Service] On-Premise Azure Azure SQL DB Staging Database Azure SQL DB / SQL DW Data Warehouse Source Data VPN Gateway Or ExpressRoute SSIS ETL SSAS Cube Azure Virtual Machine

11 PAAS / IAAS Hybrid [Platform As A Service] On-Premise Azure Azure SQL DB Staging Database Azure SQL DB / SQL DW Data Warehouse Source Data VPN Gateway Or ExpressRoute SSIS ETL SSAS Cube (Tabular) Azure Virtual Machine

12 PAAS SSAS Tabular

13 PDW / APS / SQL DW PDW / APS = Parallel Data Warehouse / Analytics Platform System appliance, on premise SQL DW = Same concept but in Azure. Each node is an Azure SQL DB

14 Azure SQL Data Warehouse

15 Azure SQL DW Table Distribution Round Robin HASH

16 PAAS / IAAS Hybrid [Platform As A Service] On-Premise Azure Azure SQL DB Staging Database Azure SQL DB / SQL DW Data Warehouse Source Data VPN Gateway Or ExpressRoute SSIS ETL SSAS Cube (Tabular) Azure Virtual Machine

17 PAAS Solution [Platform As A Service] On-Premise Azure Source Data Azure Data Factory ELT Azure SQL DB Staging Database Azure SQL DB / SQL DW Data Warehouse PowerBI / SSAS Tabular

18 Example ELT Project CSV SQL Server Data Factory SQL DB etc. Landing SQL DW Staging Fact / Dim Stored Procs E L T

19 Cheaper Staging Blob/Table On-Premise Azure Source Data Azure Data Factory ELT Azure Blob Storage Staging Database Azure SQL DB / SQL DW Data Warehouse PowerBI / SSAS Tabular

20 Blob / Table Storage Blob Azure File System Any file, any format Unstructured Cheap Table Storage Simple tables No real indexing No foreign keys Basic data types Basic querying Structured Cheap

21 Integrate Data Lake On-Premise Azure Source Data Azure Data Factory ECLT Data Lake Landing SQL DB / SQL DW / DL Data Warehouse PowerBI / SSAS Tabular

22 Data Lake Store Data Lake Analytics Data Lake U-SQL (T-SQL + C#) Processing Engine Data Storage (HDFS) Structured Semi-Structured Unstructured

23 Example ECTL Project Excel CSV API SQL Server json E Data Factory C# Batch Compute U-SQL Data Lake Analytics Data Lake Landing Data Lake Clean Data Lake Out C T L Power BI

24 Example ECTLT Project Excel CSV API SQL Server json E Data Factory C# Batch Compute U-SQL Data Lake Analytics Data Lake Landing Data Lake Clean SQL DW Staging Stored Procs, SCD Handling C T L T SQL DW Fact / Dim

25 ETLT? Or ECLT? Or ECTLT?! Extract get the data Clean prepare the data files Transform create facts/dims? Load load into DW/etc. Transform create facts/dims? SCD handling Choose the right combination for your project

26 Data Lake Bridge between Normal & Big Data Data Lake Store Staging Data Lake Analytics Transform SQL DW/DB/DL Data Warehouse PowerBI / SSAS Data Lake Analytics SQL Queries / Reports Dashboards Excel Self-Service HD Insight Power User / Data Scientist big data analytics

27 Data Lake Analytics Vs HDInsight Data Lake U-SQL (T-SQL + C#) HDInsight Hadoop Map-Reduce Hive/Pig?

28 Real Time BI Real time Batch Data IoT or Event Hub Real-time data Data Lake Staging & Transform Stream Analytics Real-time insight SQL DW / DB / DL Data Warehouse PowerBI Data Lake Analytics Or HD Insight Power User / Data Scientist big data analytics SQL Queries / Reports Real-time Dashboards Excel Self-Service

29 Lambda Architecture Real time Batch Data IoT or Event Hub Real-time data Data Lake Staging & Transform Stream Analytics Real-time insight SQL DW / DB / DL Data Warehouse PowerBI Data Lake Analytics Or HD Insight Power User / Data Scientist big data analytics SQL Queries / Reports Real-time Dashboards Excel Self-Service

30 Machine Learning Real time Batch Data IoT or Event Hub Real-time data Data Lake Staging & Transform Stream Analytics Real-time insight SQL DW Data Warehouse PowerBI Machine Learning Data Lake Analytics Or HD Insight

31 Azure Machine Learning

32 Cortana Intelligence

33 Cortana Intelligence - Batch

34 Cortana Intelligence - RealTime

35 Cortana Intelligence Analytics

36 Azure Data Catalog Meta-data catalog Register New Objects Descriptions Expert Tags Data Profile Search for all Customer in my Azure Returns Columns & Data Types Connection Strings Data Profile Etc. SQL Server SQL DW SSAS SSRS Oracle Blob Table HDFS Hive Teradata Data Lake MySQL HANA MDS Cosmos DB2 Salesforce Etc.

37 Register Object(s)

38 Search

39 U-SQL / Data Lake Demo

40 U-SQL string = EXTRACT dt string,ip string,address string,gender string,logtext string,fileyear int,filemonth int,file string USING Extractors.Text(delimiter:' '); * Schema on read

41 = SELECT dt.substring(5) AS dt,ip,((gender== "M" gender== "F")? gender : "") AS gender,logtext.substring(11).replace("]", "").Replace(":", "") AS logtext,myproject.udf.extracthousenumber( address") AS housenumber,row_number() OVER (PARTITION BY ip ORDER BY dt) AS rn WHERE fileyear == 2017; TO "/out/mydata.csv" USING Outputters.Text(quoting : true, outputheader : true);

42 U-SQL User Defined Functions

43 U-SQL / Data Lake

44 U-SQL / Data Lake

45 Data Lake Store Data Lake Analytics Data Lake U-SQL (T-SQL + C#) Processing Engine Data Storage (HDFS) Structured Semi-Structured Unstructured

46 In Summary Virtual Machine with On-Prem solution? Or genuine Azure solution? Real-time, Batch, or both? Lambda Architecture U-SQL & Data Lake <- Everything to Everyone! E C T L T? Missing: SSIS Data flow equivalent

47 Business Intelligence in

Azure ML Data Camp. Ivan Kosyakov MTC Architect, Ph.D. Microsoft Technology Centers Microsoft Technology Centers. Experience the Microsoft Cloud

Azure ML Data Camp. Ivan Kosyakov MTC Architect, Ph.D. Microsoft Technology Centers Microsoft Technology Centers. Experience the Microsoft Cloud Microsoft Technology Centers Microsoft Technology Centers Experience the Microsoft Cloud Experience the Microsoft Cloud ML Data Camp Ivan Kosyakov MTC Architect, Ph.D. Top Manager IT Analyst Big Data Strategic

More information

ADVANCED ANALYTICS & IOT ARCHITECTURES

ADVANCED ANALYTICS & IOT ARCHITECTURES ADVANCED ANALYTICS & IOT ARCHITECTURES Presented by: Orion Gebremedhin Director of Technology, Data & Analytics Marc Lobree National Architect, Advanced Analytics EDW THE RIGHT TOOL FOR THE RIGHT WORKLOAD

More information

Big data is hard. Top 3 Challenges To Adopting Big Data

Big data is hard. Top 3 Challenges To Adopting Big Data Big data is hard Top 3 Challenges To Adopting Big Data Traditionally, analytics have been over pre-defined structures Data characteristics: Sales Questions answered with BI and visualizations: Customer

More information

The Importance of good data management and Power BI

The Importance of good data management and Power BI The Importance of good data management and Power BI The BI Iceberg Visualising Data is only the tip of the iceberg Data Preparation and provisioning is a complex process Streamlining this process is key

More information

Azure Data Factory Hybrid data integration, at global scale. Erika Harris Senior Program Manager AzureCAT

Azure Data Factory Hybrid data integration, at global scale. Erika Harris Senior Program Manager AzureCAT Azure Data Factory Hybrid data integration, at global scale Erika Harris Senior Program Manager AzureCAT Data Cloud AI There are barriers to getting value from data Data silos Incongruent data types Complexity

More information

Azure Data Analytics & Machine Learning Seminar. Daire Cunningham: BI Practice Area Manager

Azure Data Analytics & Machine Learning Seminar. Daire Cunningham: BI Practice Area Manager Azure Data Analytics & Machine Learning Seminar Daire Cunningham: BI Practice Area Manager AGENDA 09:00 AM 09:30 AM Registration & Refreshments 09.30AM 10:00 AM 10:00 AM 10:30 AM Welcome & Keynote, Ger

More information

Alexander Klein. ETL meets Azure

Alexander Klein. ETL meets Azure Alexander Klein ETL meets Azure Thanks to our sponsors: Who am I? Independent BI Consultant > 15 years experience of SQL Server Focus on Microsoft BI Stack & AI & Azure a.klein@consulting-bi.de @SQL_Alex

More information

ARCHITECTURES ADVANCED ANALYTICS & IOT. Presented by: Orion Gebremedhin. Marc Lobree. Director of Technology, Data & Analytics

ARCHITECTURES ADVANCED ANALYTICS & IOT. Presented by: Orion Gebremedhin. Marc Lobree. Director of Technology, Data & Analytics ADVANCED ANALYTICS & IOT ARCHITECTURES Presented by: Orion Gebremedhin Director of Technology, Data & Analytics Marc Lobree National Architect, Advanced Analytics EDW THE RIGHT TOOL FOR THE RIGHT WORKLOAD

More information

Advanced Analytics in Azure

Advanced Analytics in Azure Explore What s Possible. Advanced Analytics in Azure Amie Mason, Practice Lead Data Science & Analytics amiem@attunix.com The Attunix Difference business technology Attunix delivers results at the intersection

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

Making Realtime Reporting a Reality

Making Realtime Reporting a Reality Making Realtime Reporting a Reality Transforming government for greater impact and outcomes Jek De Chavez-Hermida Data Platform Solution Specialist Microsoft Philippines Data Analytics & Intelligence

More information

Azure Data Lake How to organize. Jan Cordtz, Microsoft Denmark Cloud Solution Architect

Azure Data Lake How to organize. Jan Cordtz, Microsoft Denmark Cloud Solution Architect Azure Data Lake How to organize Jan Cordtz, Microsoft Denmark jcordtz@microsoft.com Cloud Solution Architect Platform as a Service Security & Management Security Center Portal Azure Active Directory Azure

More information

Business is being transformed by three trends

Business is being transformed by three trends Business is being transformed by three trends Big Cloud Intelligence Stay ahead of the curve with Cortana Intelligence Suite Business apps People Custom apps Apps Sensors and devices Cortana Intelligence

More information

Course 20535A: Architecting Microsoft Azure Solutions

Course 20535A: Architecting Microsoft Azure Solutions Course 20535A: Architecting Microsoft Azure Solutions Module 1: Application Architecture Patterns in Azure This module introduces and reviews common Azure patterns and architectures as prescribed by the

More information

Two offerings which interoperate really well

Two offerings which interoperate really well Microsoft Two offerings which interoperate really well On-premises Cortana Intelligence Suite SQL Server 2016 Cloud IAAS Enterprise PAAS Cloud Storage Service 9 SQL Server 2016: Everything built-in built-in

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Microsoft Official Course - 20535 Architecting Microsoft Azure Solutions Length 5 days Prerequisites Create resources and resource group in Azure. Manage users, groups, and subscriptions in an Azure Active

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Architecting Microsoft Azure Solutions 20535A; 5 Days; Instructor-led Course Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft

More information

CONFIGMGR DATA SOLUTIONS

CONFIGMGR DATA SOLUTIONS CONFIGMGR DATA SOLUTIONS Benjamin Reynolds blogs.technet.microsoft.com/ benjamin/ Microsoft Steve Thompson www.stevethompsonmvp.wordpress.com Senior Consultant Softchoice Benjamin Reynolds Steve Thompson?

More information

AZURE HDINSIGHT. Azure Machine Learning Track Marek Chmel

AZURE HDINSIGHT. Azure Machine Learning Track Marek Chmel AZURE HDINSIGHT Azure Machine Learning Track Marek Chmel SESSION AGENDA Understanding different scenarios of Hadoop Building an end to end pipeline using HDInsight Using in-memory techniques to analyze

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Course 20535: Architecting Microsoft Azure Solutions Page 1 of 8 Architecting Microsoft Azure Solutions Course 20535: 4 days; Instructor-Led Introduction This course is intended for architects who have

More information

Microsoft BI Product Suite

Microsoft BI Product Suite Microsoft BI Product Suite On Premises and In the Cloud What is Business Intelligence? How is the BI industry evolving? What are the typical components of a BI solution? How can BI be deployed within your

More information

Confidential

Confidential June 2017 1. Is your EDW becoming too expensive to maintain because of hardware upgrades and increasing data volumes? 2. Is your EDW becoming a monolith, which is too slow to adapt to business s analytical

More information

Big Data at PennDOT (ISTO DW-BI Team)

Big Data at PennDOT (ISTO DW-BI Team) Big Data at PennDOT (ISTO DW-BI Team) DW/BI at PennDOT The DW/BI team provides a robust Data Warehouse and Business Intelligence platform (PDIF), and delivers DW-BI solutions and services to the Department.

More information

Security Solutions in Azure

Security Solutions in Azure Security Solutions in Azure Dylan de Jong Cloud solution architect Dyjong@Microsoft.com Welk jaar was dit? ADD A FOOTER Welk jaar werd het Microsoft Azure? 4 ADD A FOOTER 10 Jaar + Geleden ADD A FOOTER

More information

20775A: Performing Data Engineering on Microsoft HD Insight

20775A: Performing Data Engineering on Microsoft HD Insight 20775A: Performing Data Engineering on Microsoft HD Insight Duration: 5 days; Instructor-led Implement Spark Streaming Using the DStream API. Develop Big Data Real-Time Processing Solutions with Apache

More information

BIG DATA PROCESSING A DEEP DIVE IN HADOOP/SPARK & AZURE SQL DW

BIG DATA PROCESSING A DEEP DIVE IN HADOOP/SPARK & AZURE SQL DW BIG DATA PROCESSING A DEEP DIVE IN HADOOP/SPARK & AZURE SQL DW TOPICS COVERED 1 2 Fundamentals of Big Data Platforms Major Big Data Tools Scaling Up vs. Out SCALE UP (SMP) SCALE OUT (MPP) + (n) Upgrade

More information

Microsoft Azure Architect Design (AZ301)

Microsoft Azure Architect Design (AZ301) Microsoft Azure Architect Design (AZ301) COURSE OVERVIEW: This four-day course is aligned to Azure Exam:AZ-301, Azure Solutions Architect-Design and contains the following: AZ-301T01: Designing for Identity

More information

HDInsight - Hadoop for the Commoner Matt Stenzel Data Platform Technical Specialist

HDInsight - Hadoop for the Commoner Matt Stenzel Data Platform Technical Specialist HDInsight - Hadoop for the Commoner 10-1-2016 Matt Stenzel Data Platform Technical Specialist SQL Saturday #557 Thank you Sponsors! Please visit the sponsors and enter their end-of-day raffles. Event After

More information

Azure Part 2 - Cloud Agility with ZVR. Mike Nelson, Cloud Architect Shannon Snowden, Sr. Technical Architect

Azure Part 2 - Cloud Agility with ZVR. Mike Nelson, Cloud Architect Shannon Snowden, Sr. Technical Architect Azure Part 2 - Cloud Agility with ZVR Mike Nelson, Cloud Architect Shannon Snowden, Sr. Technical Architect Digital Transformation DVDs > Streaming Video Distributing Content > Producing Content Netflix-

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

Building a Modern Data Warehouse in Azure for Power BI

Building a Modern Data Warehouse in Azure for Power BI Building a Modern Data Warehouse in Azure for Power BI About Us Phil Spokas email phil@intellitect.com Web Intellitect.com/phil Twitter Linked In @philspokas /in/philspokas web Twitter Intellitect.com

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2014 Course Code: 20467D

Designing Business Intelligence Solutions with Microsoft SQL Server 2014 Course Code: 20467D Designing Business Intelligence Solutions with Microsoft SQL Server 2014 Course Code: 20467D Duration: 5 Days Overview About this course This five-day instructor-led course teaches students how to implement

More information

Jason Virtue Business Intelligence Technical Professional

Jason Virtue Business Intelligence Technical Professional Jason Virtue Business Intelligence Technical Professional jvirtue@microsoft.com Agenda Microsoft Azure Data Services Azure Cloud Services Azure Machine Learning Azure Service Bus Azure Stream Analytics

More information

SERVICE PORTFOLIO - FACT SHEET SOLUTION SERVICES

SERVICE PORTFOLIO - FACT SHEET SOLUTION SERVICES SERVICE PORTFOLIO - FACT SHEET SOLUTION SERVICES WWW.IPS-AG.COM ABOUT IPS WHO WE ARE IPS is a Swiss-based sole proprietorship with its main business offices in Switzerland and Liechtenstein and development

More information

Azure Data Factory V2 / SSIS. Christian Cote

Azure Data Factory V2 / SSIS. Christian Cote Azure Data Factory V2 / SSIS Christian Cote Whoami ETL (extract, transform and load) Tech Leader ETL development using various ETL tools: DTS / SSIS, Hummungbird Genio, Informatica, Datastage DW Experience

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

EXAMPLE SOLUTIONS Hadoop in Azure HBase as a columnar NoSQL transactional database running on Azure Blobs Storm as a streaming service for near real time processing Hadoop 2.4 support for 100x query gains

More information

MICROSOFT AZURE THE CLOUD PLATFORM FOR DIGITAL TRANSFORMATION

MICROSOFT AZURE THE CLOUD PLATFORM FOR DIGITAL TRANSFORMATION MICROSOFT AZURE THE CLOUD PLATFORM FOR DIGITAL TRANSFORMATION G I N A M O N T G O M E R Y, V - T S P, M C S A, M C T S, M C P S R. D I R E C T O R, M I C R O S O F T C L O U D S E R V I C E S S E P T E

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

Course Content. The main purpose of the course is to give students the ability plan and implement big data workflows on HDInsight.

Course Content. The main purpose of the course is to give students the ability plan and implement big data workflows on HDInsight. Course Content Course Description: The main purpose of the course is to give students the ability plan and implement big data workflows on HDInsight. At Course Completion: After competing this course,

More information

Request for Proposals for a Business Intelligence and Analytics Platform Q&A

Request for Proposals for a Business Intelligence and Analytics Platform Q&A Request for Proposals for a Business Intelligence and Analytics Platform Q&A 1. What's the timeframe on the estimated "50-100 GB of data"? Is that day 1 starting volume? What is it expected to look like

More information

Microsoft Developer Day

Microsoft Developer Day Microsoft Developer Day Dr Graham Williams Microsoft Developer Day Director of Data Science, Pacific Asia, Data Group, Cloud and Enterprise Data Scientists Transform Data into Information Data Scientists

More information

20775A: Performing Data Engineering on Microsoft HD Insight

20775A: Performing Data Engineering on Microsoft HD Insight 20775A: Performing Data Engineering on Microsoft HD Insight Course Details Course Code: Duration: Notes: 20775A 5 days This course syllabus should be used to determine whether the course is appropriate

More information

HPE Flexible Capacity with Microsoft Azure & Azure Stack

HPE Flexible Capacity with Microsoft Azure & Azure Stack HPE Flexible Capacity with Microsoft Azure & Azure Stack The vision behind making Hybrid IT consumption a reality Reuben Melville Version 2.0 Compliance Recent outages of Public Cloud solutions, major

More information

Azure: Microsoft Cloud. Microsoft Cloud End-to-end solutions

Azure: Microsoft Cloud. Microsoft Cloud End-to-end solutions Azure: Microsoft Cloud Microsoft Cloud End-to-end solutions 5 Azure is an open cloud DevOps Clients Management Applications PaaS & DevOps App Frameworks & Tools Databases & Middleware Infrastructure Hyper

More information

Analytics Platform System

Analytics Platform System Analytics Platform System Big data. Small data. All data. Audie Wright, DW & Big Data Specialist Audie.Wright@Microsoft.com Ofc 425-538-0044, Cell 303-324-2860 Sean Mikha, DW & Big Data Architect semikha@microsoft.com

More information

Power BI with Big Data Stores

Power BI with Big Data Stores Power BI with Big Data Stores Darwin Schweitzer Senior Program Manager CAQS Patterns for Hands-on Demos https://caqs.azure.net/#gallery Data Science VM - Use Location in Southeast Asia or East US 2 (Homework)

More information

Building IoT Solutions in Azure

Building IoT Solutions in Azure Building IoT Solutions in Azure About me Mayank Srivastava Evangelist, Organizer, SPR Consulting CNUG The Chicago.Net User Group @MayankSri www.linkedin.com/in/mayanksri/ MayankSri@Live.com Agenda IoT

More information

Your Big Data to Big Data tools using the family of PI Integrators

Your Big Data to Big Data tools using the family of PI Integrators 1 Your Big Data to Big Data tools using the family of PI Integrators Presented by Martin Bryant Field Service Engineer @osisoft PI Integrators PI Integrator for Business Analytics PI Integrator for Business

More information

Measure Consume. Store. Data Governance

Measure Consume. Store. Data Governance Collect Process Manage Measure Consume Store Data Governance Big Data Sources (Raw, Unstructured) Azure Machine Learning Business Insights Sensors Devices Intelligent Systems Service Hadoop on Windows

More information

A World of Data. Raghu Ramakrishnan. CTO for Data, Technical Fellow Microsoft

A World of Data. Raghu Ramakrishnan. CTO for Data, Technical Fellow Microsoft A World of Data Raghu Ramakrishnan CTO for Data, Technical Fellow Microsoft Content Optimization Agrawal et al., CACM 56(6):92-101 (2013) Content Recommendation on Web Portals Key Features Package Ranker

More information

Aurélie Pericchi SSP APS Laurent Marzouk Data Insight & Cloud Architect

Aurélie Pericchi SSP APS Laurent Marzouk Data Insight & Cloud Architect Aurélie Pericchi SSP APS Laurent Marzouk Data Insight & Cloud Architect 2005 Concert de Coldplay 2014 Concert de Coldplay 90% of the world s data has been created over the last two years alone 1 1. Source

More information

Architecting Microsoft Azure Solutions

Architecting Microsoft Azure Solutions Architecting Microsoft Azure Solutions Duración: 5 Días Código del Curso: M20534 Temario: This course is intended for architects who have experience building infrastructure and applications on the Microsoft

More information

D4.1 Data Management Platform Architecture

D4.1 Data Management Platform Architecture D4.1 Data Management Platform Architecture Deliverable ID: D 4.1 Deliverable Title: Data Management Platform Architecture Revision #: 1.4 Dissemination Level: Public Responsible beneficiary: VTT Contributing

More information

Data Lake Organization A Hadoop Eco-System. Jan Cordtz, Microsoft Denmark Cloud Solution Architect

Data Lake Organization A Hadoop Eco-System. Jan Cordtz, Microsoft Denmark Cloud Solution Architect Data Lake Organization A Hadoop Eco-System Jan Cordtz, Microsoft Denmark jcordtz@microsoft.com Cloud Solution Architect Hyper scale Infrastructure 100+ Datacenters across 42 Regions Worldwide Learn more:

More information

20775 Performing Data Engineering on Microsoft HD Insight

20775 Performing Data Engineering on Microsoft HD Insight Duración del curso: 5 Días Acerca de este curso The main purpose of the course is to give students the ability plan and implement big data workflows on HD. Perfil de público The primary audience for this

More information

Enterprise Database Systems for Big Data, Big Data Processing, and Big Data Analytics. Sunnie Chung Cleveland State University 1

Enterprise Database Systems for Big Data, Big Data Processing, and Big Data Analytics. Sunnie Chung Cleveland State University 1 Enterprise Database Systems for Big Data, Big Data Processing, and Big Data Analytics Sunnie Chung Cleveland State University 1 Big Data: 3V s Sunnie Chung Cleveland State University 2 Volume (Scale) Data

More information

SQL Server Analysis Services Tabular Models and Power BI

SQL Server Analysis Services Tabular Models and Power BI SQL Server Analysis Services Tabular Models and Power BI Course ISI-1487 4 Days Instructor-led, Hands-on Introduction This four-day instructor-led course is aimed at database professionals who fulfill

More information

Power BI. Melissa Coates. Atlanta SQLSaturday BI Edition 1/9/2016. Blog: sqlchick.com

Power BI. Melissa Coates. Atlanta SQLSaturday BI Edition 1/9/2016. Blog: sqlchick.com Power BI Architecture, Integration Points, Implementation Options Atlanta SQLSaturday BI Edition 1/9/2016 Melissa Coates Solution Architect, BlueGranite blue-granite.com Blog: sqlchick.com Twitter: @sqlchick

More information

What you need to know about Reporting & BI for AX2012 & D365

What you need to know about Reporting & BI for AX2012 & D365 What you need to know about Reporting & BI for AX2012 & D365 Gina Pabalan Edgewater Fullscope, Data & Analytics Practice Managing Director, Business Intelligence https://www.linkedin.com/in/ginapabalan/

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

How In-Memory Computing can Maximize the Performance of Modern Payments

How In-Memory Computing can Maximize the Performance of Modern Payments How In-Memory Computing can Maximize the Performance of Modern Payments 2018 The mobile payments market is expected to grow to over a trillion dollars by 2019 How can in-memory computing maximize the performance

More information

Boston Azure Cloud User Group. a journey of a thousand miles begins with a single step

Boston Azure Cloud User Group. a journey of a thousand miles begins with a single step Boston Azure Cloud User Group a journey of a thousand miles begins with a single step 3 Solution Architect at Slalom Boston Business Intelligence User Group Leader I am a bit shy but passionate. BI Architect

More information

"Charting the Course to Your Success!" MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008.

Charting the Course to Your Success! MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008. Description Course Summary This course provides in-depth knowledge on designing a Business Intelligence solution by using Microsoft SQL Server 2008. Objectives At the end of this course, students will

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

Cloud service models

Cloud service models Onur Dogruoz Cloud service models Security & Management Security Center Portal Azure Active Directory Azure AD B2C Multi-Factor Authentication Media Services Logic Apps Media & CDN API Management Media

More information

The Internet of Things Wind Turbine Predictive Analytics. Fluitec Wind s Tribo-Analytics System Predicting Time-to-Failure

The Internet of Things Wind Turbine Predictive Analytics. Fluitec Wind s Tribo-Analytics System Predicting Time-to-Failure The Internet of Things Wind Turbine Predictive Analytics Fluitec Wind s Tribo-Analytics System Predicting Time-to-Failure Big Data and Tribo-Analytics Today we will see how Fluitec solved real-world challenges

More information

Make Business Intelligence Work on Big Data

Make Business Intelligence Work on Big Data Make Business Intelligence Work on Big Data Speed. Scale. Simplicity. Put the Power of Big Data in the Hands of Business Users Connect your BI tools directly to your big data without compromising scale,

More information

Architecture Overview for Data Analytics Deployments

Architecture Overview for Data Analytics Deployments Architecture Overview for Data Analytics Deployments Mahmoud Ghanem Sr. Systems Engineer GLOBAL SPONSORS Agenda The Big Picture Top Use Cases for Data Analytics Modern Architecture Concepts for Data Analytics

More information

Building data-driven applications with SAP Data Hub and Amazon Web Services

Building data-driven applications with SAP Data Hub and Amazon Web Services Building data-driven applications with SAP Data Hub and Amazon Web Services Dr. Lars Dannecker, Steffen Geissinger September 18 th, 2018 Cross-department disconnect Cross-department disconnect Cross-department

More information

Analytics in the Digital Economy data, experience, ideas & people. Juergen Hagedorn, Viktor Kehayov Product Management, SAP Analytics March 2017

Analytics in the Digital Economy data, experience, ideas & people. Juergen Hagedorn, Viktor Kehayov Product Management, SAP Analytics March 2017 Analytics in the Digital Economy data, experience, ideas & people Juergen Hagedorn, Viktor Kehayov Product Management, SAP Analytics March 2017 Our Portfolio Business Intelligence Data Warehousing End-to-end

More information

Streaming Analytics, Data Lakes and PI Integrators

Streaming Analytics, Data Lakes and PI Integrators Streaming Analytics, Data Lakes and PI Integrators Presented by Matt Ziegler Aaron Loe Conference Theme and Keywords 2 A journey through history 2010 Machine 2014 Learning and IoT 2016 2012 2014 2015 3

More information

Digital transformation is the next industrial revolution

Digital transformation is the next industrial revolution Digital transformation is the next industrial revolution Steam, water, mechanical production equipment Division of labor, electricity, mass production Electronics, IT, automated production Blurring the

More information

Industrial IoT Solution Architecture Design From Connectivity to Data

Industrial IoT Solution Architecture Design From Connectivity to Data Industrial IoT Solution Architecture Design From Connectivity to Data Cheryl Hsu Program Manager Strategic Engagement & Industrial IoT, Microsoft IoT Enables a Digital Feedback Loop The benefits are profound

More information

Mobile:

Mobile: Email: GaryHope@Microsoft.com Twitter: @GaryHope Mobile: 0827778886 Each chapter has its own style, leadership, and schedule to meet the local members needs and provide a relevant forum so its up to

More information

Simplified and Enhanced Financial Reporting and Analytics A powerful, feature-laden, reporting tool and an alternative to PS/nVision

Simplified and Enhanced Financial Reporting and Analytics A powerful, feature-laden, reporting tool and an alternative to PS/nVision Financial Services Analytics ZOOM Simplified and Enhanced Financial Reporting and Analytics A powerful, feature-laden, reporting tool and an alternative to PS/nVision PeopleSoft PS/nVision Common Complaints

More information

Course 20467C: Designing Self-Service Business Intelligence and Big Data Solutions

Course 20467C: Designing Self-Service Business Intelligence and Big Data Solutions Course 20467C: Designing Self-Service Business Intelligence and Big Data Solutions Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

EXECUTIVE BRIEF. Successful Data Warehouse Approaches to Meet Today s Analytics Demands. In this Paper

EXECUTIVE BRIEF. Successful Data Warehouse Approaches to Meet Today s Analytics Demands. In this Paper Sponsored by Successful Data Warehouse Approaches to Meet Today s Analytics Demands EXECUTIVE BRIEF In this Paper Organizations are adopting increasingly sophisticated analytics methods Analytics usage

More information

The next (R)Evolution?

The next (R)Evolution? Christian Binder Technical Director Microsoft Technology Center Digital Transformation The next (R)Evolution? Digital Transformation Create Build Digital Transformation Reinvent Build the intelligent cloud

More information

Operational Hadoop and the Lambda Architecture for Streaming Data

Operational Hadoop and the Lambda Architecture for Streaming Data Operational Hadoop and the Lambda Architecture for Streaming Data 2015 MapR Technologies 2015 MapR Technologies 1 Topics From Batch to Operational Workloads on Hadoop Streaming Data Environments The Lambda

More information

Spotlight Sessions. Nik Rouda. Director of Product Marketing Cloudera, Inc. All rights reserved. 1

Spotlight Sessions. Nik Rouda. Director of Product Marketing Cloudera, Inc. All rights reserved. 1 Spotlight Sessions Nik Rouda Director of Product Marketing Cloudera @nrouda Cloudera, Inc. All rights reserved. 1 Spotlight: Protecting Your Data Nik Rouda Product Marketing Cloudera, Inc. All rights reserved.

More information

Integrating the Enterprise. How Business Leaders are Implementing Digital Integration

Integrating the Enterprise. How Business Leaders are Implementing Digital Integration Integrating the Enterprise How Business Leaders are Implementing Digital Integration Today s Session In Review Business Value of IoT Building an IoT Backbone Integrating the Enterprise Market Potential

More information

Cognitive Data Warehouse and Analytics

Cognitive Data Warehouse and Analytics Cognitive Data Warehouse and Analytics Hemant R. Suri, Sr. Offering Manager, Hybrid Data Warehouses, IBM (twitter @hemantrsuri or feel free to reach out to me via LinkedIN!) Over 90% of the world s data

More information

Your Top 5 Reasons Why You Should Choose SAP Data Hub INTERNAL

Your Top 5 Reasons Why You Should Choose SAP Data Hub INTERNAL Your Top 5 Reasons Why You Should Choose INTERNAL Top 5 reasons for choosing the solution 1 UNIVERSAL 2 INTELLIGENT 3 EFFICIENT 4 SCALABLE 5 COMPLIANT Universal view of the enterprise and Big Data: Get

More information

COURSE OUTLINE: Implementing a Data Warehouse with SQL Server Implementing a Data Warehouse with SQL Server 2014

COURSE OUTLINE: Implementing a Data Warehouse with SQL Server Implementing a Data Warehouse with SQL Server 2014 Course Name Course Duration Course Structure Course Overview Course Outcome Course Details 20463 Implementing a Data Warehouse with SQL Server 2014 5 Days Instructor-Led (Classroom) This course describes

More information

Taking Advantage of Cloud Elasticity and Flexibility

Taking Advantage of Cloud Elasticity and Flexibility Taking Advantage of Cloud Elasticity and Flexibility Fred Koopmans Sr. Director of Product Management 1 Public cloud adoption is surging 2 Cloudera customers are leading the way 3 Hadoop was born for the

More information

INTRODUCTION TO R FOR DATA SCIENCE WITH R FOR DATA SCIENCE DATA SCIENCE ESSENTIALS INTRODUCTION TO PYTHON FOR DATA SCIENCE. Azure Machine Learning

INTRODUCTION TO R FOR DATA SCIENCE WITH R FOR DATA SCIENCE DATA SCIENCE ESSENTIALS INTRODUCTION TO PYTHON FOR DATA SCIENCE. Azure Machine Learning Data Science Track WITH EXCEL INTRODUCTION TO R FOR DATA SCIENCE PROGRAMMING WITH R FOR DATA SCIENCE APPLIED MACHINE LEARNING SCENARIOS HDInsight Certificate of DATA SCIENCE ORIENTATION QUERYING DATA WITH

More information

ORYX GTL Business Intelligence Platform Evolution Jordi Bartual Paris

ORYX GTL Business Intelligence Platform Evolution Jordi Bartual Paris http://jbartual.wordpress.com/ ORYX GTL Business Intelligence Platform Evolution 2010 2015 Jordi Bartual Paris Agenda 1. 2011 2014 (20 min) 2. 2015 and beyond (10 min) 3. Q&A (15 min) 2010 2014 Architecture

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Implementing a Data Warehouse with Microsoft SQL Server Course 20463D 5 Days Instructor-led, Hands-on Course Description In this five day instructor-led course, you will learn how to implement a data warehouse

More information

SAP Machine Learning for Hadoop. Customer

SAP Machine Learning for Hadoop. Customer SAP Machine Learning for Hadoop Customer SAP BusinessObjects Predictive Analytics and Big Data 1. Support for end-to-end operational predictive lifecycle on Hadoop 2. Business Analyst Friendly No coding

More information

Oracle Business Intelligence Applications

Oracle Business Intelligence Applications Oracle Business Intelligence Applications Configuration Guide For Informatica Powercenter Users Oracle Business Intelligence Applications Configuration Guide for Informatica PowerCenter Users Release 7.9.6.4.

More information

Scaling up MATLAB Analytics with Kafka and Cloud Services

Scaling up MATLAB Analytics with Kafka and Cloud Services Scaling up Analytics with Kafka and Cloud Services Olof Larsson 2015 The MathWorks, Inc. 1 Agenda 1 Access and Explore Data 2 Preprocess Data 3 Develop Predictive Models Integrate with Production 5 Visualize

More information

Fast Start Business Analytics with Power BI

Fast Start Business Analytics with Power BI Fast Start Business Analytics with Power BI Accelerate Through classroom, challenging, training and a quick proof of concept, learn about Power BI and how it can help speed up your decision making and

More information

Big Data with Azure: where to begin?

Big Data with Azure: where to begin? Big Data with Azure: where to begin? Concepts and best practices October 15 th 2016 Sofia Satya SK Jayanty Principal Architect & Managing Consultant consulting@dbia.uk Sponsors Gold sponsors: Silver sponsors:

More information

Big Data Introduction

Big Data Introduction Big Data Introduction Who we are Experts At Your Service Over 50 specialists in IT infrastructure Certified, experienced, passionate Based In Switzerland 100% self-financed Swiss company Over CHF8 mio.

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 엔터프라이즈, 빅데이터및 애널리틱솔루션활용을위한 적용기술소개 성호현부장 2015 The MathWorks, Inc. 2 Agenda 1 Access and Explore Data 2 Preprocess Data 3 Develop Predictive Models 4 Integrate with Production

More information

Azure Offerings for Big data. In Kee Paek Cloud Data Solution Architect Microsoft Korea October. 2016

Azure Offerings for Big data. In Kee Paek Cloud Data Solution Architect Microsoft Korea October. 2016 Azure Offerings for Big data In Kee Paek Cloud Data Solution Architect Microsoft Korea October. 2016 Agenda 1. Integrated Big data Platform - Cortana Intelligent Suite 2. Scalable Machine Learning - R

More information

Scaling up MATLAB Analytics with Kafka and Cloud Services

Scaling up MATLAB Analytics with Kafka and Cloud Services Scaling up Analytics with Kafka and Cloud Services Christoph Stockhammer 2015 The MathWorks, Inc. 1 Agenda 1 Access and Explore Data 2 Preprocess Data 3 Develop Predictive Models Integrate with Production

More information

Analyzing Data with Power BI

Analyzing Data with Power BI Course 20778A: Analyzing Data with Power BI Course Outline Module 1: Introduction to Self-Service BI Solutions Introduces business intelligence (BI) and how to self-serve with BI. Introduction to business

More information

CONNECTING THE DOTS FOR BETTER INSIGHT.

CONNECTING THE DOTS FOR BETTER INSIGHT. CONNECTING THE DOTS FOR BETTER INSIGHT www.bigdatadimension.com ABOUT BIGDATA DIMENSION BigData Dimension is a leading provider of cloud and on-premise solutions for Data Management, Data Integration,

More information