SlideShare a Scribd company logo
1 of 37
EXPERFY
Microsoft Azure Data Platform TRACK
Gain Competitive Advantage using
Microsoft Azure Data Platform and
Cortana Analytics
By Jon Bloom
01
Data Professional, Bloom Consulting
Jonathan Bloom
Jon has been in the Data Science space since 1995.
Based in Safety Harbor, Florida, he specializes in
the Financial Services, Education, Hi-Tech, and
Insurance industries. Microsoft Certified Solutions
Expert (MCSE).
https://www.experfy.com/blog/author/jonathan-
bloom
• 1983 IBM PC / TRS-80
• 1986 High School
• 1988 Fortan
• 1994 Paradox/QuatroPro
• 1996 c++, VB, Oracle, Crystal
Reports
• 1999 ASP, Actuate
• 2004 .net
• 2006 Java, Web Services
• 2011 Microsoft BI
• 2011 Microsoft Azure
• 2012 Hadoop
• 2014 Azure ML Machine Learning
• 2015 PowerBI
01
Data Professional, Bloom Consulting
Jonathan Bloom
Jon has been in the Data Science space since 1995.
Based in Safety Harbor, Florida, he specializes in
the Financial Services, Education, Hi-Tech, and
Insurance industries. Microsoft Certified Solutions
Expert (MCSE).
https://www.experfy.com/blog/author/jonathan-
bloom
• 1991 Retail
• 1994 Banking
• 1998 Medical Reporting Software
• 1999 Utilities Energy Company
• 2000 Credit Card Processing
• 2001 Telecommunications
• 2003 Insurance
• 2005 Consulting
• 2007 County Government
• 2011 County School Board
• 2012 Software Company
• 2013 Consulting
01
Data Professional, Bloom Consulting
Jonathan Bloom
Jon has been in the Data Science space since 1995.
Based in Safety Harbor, Florida, he specializes in
the Financial Services, Education, Hi-Tech, and
Insurance industries. Microsoft Certified Solutions
Expert (MCSE).
https://www.experfy.com/blog/author/jonathan-
bloom
• 2012 Microsoft Certified Professional
(MCP)
• 2012 Microsoft Certified Solutions
Associate (MCSA)
• 2014 Microsoft Certified Solutions Expert
(MCSE Business Intelligence)
• 2012 SQL BI User Group Speaker
• 2012-2015 SQL Saturday Speaker
– Enterprise Data Warehousing
– PowerBI / Power Pivot / Power Query
– Reporting for DBAs
– Big Data / Hadoop
• 2013 – 2015 IT Pro Camp Speaker
– SSIS
– Business Intelligence
– Big Data / Hadoop
• 2013 Architectural Concepts Podcast
Table of Contents
① Rise of Data Culture
② Cortana Analytics Suite
③ Azure SQL Databases
④ Azure HDInsight Hadoop
⑤ Azure Machine Learning
⑥ Azure Data Lake Analytics
⑦ Azure Stream Analytics
⑧ Azure Data Factory
⑨ Azure Data Catalog
⑩ Azure Event Hubs
⑪ Power BI
⑫ Artificial Intelligence
• Data is the new Oil
o We've been collecting Data for half a century
o Data is now an “asset” to each organization
o “Monetize” data
Rise of Data Culture
Rise of Data Culture 6
• Provide Insights
o Data-Driven Decisions
» Manage the business
» Increase profits
» Decrease costs
» Streamline processes
Rise of Data Culture
Rise of Data Culture 7
• Data Explosion
o Exponential growth
o Both Structured and Unstructured
Rise of Data Culture
Rise of Data Culture 8
• New Data Sources
o Variety of data sources
» Open Data Sources for specific industries
» Social Media data
» "Home Grown" data
Rise of Data Culture
Rise of Data Culture 9
• Size of Data
o Traditional databases could not handle huge data
o New open source tools like Hadoop solve this problem
Rise of Data Culture
Rise of Data Culture 10
• Technology Advances
o Lower costs:
» Hardware
» Software
» Memory
» Processing power
o Software in the hands of Developers
Rise of Data Culture
Rise of Data Culture 11
• Data Integration
o Mashing desperate data sets
o Derive new insights from existing data sets
o Complete picture of data ecosystem
Rise of Data Culture
Rise of Data Culture 12
• Agile Methodology
o Shorter time to insight
o Iterative cycles
o Release final product every sprint
o Better project scoping
o Better project control
Rise of Data Culture
Rise of Data Culture 13
• Data Scientist
o Sexiest position
» Statistics
» Math
» Programming
» Domain Knowledge
» Curiosity
» Visualizations
» Storytelling
Rise of Data Culture
Rise of Data Culture 14
• Chief Data Officer
o Reports to Senior Executives/CIO
o Responsible for all Data
o Data Driven Organization
o Document Ecosystem
» Servers
» Applications
» Databases
» Diagrams
Rise of Data Culture
Rise of Data Culture 15
o Data Governance
o Allocate resources
» Hire Consultants
» Matrix Internal Employees
o Consolidate Technologies
• What is Cortana Analytics Suite?
o “Cortana Analytics is a fully managed big data and advanced analytics
suite that enables you to transform your data into intelligent action.”
Cortana Analytics Suite
Cortana Analytics Suite 16
• Cortana Analytics
o Azure Portal
o Gather Data
o Predict
o Automate
Cortana Analytics Suite
Cortana Analytics Suite 17
• IaaS - Infrastructure as a Service
o “a form of cloud computing that provides virtualized computing
resources over the Internet”
SQL Server in Azure VM
Azure SQL Databases 18
• PaaS - Platform as a Service
o “A cloud computing model that delivers applications over the Internet”
o SQL Server Database runs in Azure Public Cloud
Azure SQL Server Database
Azure SQL Databases 19
• PaaS - Platform as a Service
o “a cloud computing model that delivers applications over the Internet”
o SQL Server Data Warehouse runs in Azure Public Cloud
Azure SQL Data Warehouse
Azure SQL Databases 20
• Apache Hadoop
o Hadoop is a free, Java-based programming framework that supports the
processing of large data sets in a distributed computing environment. It
is part of the Apache project sponsored by the Apache Software
Foundation.
Azure HDInsight Hadoop
Azure HDInsight Hadoop 21
• Apache Hadoop
o Yahoo
• Doug Cutting
• A better search engine
• HDFS built to support Apache Nutch web search engine project
• Crawl hundreds of millions of web pages
• HDFS is now an Apache Hadoop sub-project
Azure HDInsight Hadoop
Azure HDInsight Hadoop 22
• Apache MapReduce
o A Programming model for large scale data processing
• Written in Java
• Send computation to the data
• Parallel distributed algorithm within cluster
Azure HDInsight Hadoop
Azure HDInsight Hadoop 23
• Apache Hadoop NextGen MapReduce (YARN)
o Splits Job Tracker into 2 pieces
» Resource Manager
• Scheduler
• Application Manager
» Node Manager
• Agent running on each Node machine
Azure HDInsight Hadoop
Azure HDInsight Hadoop 24
• Apache HIVE
o A Data Warehousing infrastructure built into Hadoop
o HiveQL – simple SQL like language
» Ad Hoc Query Analysis
» Aggregations
o No “row-level” updates or “real time” queries
o Mount data: specify delimiters, file location, table name
Azure HDInsight Hadoop
Azure HDInsight Hadoop 25
• Apache PIG
o Platform to analyze large data sets
o High Level language
o Parallelization
o Compiler creates series of Map/Reduce jobs
Azure HDInsight Hadoop
Azure HDInsight Hadoop 26
• Apache SQOOP
o Apache Sqoop is a tool designed for efficiently transferring bulk data
between Apache Hadoop and structured data stores such as relational
databases.
o From EDW to Hadoop
o From Hadoop to Relational Databases
Azure HDInsight Hadoop
Azure HDInsight Hadoop 27
• Spark
o Fast and general engine for large scale data processing
o Open Source Cluster computing Framework
o Originally developed AMPLap, University of California Berkley
o Now part of Apache Software Foundation
o Not based on MapReduce paradigm (uses In Memory)
» Up to 100x faster than MapReduce
Azure HDInsight Hadoop
Azure HDInsight Hadoop 28
• What is Azure Machine Learning?
o “Machine learning uses computers to run predictive models that learn
from existing data in order to forecast future behaviors, outcomes, and
trends.”
Azure Machine Learning
Azure Machine Learning 29
• What is Azure Data Lake Analytics?
o “Azure Data Lake includes all the capabilities required to make it easy for
developers, data scientists, and analysts to store data of any size, shape
and speed, and do all types of processing and analytics across platforms
and languages.”
Azure Data Lake Analytics
Azure Data Lake Analytics 30
• What is Azure Stream Analytics?
o Azure Stream Analytics allows you to leverage cloud technologies to find
insights in real time from devices and sensors, typically know as the
“Internet of Things”.
Azure Stream Analytics
Azure Stream Analytics 31
• What is Azure Data Factory?
o “Data Factory is a cloud-based data integration service that orchestrates
and automates the movement and transformation of data.”
o Best of breed analytical pipelines
Azure Data Factory
Azure Data Factory 32
• What is Azure Data Catalog?
o Azure Data Catalog is an enterprise-wide metadata catalog which stores,
describes and indexes information on data sources.
Azure Data Catalog
Azure Data Catalog 33
• What is Azure Event Hubs?
o “Event Hubs is a highly scalable publish-subscribe event ingestor. It can
collect millions of events per second, so that you can process and
analyze the massive amounts of data produced by your connected
devices and applications. Once collected into Event Hubs, you can
transform and store the data by using any real-time analytics provider or
with batching/storage adapters.”
Azure Event Hubs
Azure Event Hubs 34
• Suite of Products
o Individual Add-Ins for Excel
» Power Pivot
» Power Query Formula Language (“M”)
» Power View
» Power Map
» Natural Query Language
Power BI
Power BI 35
• Definition
o “The ability of a computer or other machine to perform actions thought
to require intelligence. Among these actions are logical deduction and
inference, creativity, the ability to make decisions based on past
experience or insufficient or conflicting information, and the ability to
understand spoken language. ”
» http://dictionary.reference.com/browse/artificial-intelligence
Artificial Intelligence
Artificial Intelligence 36
• Azure Data Platform and Cortana Analytics
o To get more insight and depth into each of the topics listed, please sign
up and purchase this course at:
o https://www.experfy.com/training/courses/gain-competitive-
advantage-using-microsoft-azure-data-platform-and-cortana-analytics
o Thanks for watching~!
Experfy Course
Artificial Intelligence 37

More Related Content

What's hot

Bloor Research & DataStax: How graph databases solve previously unsolvable bu...
Bloor Research & DataStax: How graph databases solve previously unsolvable bu...Bloor Research & DataStax: How graph databases solve previously unsolvable bu...
Bloor Research & DataStax: How graph databases solve previously unsolvable bu...DataStax
 
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...Mark Rittman
 
Democratizing Data Science on Kubernetes
Democratizing Data Science on Kubernetes Democratizing Data Science on Kubernetes
Democratizing Data Science on Kubernetes John Archer
 
Pentaho Big Data Analytics with Vertica and Hadoop
Pentaho Big Data Analytics with Vertica and HadoopPentaho Big Data Analytics with Vertica and Hadoop
Pentaho Big Data Analytics with Vertica and HadoopMark Kromer
 
Big Data in the Real World
Big Data in the Real WorldBig Data in the Real World
Big Data in the Real WorldMark Kromer
 
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)Stéphane Fréchette
 
Cortana Analytics Workshop: Operationalizing Your End-to-End Analytics Solution
Cortana Analytics Workshop: Operationalizing Your End-to-End Analytics SolutionCortana Analytics Workshop: Operationalizing Your End-to-End Analytics Solution
Cortana Analytics Workshop: Operationalizing Your End-to-End Analytics SolutionMSAdvAnalytics
 
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014ALTER WAY
 
Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...
Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...
Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...Kolja Manuel Rödel
 
Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...
Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...
Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...StampedeCon
 
Big Data Analytics with Hadoop, MongoDB and SQL Server
Big Data Analytics with Hadoop, MongoDB and SQL ServerBig Data Analytics with Hadoop, MongoDB and SQL Server
Big Data Analytics with Hadoop, MongoDB and SQL ServerMark Kromer
 
Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016StampedeCon
 
Big Data Architecture and Deployment
Big Data Architecture and DeploymentBig Data Architecture and Deployment
Big Data Architecture and DeploymentCisco Canada
 
Big Data 2.0: ETL & Analytics: Implementing a next generation platform
Big Data 2.0: ETL & Analytics: Implementing a next generation platformBig Data 2.0: ETL & Analytics: Implementing a next generation platform
Big Data 2.0: ETL & Analytics: Implementing a next generation platformCaserta
 
The key to unlocking the Value in the IoT? Managing the Data!
The key to unlocking the Value in the IoT? Managing the Data!The key to unlocking the Value in the IoT? Managing the Data!
The key to unlocking the Value in the IoT? Managing the Data!DataWorks Summit/Hadoop Summit
 
New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...
New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...
New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...Rittman Analytics
 

What's hot (20)

Bloor Research & DataStax: How graph databases solve previously unsolvable bu...
Bloor Research & DataStax: How graph databases solve previously unsolvable bu...Bloor Research & DataStax: How graph databases solve previously unsolvable bu...
Bloor Research & DataStax: How graph databases solve previously unsolvable bu...
 
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
 
Democratizing Data Science on Kubernetes
Democratizing Data Science on Kubernetes Democratizing Data Science on Kubernetes
Democratizing Data Science on Kubernetes
 
Pentaho Big Data Analytics with Vertica and Hadoop
Pentaho Big Data Analytics with Vertica and HadoopPentaho Big Data Analytics with Vertica and Hadoop
Pentaho Big Data Analytics with Vertica and Hadoop
 
Introduction to Azure HDInsight
Introduction to Azure HDInsightIntroduction to Azure HDInsight
Introduction to Azure HDInsight
 
Big Data Application Architectures - IoT
Big Data Application Architectures - IoTBig Data Application Architectures - IoT
Big Data Application Architectures - IoT
 
Big Data in the Real World
Big Data in the Real WorldBig Data in the Real World
Big Data in the Real World
 
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)
 
Cortana Analytics Workshop: Operationalizing Your End-to-End Analytics Solution
Cortana Analytics Workshop: Operationalizing Your End-to-End Analytics SolutionCortana Analytics Workshop: Operationalizing Your End-to-End Analytics Solution
Cortana Analytics Workshop: Operationalizing Your End-to-End Analytics Solution
 
Azure HDInsight
Azure HDInsightAzure HDInsight
Azure HDInsight
 
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
Séminaire Big Data Alter Way - Elasticsearch - octobre 2014
 
Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...
Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...
Hadoop Data Lake vs classical Data Warehouse: How to utilize best of both wor...
 
Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...
Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...
Building a Next-gen Data Platform and Leveraging the OSS Ecosystem for Easy W...
 
Big Data Analytics with Hadoop, MongoDB and SQL Server
Big Data Analytics with Hadoop, MongoDB and SQL ServerBig Data Analytics with Hadoop, MongoDB and SQL Server
Big Data Analytics with Hadoop, MongoDB and SQL Server
 
Big data in Azure
Big data in AzureBig data in Azure
Big data in Azure
 
Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016
 
Big Data Architecture and Deployment
Big Data Architecture and DeploymentBig Data Architecture and Deployment
Big Data Architecture and Deployment
 
Big Data 2.0: ETL & Analytics: Implementing a next generation platform
Big Data 2.0: ETL & Analytics: Implementing a next generation platformBig Data 2.0: ETL & Analytics: Implementing a next generation platform
Big Data 2.0: ETL & Analytics: Implementing a next generation platform
 
The key to unlocking the Value in the IoT? Managing the Data!
The key to unlocking the Value in the IoT? Managing the Data!The key to unlocking the Value in the IoT? Managing the Data!
The key to unlocking the Value in the IoT? Managing the Data!
 
New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...
New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...
New World Hadoop Architectures (& What Problems They Really Solve) for Oracle...
 

Similar to Experfy Online Course - Gain Competitive Advantage Using Microsoft Azure Data Platform & Cortana Analytics

Data Platform Overview
Data Platform OverviewData Platform Overview
Data Platform OverviewHamid J. Fard
 
Intro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWSIntro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWSSri Ambati
 
IARE_BDBA_ PPT_0.pptx
IARE_BDBA_ PPT_0.pptxIARE_BDBA_ PPT_0.pptx
IARE_BDBA_ PPT_0.pptxAIMLSEMINARS
 
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...MSAdvAnalytics
 
USQL Trivadis Azure Data Lake Event
USQL Trivadis Azure Data Lake EventUSQL Trivadis Azure Data Lake Event
USQL Trivadis Azure Data Lake EventTrivadis
 
Analytical Innovation: How to Build the Next Generation Data Platform
Analytical Innovation: How to Build the Next Generation Data PlatformAnalytical Innovation: How to Build the Next Generation Data Platform
Analytical Innovation: How to Build the Next Generation Data PlatformVMware Tanzu
 
Opportunity: Data, Analytic & Azure
Opportunity: Data, Analytic & Azure Opportunity: Data, Analytic & Azure
Opportunity: Data, Analytic & Azure Abhimanyu Singhal
 
How does Microsoft solve Big Data?
How does Microsoft solve Big Data?How does Microsoft solve Big Data?
How does Microsoft solve Big Data?James Serra
 
1 Introduction to Microsoft data platform analytics for release
1 Introduction to Microsoft data platform analytics for release1 Introduction to Microsoft data platform analytics for release
1 Introduction to Microsoft data platform analytics for releaseJen Stirrup
 
Cloudian 451-hortonworks - webinar
Cloudian 451-hortonworks - webinarCloudian 451-hortonworks - webinar
Cloudian 451-hortonworks - webinarHortonworks
 
Unlocking the Value of Your Data Lake
Unlocking the Value of Your Data LakeUnlocking the Value of Your Data Lake
Unlocking the Value of Your Data LakeDATAVERSITY
 
SPS Vancouver 2018 - What is CDM and CDS
SPS Vancouver 2018 - What is CDM and CDSSPS Vancouver 2018 - What is CDM and CDS
SPS Vancouver 2018 - What is CDM and CDSNicolas Georgeault
 
Initiate Edinburgh 2019 - Big Data Meets AI
Initiate Edinburgh 2019 - Big Data Meets AIInitiate Edinburgh 2019 - Big Data Meets AI
Initiate Edinburgh 2019 - Big Data Meets AIAmazon Web Services
 
Microsoft cloud big data strategy
Microsoft cloud big data strategyMicrosoft cloud big data strategy
Microsoft cloud big data strategyJames Serra
 
Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020Riccardo Zamana
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...Mihai Criveti
 
Data & Analytics - Session 1 - Big Data Analytics
Data & Analytics - Session 1 -  Big Data AnalyticsData & Analytics - Session 1 -  Big Data Analytics
Data & Analytics - Session 1 - Big Data AnalyticsAmazon Web Services
 
Time's Up! Getting Value from Big Data Now
Time's Up! Getting Value from Big Data NowTime's Up! Getting Value from Big Data Now
Time's Up! Getting Value from Big Data NowEric Kavanagh
 
MS Azure with IoT - Final Version
MS Azure with IoT - Final VersionMS Azure with IoT - Final Version
MS Azure with IoT - Final VersionJanani Eshwaran
 

Similar to Experfy Online Course - Gain Competitive Advantage Using Microsoft Azure Data Platform & Cortana Analytics (20)

Big Data in Azure
Big Data in AzureBig Data in Azure
Big Data in Azure
 
Data Platform Overview
Data Platform OverviewData Platform Overview
Data Platform Overview
 
Intro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWSIntro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWS
 
IARE_BDBA_ PPT_0.pptx
IARE_BDBA_ PPT_0.pptxIARE_BDBA_ PPT_0.pptx
IARE_BDBA_ PPT_0.pptx
 
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
 
USQL Trivadis Azure Data Lake Event
USQL Trivadis Azure Data Lake EventUSQL Trivadis Azure Data Lake Event
USQL Trivadis Azure Data Lake Event
 
Analytical Innovation: How to Build the Next Generation Data Platform
Analytical Innovation: How to Build the Next Generation Data PlatformAnalytical Innovation: How to Build the Next Generation Data Platform
Analytical Innovation: How to Build the Next Generation Data Platform
 
Opportunity: Data, Analytic & Azure
Opportunity: Data, Analytic & Azure Opportunity: Data, Analytic & Azure
Opportunity: Data, Analytic & Azure
 
How does Microsoft solve Big Data?
How does Microsoft solve Big Data?How does Microsoft solve Big Data?
How does Microsoft solve Big Data?
 
1 Introduction to Microsoft data platform analytics for release
1 Introduction to Microsoft data platform analytics for release1 Introduction to Microsoft data platform analytics for release
1 Introduction to Microsoft data platform analytics for release
 
Cloudian 451-hortonworks - webinar
Cloudian 451-hortonworks - webinarCloudian 451-hortonworks - webinar
Cloudian 451-hortonworks - webinar
 
Unlocking the Value of Your Data Lake
Unlocking the Value of Your Data LakeUnlocking the Value of Your Data Lake
Unlocking the Value of Your Data Lake
 
SPS Vancouver 2018 - What is CDM and CDS
SPS Vancouver 2018 - What is CDM and CDSSPS Vancouver 2018 - What is CDM and CDS
SPS Vancouver 2018 - What is CDM and CDS
 
Initiate Edinburgh 2019 - Big Data Meets AI
Initiate Edinburgh 2019 - Big Data Meets AIInitiate Edinburgh 2019 - Big Data Meets AI
Initiate Edinburgh 2019 - Big Data Meets AI
 
Microsoft cloud big data strategy
Microsoft cloud big data strategyMicrosoft cloud big data strategy
Microsoft cloud big data strategy
 
Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020Azure Data Explorer deep dive - review 04.2020
Azure Data Explorer deep dive - review 04.2020
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
 
Data & Analytics - Session 1 - Big Data Analytics
Data & Analytics - Session 1 -  Big Data AnalyticsData & Analytics - Session 1 -  Big Data Analytics
Data & Analytics - Session 1 - Big Data Analytics
 
Time's Up! Getting Value from Big Data Now
Time's Up! Getting Value from Big Data NowTime's Up! Getting Value from Big Data Now
Time's Up! Getting Value from Big Data Now
 
MS Azure with IoT - Final Version
MS Azure with IoT - Final VersionMS Azure with IoT - Final Version
MS Azure with IoT - Final Version
 

More from Experfy

Predictive Analytics and Modeling in Life Insurance
Predictive Analytics and Modeling in Life InsurancePredictive Analytics and Modeling in Life Insurance
Predictive Analytics and Modeling in Life InsuranceExperfy
 
Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...
Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...
Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...Experfy
 
Graph Models for Deep Learning
Graph Models for Deep LearningGraph Models for Deep Learning
Graph Models for Deep LearningExperfy
 
Apache HBase Crash Course - Quick Tutorial
Apache HBase Crash Course - Quick Tutorial Apache HBase Crash Course - Quick Tutorial
Apache HBase Crash Course - Quick Tutorial Experfy
 
Machine Learning in AI
Machine Learning in AIMachine Learning in AI
Machine Learning in AIExperfy
 
A Gentle Introduction to Genomics
A Gentle Introduction to GenomicsA Gentle Introduction to Genomics
A Gentle Introduction to GenomicsExperfy
 
A Comprehensive Guide to Insurance Technology - InsurTech
A Comprehensive Guide to Insurance Technology - InsurTechA Comprehensive Guide to Insurance Technology - InsurTech
A Comprehensive Guide to Insurance Technology - InsurTechExperfy
 
Health Insurance 101
Health Insurance 101Health Insurance 101
Health Insurance 101Experfy
 
Financial Derivatives
Financial Derivatives Financial Derivatives
Financial Derivatives Experfy
 
AI for executives
AI for executives AI for executives
AI for executives Experfy
 
Cloud Native Computing Foundation: How Virtualization and Containers are Chan...
Cloud Native Computing Foundation: How Virtualization and Containers are Chan...Cloud Native Computing Foundation: How Virtualization and Containers are Chan...
Cloud Native Computing Foundation: How Virtualization and Containers are Chan...Experfy
 
Microsoft Azure Power BI
Microsoft Azure Power BIMicrosoft Azure Power BI
Microsoft Azure Power BIExperfy
 
March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...
March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...
March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...Experfy
 
Sales Forecasting
Sales ForecastingSales Forecasting
Sales ForecastingExperfy
 
Uncertain Knowledge and Reasoning in Artificial Intelligence
Uncertain Knowledge and Reasoning in Artificial IntelligenceUncertain Knowledge and Reasoning in Artificial Intelligence
Uncertain Knowledge and Reasoning in Artificial IntelligenceExperfy
 
Unsupervised Learning: Clustering
Unsupervised Learning: Clustering Unsupervised Learning: Clustering
Unsupervised Learning: Clustering Experfy
 
Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Experfy
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology FundamentalsExperfy
 
Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...
Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...
Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...Experfy
 
Apache Spark SQL- Installing Spark
Apache Spark SQL- Installing SparkApache Spark SQL- Installing Spark
Apache Spark SQL- Installing SparkExperfy
 

More from Experfy (20)

Predictive Analytics and Modeling in Life Insurance
Predictive Analytics and Modeling in Life InsurancePredictive Analytics and Modeling in Life Insurance
Predictive Analytics and Modeling in Life Insurance
 
Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...
Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...
Predictive Analytics and Modeling in Product Pricing (Personal and Commercial...
 
Graph Models for Deep Learning
Graph Models for Deep LearningGraph Models for Deep Learning
Graph Models for Deep Learning
 
Apache HBase Crash Course - Quick Tutorial
Apache HBase Crash Course - Quick Tutorial Apache HBase Crash Course - Quick Tutorial
Apache HBase Crash Course - Quick Tutorial
 
Machine Learning in AI
Machine Learning in AIMachine Learning in AI
Machine Learning in AI
 
A Gentle Introduction to Genomics
A Gentle Introduction to GenomicsA Gentle Introduction to Genomics
A Gentle Introduction to Genomics
 
A Comprehensive Guide to Insurance Technology - InsurTech
A Comprehensive Guide to Insurance Technology - InsurTechA Comprehensive Guide to Insurance Technology - InsurTech
A Comprehensive Guide to Insurance Technology - InsurTech
 
Health Insurance 101
Health Insurance 101Health Insurance 101
Health Insurance 101
 
Financial Derivatives
Financial Derivatives Financial Derivatives
Financial Derivatives
 
AI for executives
AI for executives AI for executives
AI for executives
 
Cloud Native Computing Foundation: How Virtualization and Containers are Chan...
Cloud Native Computing Foundation: How Virtualization and Containers are Chan...Cloud Native Computing Foundation: How Virtualization and Containers are Chan...
Cloud Native Computing Foundation: How Virtualization and Containers are Chan...
 
Microsoft Azure Power BI
Microsoft Azure Power BIMicrosoft Azure Power BI
Microsoft Azure Power BI
 
March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...
March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...
March Towards Big Data - Big Data Implementation, Migration, Ingestion, Manag...
 
Sales Forecasting
Sales ForecastingSales Forecasting
Sales Forecasting
 
Uncertain Knowledge and Reasoning in Artificial Intelligence
Uncertain Knowledge and Reasoning in Artificial IntelligenceUncertain Knowledge and Reasoning in Artificial Intelligence
Uncertain Knowledge and Reasoning in Artificial Intelligence
 
Unsupervised Learning: Clustering
Unsupervised Learning: Clustering Unsupervised Learning: Clustering
Unsupervised Learning: Clustering
 
Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Introduction to Healthcare Analytics
Introduction to Healthcare Analytics
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
 
Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...
Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...
Data Quality: Are Your Data Suitable For Answering Your Questions? - Experfy ...
 
Apache Spark SQL- Installing Spark
Apache Spark SQL- Installing SparkApache Spark SQL- Installing Spark
Apache Spark SQL- Installing Spark
 

Recently uploaded

Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationBoston Institute of Analytics
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknowmakika9823
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...shivangimorya083
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 

Recently uploaded (20)

Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project Presentation
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 

Experfy Online Course - Gain Competitive Advantage Using Microsoft Azure Data Platform & Cortana Analytics

  • 1. EXPERFY Microsoft Azure Data Platform TRACK Gain Competitive Advantage using Microsoft Azure Data Platform and Cortana Analytics By Jon Bloom
  • 2. 01 Data Professional, Bloom Consulting Jonathan Bloom Jon has been in the Data Science space since 1995. Based in Safety Harbor, Florida, he specializes in the Financial Services, Education, Hi-Tech, and Insurance industries. Microsoft Certified Solutions Expert (MCSE). https://www.experfy.com/blog/author/jonathan- bloom • 1983 IBM PC / TRS-80 • 1986 High School • 1988 Fortan • 1994 Paradox/QuatroPro • 1996 c++, VB, Oracle, Crystal Reports • 1999 ASP, Actuate • 2004 .net • 2006 Java, Web Services • 2011 Microsoft BI • 2011 Microsoft Azure • 2012 Hadoop • 2014 Azure ML Machine Learning • 2015 PowerBI
  • 3. 01 Data Professional, Bloom Consulting Jonathan Bloom Jon has been in the Data Science space since 1995. Based in Safety Harbor, Florida, he specializes in the Financial Services, Education, Hi-Tech, and Insurance industries. Microsoft Certified Solutions Expert (MCSE). https://www.experfy.com/blog/author/jonathan- bloom • 1991 Retail • 1994 Banking • 1998 Medical Reporting Software • 1999 Utilities Energy Company • 2000 Credit Card Processing • 2001 Telecommunications • 2003 Insurance • 2005 Consulting • 2007 County Government • 2011 County School Board • 2012 Software Company • 2013 Consulting
  • 4. 01 Data Professional, Bloom Consulting Jonathan Bloom Jon has been in the Data Science space since 1995. Based in Safety Harbor, Florida, he specializes in the Financial Services, Education, Hi-Tech, and Insurance industries. Microsoft Certified Solutions Expert (MCSE). https://www.experfy.com/blog/author/jonathan- bloom • 2012 Microsoft Certified Professional (MCP) • 2012 Microsoft Certified Solutions Associate (MCSA) • 2014 Microsoft Certified Solutions Expert (MCSE Business Intelligence) • 2012 SQL BI User Group Speaker • 2012-2015 SQL Saturday Speaker – Enterprise Data Warehousing – PowerBI / Power Pivot / Power Query – Reporting for DBAs – Big Data / Hadoop • 2013 – 2015 IT Pro Camp Speaker – SSIS – Business Intelligence – Big Data / Hadoop • 2013 Architectural Concepts Podcast
  • 5. Table of Contents ① Rise of Data Culture ② Cortana Analytics Suite ③ Azure SQL Databases ④ Azure HDInsight Hadoop ⑤ Azure Machine Learning ⑥ Azure Data Lake Analytics ⑦ Azure Stream Analytics ⑧ Azure Data Factory ⑨ Azure Data Catalog ⑩ Azure Event Hubs ⑪ Power BI ⑫ Artificial Intelligence
  • 6. • Data is the new Oil o We've been collecting Data for half a century o Data is now an “asset” to each organization o “Monetize” data Rise of Data Culture Rise of Data Culture 6
  • 7. • Provide Insights o Data-Driven Decisions » Manage the business » Increase profits » Decrease costs » Streamline processes Rise of Data Culture Rise of Data Culture 7
  • 8. • Data Explosion o Exponential growth o Both Structured and Unstructured Rise of Data Culture Rise of Data Culture 8
  • 9. • New Data Sources o Variety of data sources » Open Data Sources for specific industries » Social Media data » "Home Grown" data Rise of Data Culture Rise of Data Culture 9
  • 10. • Size of Data o Traditional databases could not handle huge data o New open source tools like Hadoop solve this problem Rise of Data Culture Rise of Data Culture 10
  • 11. • Technology Advances o Lower costs: » Hardware » Software » Memory » Processing power o Software in the hands of Developers Rise of Data Culture Rise of Data Culture 11
  • 12. • Data Integration o Mashing desperate data sets o Derive new insights from existing data sets o Complete picture of data ecosystem Rise of Data Culture Rise of Data Culture 12
  • 13. • Agile Methodology o Shorter time to insight o Iterative cycles o Release final product every sprint o Better project scoping o Better project control Rise of Data Culture Rise of Data Culture 13
  • 14. • Data Scientist o Sexiest position » Statistics » Math » Programming » Domain Knowledge » Curiosity » Visualizations » Storytelling Rise of Data Culture Rise of Data Culture 14
  • 15. • Chief Data Officer o Reports to Senior Executives/CIO o Responsible for all Data o Data Driven Organization o Document Ecosystem » Servers » Applications » Databases » Diagrams Rise of Data Culture Rise of Data Culture 15 o Data Governance o Allocate resources » Hire Consultants » Matrix Internal Employees o Consolidate Technologies
  • 16. • What is Cortana Analytics Suite? o “Cortana Analytics is a fully managed big data and advanced analytics suite that enables you to transform your data into intelligent action.” Cortana Analytics Suite Cortana Analytics Suite 16
  • 17. • Cortana Analytics o Azure Portal o Gather Data o Predict o Automate Cortana Analytics Suite Cortana Analytics Suite 17
  • 18. • IaaS - Infrastructure as a Service o “a form of cloud computing that provides virtualized computing resources over the Internet” SQL Server in Azure VM Azure SQL Databases 18
  • 19. • PaaS - Platform as a Service o “A cloud computing model that delivers applications over the Internet” o SQL Server Database runs in Azure Public Cloud Azure SQL Server Database Azure SQL Databases 19
  • 20. • PaaS - Platform as a Service o “a cloud computing model that delivers applications over the Internet” o SQL Server Data Warehouse runs in Azure Public Cloud Azure SQL Data Warehouse Azure SQL Databases 20
  • 21. • Apache Hadoop o Hadoop is a free, Java-based programming framework that supports the processing of large data sets in a distributed computing environment. It is part of the Apache project sponsored by the Apache Software Foundation. Azure HDInsight Hadoop Azure HDInsight Hadoop 21
  • 22. • Apache Hadoop o Yahoo • Doug Cutting • A better search engine • HDFS built to support Apache Nutch web search engine project • Crawl hundreds of millions of web pages • HDFS is now an Apache Hadoop sub-project Azure HDInsight Hadoop Azure HDInsight Hadoop 22
  • 23. • Apache MapReduce o A Programming model for large scale data processing • Written in Java • Send computation to the data • Parallel distributed algorithm within cluster Azure HDInsight Hadoop Azure HDInsight Hadoop 23
  • 24. • Apache Hadoop NextGen MapReduce (YARN) o Splits Job Tracker into 2 pieces » Resource Manager • Scheduler • Application Manager » Node Manager • Agent running on each Node machine Azure HDInsight Hadoop Azure HDInsight Hadoop 24
  • 25. • Apache HIVE o A Data Warehousing infrastructure built into Hadoop o HiveQL – simple SQL like language » Ad Hoc Query Analysis » Aggregations o No “row-level” updates or “real time” queries o Mount data: specify delimiters, file location, table name Azure HDInsight Hadoop Azure HDInsight Hadoop 25
  • 26. • Apache PIG o Platform to analyze large data sets o High Level language o Parallelization o Compiler creates series of Map/Reduce jobs Azure HDInsight Hadoop Azure HDInsight Hadoop 26
  • 27. • Apache SQOOP o Apache Sqoop is a tool designed for efficiently transferring bulk data between Apache Hadoop and structured data stores such as relational databases. o From EDW to Hadoop o From Hadoop to Relational Databases Azure HDInsight Hadoop Azure HDInsight Hadoop 27
  • 28. • Spark o Fast and general engine for large scale data processing o Open Source Cluster computing Framework o Originally developed AMPLap, University of California Berkley o Now part of Apache Software Foundation o Not based on MapReduce paradigm (uses In Memory) » Up to 100x faster than MapReduce Azure HDInsight Hadoop Azure HDInsight Hadoop 28
  • 29. • What is Azure Machine Learning? o “Machine learning uses computers to run predictive models that learn from existing data in order to forecast future behaviors, outcomes, and trends.” Azure Machine Learning Azure Machine Learning 29
  • 30. • What is Azure Data Lake Analytics? o “Azure Data Lake includes all the capabilities required to make it easy for developers, data scientists, and analysts to store data of any size, shape and speed, and do all types of processing and analytics across platforms and languages.” Azure Data Lake Analytics Azure Data Lake Analytics 30
  • 31. • What is Azure Stream Analytics? o Azure Stream Analytics allows you to leverage cloud technologies to find insights in real time from devices and sensors, typically know as the “Internet of Things”. Azure Stream Analytics Azure Stream Analytics 31
  • 32. • What is Azure Data Factory? o “Data Factory is a cloud-based data integration service that orchestrates and automates the movement and transformation of data.” o Best of breed analytical pipelines Azure Data Factory Azure Data Factory 32
  • 33. • What is Azure Data Catalog? o Azure Data Catalog is an enterprise-wide metadata catalog which stores, describes and indexes information on data sources. Azure Data Catalog Azure Data Catalog 33
  • 34. • What is Azure Event Hubs? o “Event Hubs is a highly scalable publish-subscribe event ingestor. It can collect millions of events per second, so that you can process and analyze the massive amounts of data produced by your connected devices and applications. Once collected into Event Hubs, you can transform and store the data by using any real-time analytics provider or with batching/storage adapters.” Azure Event Hubs Azure Event Hubs 34
  • 35. • Suite of Products o Individual Add-Ins for Excel » Power Pivot » Power Query Formula Language (“M”) » Power View » Power Map » Natural Query Language Power BI Power BI 35
  • 36. • Definition o “The ability of a computer or other machine to perform actions thought to require intelligence. Among these actions are logical deduction and inference, creativity, the ability to make decisions based on past experience or insufficient or conflicting information, and the ability to understand spoken language. ” » http://dictionary.reference.com/browse/artificial-intelligence Artificial Intelligence Artificial Intelligence 36
  • 37. • Azure Data Platform and Cortana Analytics o To get more insight and depth into each of the topics listed, please sign up and purchase this course at: o https://www.experfy.com/training/courses/gain-competitive- advantage-using-microsoft-azure-data-platform-and-cortana-analytics o Thanks for watching~! Experfy Course Artificial Intelligence 37

Editor's Notes

  1. Gain Competitive Advantage using Microsoft Azure Data Platform and Cortana Analytics
  2. Instructor Page Bio Jon Bloom - 1
  3. Instructor Page Bio Jon Bloom - 2
  4. Instructor Page Bio Jon Bloom - 3
  5. Table of Contents
  6. Rise of Data Culture
  7. Rise of Data Culture
  8. Rise of Data Culture
  9. Rise of Data Culture
  10. Rise of Data Culture
  11. Rise of Data Culture
  12. Rise of Data Culture
  13. Rise of Data Culture
  14. Rise of Data Culture
  15. Rise of Data Culture END
  16. Cortana Analytics Suite
  17. Cortana Analytics Suite
  18. Azure SQL Databases
  19. Azure SQL Databases
  20. Azure SQL Databases
  21. Azure HDInsight Hadoop
  22. Azure HDInsight Hadoop
  23. Azure HDInsight Hadoop
  24. Azure HDInsight Hadoop
  25. Azure HDInsight Hadoop
  26. Azure HDInsight Hadoop
  27. Azure HDInsight Hadoop
  28. Azure HDInsight Hadoop
  29. Azure Machine Learning
  30. Azure Data Lake Analytics Preview
  31. Azure Stream Analytics
  32. Azure Data Factory
  33. Azure Data Catalog
  34. Azure Event Hubs
  35. Power BI
  36. Artificial Intelligence
  37. Artificial Intelligence