Stream Analytics for a SQL Developer. Slava Trofimov SQL Saturday - Cincinnati, OH March 17, 2018

Size: px
Start display at page:

Download "Stream Analytics for a SQL Developer. Slava Trofimov SQL Saturday - Cincinnati, OH March 17, 2018"

Transcription

1 Stream Analytics for a SQL Developer Slava Trofimov SQL Saturday - Cincinnati, OH March 17, 2018

2 About Me Practice Lead, Data Platform & Analytics, KiZAN Technologies 15 years of experience in data management, BI and analytics 2

3 What is Stream Analytics? Continuous, real-time analysis of data in motion. Sensor data, financial transactions, clickstream data, web searches, network traffic, IoT data, etc. 3

4 Why Real-Time Analytics? Data is perishable: the value of certain data diminishes rapidly over time Data is more actionable when it is fresh Pre-processing of data in real time may facilitate subsequent historical analysis 4

5 Real-Time Analytics Scenarios Customer & KiZAN confidentl Source: Microsoft 5

6 Why Stream Analytics in the Cloud? Event data is geographically distributed Event data may already be in the cloud Infrastructure required to build scalable, resilient and feature-rich real time analytics solutions is complex and expensive Focus on solutions, not infrastructure 8

7 Cloud Overview: IaaS, PaaS, SaaS Source: Nick Landry, Microsoft 9

8 What is Azure Stream Analytics? Managed Service Real-time stream processing in the cloud Scale dynamically: up to millions of events per second Mission-critical reliability Rapid development and deployment Integrated with Azure data platform, Azure Machine Learning and big data analytics services Source: Microsoft 10

9 Cortana Intelligence Suite A fully managed big data and advanced analytics suite to transform your data into intelligent action. Source: Microsoft 11

10 Architecture Overview Azure Stream Analytics Event Inputs - Event Hub - IoT Hub - Azure Blob Reference Data - Azure Blob Transform - Temporal joins - Filter - Aggregates - Projections - Windows - Machine Learning Functions - Etc. Enrich Correlate Outputs - SQL Database - SQL Data Warehouse - Blob Storage - Table Storage - Service Bus - CosmosDB - Event Hub - IoT Hub - Data Lake Store - Power BI Azure Storage Source: Microsoft Data Source Collect Process Deliver Consume

11 Streaming Data Analysis Concepts Data is in motion Near real time Data arrives temporally as a stream of events The stream is potentially infinite You can t aggregate data all at once your analysis never ends! Data is grouped into time windows 13

12 Temporal Windowing Tumbling Window Hopping Window Sliding Window Source: MSDN 14

13 Tumbling Window Fixed-length time windows Non-overlapping and contiguous Event can belong to only one tumbling window TUMBLINGWINDOW(timeunit, windowsize) Source: MSDN 15

14 Hopping Window Fixed-length time windows Window size may be different from hop size Windows may overlap Event can belong to multiple hopping windows HOPPINGWINDOW ( timeunit, windowsize, hopsize ) Source: MSDN 16

15 Sliding Window Fixed-length time windows Considers all possible windows of a given length Outputs an event when content of window changes (e.g. event entered or exited the window) No output when the window is empty Event can belong to multiple sliding windows SLIDINGWINDOW ( timeunit, windowsize ) Source: MSDN 17

16 Topology of a Stream Analytics Job Mandatory Components One or more inputs One or more outputs A query to transform data from Inputs to Outputs Optional Components Machine Learning Functions JavaScript User Defined Functions JavaScript User Defined Aggregates 18

17 Declarative SQL-like queries No code compilation, easy to author and deploy Unified programming model Brings together event streams, reference data and machine learning extensions, and user defined functions. Temporal semantics All operators respect, and some use, the temporal properties of events Built-in operators and functions Filters, projections, joins, windowed (temporal) aggregates, text and date manipulation Support for complex data types Ability to process and manipulate records and arrays.

18 Stream Analytics Query Language Data Manipulation Language SELECT, FROM, WHERE INTO GROUP BY HAVING, WITH, CASE, INNER/LEFT JOIN, UNION APPLY, ORDER BY Scaling Extensions PARTITION BY, WITH Time Management TIMESTAMP BY TUMBLINGWINDOW HOPPINGWINDOW SLIDINGWINDOW Analytic Functions ISFIRST LAG, LAST Aggregate Functions AVG, SUM, COUNT, MAX, MIN, STDEV, STDEVP, VAR, VARP TopOne, Collect, CollectTOP Conversion Functions CAST, TRY_CAST GetType Date and Time Functions DATENAME, DATEPART, DAY, MONTH, YEAR, DATETIMEFROMPARTS, DATEDIFF, DATEADD Mathematical Functions ABS, CEILING, EXP, FLOOR, POWER, SIGN, SQUARE, SQR Record Functions GetRecordProperties, GetRecordPropertyValue Array Functions GetArrayElement, GetArrayElements, GetArrayLength String Functions LEN, CONCATE, CHARINDEX, LOWER, SUBSTRING, PATINDEX, UPPER GeoSpatial Functions CreatePoint, CreateLineString, CreatePolygon, ST_DISTANCE, ST_OVERLAPS, ST_INTERSECTS, ST_WITHIN 20

19 Sample Streaming Record { } "eventenqueuedutctime": " T22:00: Z", "deviceid": "kizan-device-10", "tempc": 20.39, "tempf": 68.7, "runtime": 14662, "EventProcessedUtcTime": " T22:00: Z", "PartitionId": 1, "IoTHub": { "MessageId": null, "CorrelationId": null, "ConnectionDeviceId": "kizan-device-10", "ConnectionDeviceGenerationId": " ", "EnqueuedTime": " T21:59: Z", "StreamId": null } 21

20 Demo 22

21 Scenario for Today s End-to-End Demo Real-time predictive maintenance solution 1. Collect temperature data from electrical motors 2. Send telemetry data to the Azure cloud 3. Process telemetry data in real time and predict potential failures 4. Visualize telemetry data in real time 5. Store telemetry data for future analysis 6. Perform advanced analysis and visualization of historical data 26

22 Solution Architecture

23 Thoughts? Questions? Ideas? 30

24 Resources Azure Stream Analytics Introduction: Guided learning path: Power BI Power BI Guided Learning: Self-paced edx course: 31

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

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

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

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

More information

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

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

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Core Infrastructure: IT Pro & Developer. Productivity: IT Pro

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Core Infrastructure: IT Pro & Developer. Productivity: IT Pro MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro Core Infrastructure: IT Pro & Developer Productivity: IT Pro Data management & analytics: IT Pro & Developer App Builder: Developer Business

More information

Pre-Requisites A good understanding of Azure data services A basic knowledge of the Microsoft Windows operating system and its core functionality

Pre-Requisites A good understanding of Azure data services A basic knowledge of the Microsoft Windows operating system and its core functionality [MS20776]: Performing Big Data Engineering on Microsoft Cloud Services Length : 5 days Audience(s) : Data Professionals Level : 300 Technology : SQL Server Delivery Method : Instructor-led (Classroom)

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

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

: 20776A: Performing Big Data Engineering on Microsoft Cloud Services

: 20776A: Performing Big Data Engineering on Microsoft Cloud Services Module Title Duration : 20776A: Performing Big Data Engineering on Microsoft Cloud Services : 5 days About this course This five-day instructor-led course describes how to process Big Data using Azure

More information

CASE STUDY Delivering Real Time Financial Transaction Monitoring

CASE STUDY Delivering Real Time Financial Transaction Monitoring CASE STUDY Delivering Real Time Financial Transaction Monitoring Steve Wilkes Striim Co-Founder and CTO Background Customer is a US based Payment Systems Provider Large Network of ATM and Cashier Operated

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

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

Maturing IoT solutions with Microsoft Azure

Maturing IoT solutions with Microsoft Azure Maturing IoT solutions with Microsoft Azure Event Sponsors Expo Sponsors Expo Light Sponsors steefjan.wiggers@codit.eu +31 653 12 29 57 @SteefJan nl.linkedin.com/in/steefjan The next race Agenda How IoT

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

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

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

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

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

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

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Cloud platform: IT Pro & Developer. Productivity: IT Pro

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Cloud platform: IT Pro & Developer. Productivity: IT Pro MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro Cloud platform: IT Pro & Developer Productivity: IT Pro Data management & analytics: IT Pro & Developer App Builder: Developer Business Applications:

More information

Smart Meeting Room Availability Dashboard

Smart Meeting Room Availability Dashboard SharePoint konferenz Smart Meeting Room Availability Dashboard Stephan Bisser SOLVION Partner: Veranstalter: Stephan Technical Lead @SOLVION (O365 & Azure) Microsoft AI MVP P-TSP @Microsoft for Azure AI

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

Ampliando MATLAB Analytics con Kafka y Servicios en la Nube

Ampliando MATLAB Analytics con Kafka y Servicios en la Nube Ampliando Analytics con Kafka y Servicios en la Nube Lucas García 2015 The MathWorks, Inc. 1 Agenda 1 Access and Explore Data 2 Preprocess Data 3 Develop Predictive Models 4 Integrate with Production 5

More information

Introduction to Stream Processing

Introduction to Stream Processing Introduction to Processing Guido Schmutz DOAG Big Data 2018 20.9.2018 @gschmutz BASEL BERN BRUGG DÜSSELDORF HAMBURG KOPENHAGEN LAUSANNE guidoschmutz.wordpress.com FRANKFURT A.M. FREIBURG I.BR. GENF MÜNCHEN

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

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

Push IIoT Data from Sensor to Cloud Without Getting Lost Along the Way

Push IIoT Data from Sensor to Cloud Without Getting Lost Along the Way Push IIoT Data from Sensor to Cloud Without Getting Lost Along the Way Daymon Thompson Local Product Manager N.A. beckhoff.usa@beckhoff.com Beckhoff Automation Global Headquarters: North America Headquarters

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

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

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

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

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

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

"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

How to create an Azure subscription

How to create an Azure subscription How to create an Azure subscription Azure is a cloud hosting service offered by Microsoft, and offers services like file storage, backups, database and Windows and Linux virtual machines. Anyone can harness

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

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

Integrating MATLAB Analytics into Enterprise Applications The MathWorks, Inc. 1

Integrating MATLAB Analytics into Enterprise Applications The MathWorks, Inc. 1 Integrating Analytics into Enterprise Applications 2015 The MathWorks, Inc. 1 Agenda Example Problem Access and Preprocess Data Develop a Predictive Model Integrate Analytics with Production Systems Build

More information

Think Connected. Modern IoT Solutions with Microsoft Azure. Mihail Mateev, Solutions Architect, Technical PM and Senior Technical Strypes

Think Connected. Modern IoT Solutions with Microsoft Azure. Mihail Mateev, Solutions Architect, Technical PM and Senior Technical Strypes Think Connected Modern IoT Solutions with Microsoft Azure Mihail Mateev, Solutions Architect, Technical PM and Senior Technical Evangelist @ Strypes SQLSat Kyiv Team Olena Smoliak Vitaliy Popovych Oksana

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course # Exam: Prerequisites Technology: Delivery Method: Length: 20533 70-533 20532 Microsoft Products Instructor-led (classroom) 5 Days Overview

More information

THE INTERNET OF THINGS. A 10 th Magnitude Orange Paper

THE INTERNET OF THINGS. A 10 th Magnitude Orange Paper THE INTERNET OF THINGS Defining IoT There is no standard definition of IoT, but Microsoft does a great job of clarifying the concept of IoT by dividing it into into four areas: 1. Things - Physical things

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

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

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

Real-time IoT Big Data-in-Motion Analytics Case Study: Managing Millions of Devices at Country-Scale

Real-time IoT Big Data-in-Motion Analytics Case Study: Managing Millions of Devices at Country-Scale Real-time IoT Big Data-in-Motion Analytics Case Study: Managing Millions of Devices at Country-Scale Real-time IoT Big Data-in-Motion Analytics Case Study: Managing Millions of Devices at Country-Scale

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

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

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

Content. 1. Corporate goals: machine builders / end customers 2. Solution strategies 3. Requirements 4. Solutions 5. Solution validation

Content. 1. Corporate goals: machine builders / end customers 2. Solution strategies 3. Requirements 4. Solutions 5. Solution validation TwinCAT IoT Content 1. Corporate goals: machine builders / end customers 2. Solution strategies 3. Requirements 4. Solutions 5. Solution validation 2 Corporate goals of end customers Reduce production

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

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

Microsoft reinvents sales processing and financial reporting with Azure

Microsoft reinvents sales processing and financial reporting with Azure Microsoft IT Showcase Microsoft reinvents sales processing and financial reporting with Azure Core Services Engineering (CSE, formerly Microsoft IT) is moving MS Sales, the Microsoft revenue reporting

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

Data is only getting more complicated and siloed. Each dimension of data is constantly expanding

Data is only getting more complicated and siloed. Each dimension of data is constantly expanding Data is only getting more complicated and siloed Each dimension of data is constantly expanding $40k more revenue per employee But companies that take control of data outperform the competition 50%+ higher

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

Azure IoT Suite. Secure device connectivity and management. Data ingestion and command + control. Rich dashboards and visualizations

Azure IoT Suite. Secure device connectivity and management. Data ingestion and command + control. Rich dashboards and visualizations Azure IoT Suite Secure device connectivity and management Data ingestion and command + control Rich dashboards and visualizations Business workflow integration Move beyond building blocks with pre-configured

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

MS Microsoft Azure Fundamentals

MS Microsoft Azure Fundamentals MS 10979 Microsoft Azure Fundamentals COURSE OVERVIEW: Get hands-on instruction and practice implementing Microsoft Azure in this two-day Microsoft Official Course with Centriq Training. Join us online

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

Sharing and Deploying MATLAB Programs

Sharing and Deploying MATLAB Programs Sharing and Deploying Programs Dr. Harald Brunnhofer 2015 The MathWorks, Inc. 1 Data Analytics Workflow Business Systems Smart Connected Systems Data Acquisition Data Analytics Analytics Integration :

More information

Industrial. Grundfos use case om Industry 4.0 Big Data cloud arkitektur for IIoT, predictive analytics og Rigtig Industry 4.0

Industrial. Grundfos use case om Industry 4.0 Big Data cloud arkitektur for IIoT, predictive analytics og Rigtig Industry 4.0 Industrial Big Data and Digitalization in production with Predictive Analytics Big data cloud for data enabling and storage Data from ERP, MES, Factories, Production lines, Machines and QA Industrial IoT

More information

Microsoft Dynamics 365 and Columbus

Microsoft Dynamics 365 and Columbus Microsoft Dynamics 365 and Columbus Start your cloud journey Cloud services Cloud transformation series If you agree that modern cloud computing is a great way to benefit from innovative, powerful technology

More information

Generate Value from Plant Floor Data with AI and the Digital Twin. Q&A ebook with Sight Machine

Generate Value from Plant Floor Data with AI and the Digital Twin. Q&A ebook with Sight Machine Generate Value from Plant Floor Data with AI and the Digital Twin Q&A ebook with Sight Machine Contents 1. Why is there a data variety problem in the manufacturing industry? 2. What are best practices

More information

Gain Insights. Control Anything. Take Action. Connect Things. 10% of the data on earth will come from IoT by B connected devices by 2020

Gain Insights. Control Anything. Take Action. Connect Things. 10% of the data on earth will come from IoT by B connected devices by 2020 Connect Things Control Anything Gain Insights Take Action 30B connected devices by 2020 $1.5M average increase in operating income for digitally transformed enterprises 10% of the data on earth will come

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

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS Course Duration: 5 Days About this course This course is aimed at experienced IT professionals who currently administer their on-premise infrastructure.

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

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

DATASHEET. Tarams Business Intelligence. Services Data sheet

DATASHEET. Tarams Business Intelligence. Services Data sheet DATASHEET Tarams Business Intelligence Services Data sheet About Business Intelligence The proliferation of data in today s connected world offers tremendous possibilities for analysis and decision making

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

Pharmaceutical Industry Polpharma S.A.

Pharmaceutical Industry Polpharma S.A. Digital Transformation Specialists Pharmaceutical Industry Polpharma S.A. Case study Problem Generic drug production is expensive and time consuming, and requires a lot of specialised equipment. Manufacturers

More information

Business Applications. Power Platform October Release Notes

Business Applications. Power Platform October Release Notes Business Applications Power Platform October Release Notes 1 Empower everyone to innovate Power Platform 2 Contents Microsoft PowerApps...4 Continued innovation for app makers...4 PowerApps Platform provides

More information

What s new on Azure? Jan Willem Groenenberg

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

More information

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

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

Decisyon App Composer (DAC) Technology Overview

Decisyon App Composer (DAC) Technology Overview Decisyon App Composer (DAC) Technology Overview Decisyon App Composer is an agnostic Industrial IoT (IIOT) Visual Rapid Development Platform with rich native microservices. Along with services from different

More information

From Data Deluge to Intelligent Data

From Data Deluge to Intelligent Data SAP Data Hub From Data Deluge to Intelligent Data Orchestrate Your Data for an Intelligent Enterprise Data for Intelligence, Speed, and With Today, corporate data landscapes are growing increasingly diverse

More information

Internet de las Cosas. Armando Blanco Especialista IoT / AI

Internet de las Cosas. Armando Blanco Especialista IoT / AI Internet de las Cosas Armando Blanco Especialista IoT / AI armando.blanco@microsoft.com www.linkedin.com/in/jabg53/ 2005 PAPA BENEDICTO XVI 2013 PAPA FRANCISCO Our vision about Internet of Things Things

More information

IIoT Data Access with the PI System

IIoT Data Access with the PI System IIoT Data Access with the PI System Daniel McGovern November 8 th, 2017 PI System Data is Used Across the Enterprise to Achieve Business Impacting Change Safety & Security Energy Utilization Process Efficiency

More information

Data Insights with Power BI. Phua Chiu Kiang MVP, SQL Server

Data Insights with Power BI. Phua Chiu Kiang MVP, SQL Server Data Insights with Power BI Phua Chiu Kiang MVP, SQL Server (ckphua@pckconsulting.com) Agenda Power BI Power Pivot Power View Power Map Power BI Site SQL Server 2014 and the data platform Microsoft Power

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

IIOT Data Access with the PI System

IIOT Data Access with the PI System IIOT Data Access with the PI System Presented by Nathawan H. Systems Engineer Copyright 2017 OSIsoft, LLC PI System data is utilized across the enterprise to solve various business impacts Safety & Security

More information

C3 Products + Services Overview

C3 Products + Services Overview C3 Products + Services Overview AI CLOUD PREDICTIVE ANALYTICS IoT Table of Contents C3 is a Computer Software Company 1 C3 PaaS Products 3 C3 SaaS Products 5 C3 Product Trials 6 C3 Center of Excellence

More information

Performance Management

Performance Management Performance Management Results Software The Power To Improve Results Software The Complete Solution for Your Organization Define Success Connect Every Employee Drive Improvement Performance data where

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

This module introduces students to cloud services and the various Azure services. It describes how to

This module introduces students to cloud services and the various Azure services. It describes how to Course Outline Module 1: Getting Started with Microsoft Azure This module introduces students to cloud services and the various Azure services. It describes how to use the Azure portal to access and manage

More information

Embracing the Hybrid Cloud using Power BI in CSP. Name Role Group

Embracing the Hybrid Cloud using Power BI in CSP. Name Role Group Embracing the Hybrid Cloud using Power BI in CSP Name Role Group Agenda Cloud Vision & Opportunity What is Power BI Power BI in CSP Power BI in Action Summary Microsoft vision for new era Unified platform

More information

Splunk This! - Bringing Natural Language Processing To Splunk

Splunk This! - Bringing Natural Language Processing To Splunk 2017 SPLUNK INC. Splunk This! - Bringing Natural Language Processing To Splunk Dipock Das Incubation Projects September 2017 Washington, DC Forward-Looking Statements During the course of this presentation,

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

Microsoft Big Data. Solution Brief

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

More information

Power BI for the Developer Integrate, Extend, Embed!

Power BI for the Developer Integrate, Extend, Embed! Czech Republic Windows User Group 2 November, 2017 Power BI for the Developer Integrate, Extend, Embed! Peter Myers Bitwise Solutions Presenter introduction Peter Myers Independent BI Expert, Bitwise Solutions

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

Modern Analytics Architecture

Modern Analytics Architecture Modern Analytics Architecture So what is a. Modern analytics architecture? Machine Learning AI Open source Big Data DevOps Cloud In-memory IoT Trends supporting Next-Generation analytics Source: Next-Generation

More information

Hortonworks Connected Data Platforms

Hortonworks Connected Data Platforms Hortonworks Connected Data Platforms MASTER THE VALUE OF DATA EVERY BUSINESS IS A DATA BUSINESS EMBRACE AN OPEN APPROACH 2 Hortonworks Inc. 2011 2016. All Rights Reserved Data Drives the Connected Car

More information

OSIsoft Super Regional Transform Your World

OSIsoft Super Regional Transform Your World OSIsoft Super Regional Transform Your World Copyright 208 OSIsoft, LLC OSIsoft Vision & Roadmap Chris Nelson, VP Software Development 2 st August, 208 Copyright 208 OSIsoft, LLC Copyright 208 OSIsoft,

More information

software Microsoft Azure and /n software Help Blueforce Deliver Critical Field Data in Counter-Terrorism and Military Operations

software Microsoft Azure and /n software Help Blueforce Deliver Critical Field Data in Counter-Terrorism and Military Operations Microsoft Azure and /n software Help Blueforce Deliver Critical Field Data in Counter-Terrorism and Military Operations Blueforce Development Corporation (www.blueforcedev.com) customers live in a world

More information

GGIM: Future Proofing the Provision of Geoinformation - Emerging Technologies: Connecting Place. Steven Hagan, Vice President, Server Technologies

GGIM: Future Proofing the Provision of Geoinformation - Emerging Technologies: Connecting Place. Steven Hagan, Vice President, Server Technologies GGIM: Future Proofing the Provision of Geoinformation - Emerging Technologies: Connecting Place. Steven Hagan, Vice President, Server Technologies 1 Copyright 2011, Oracle and/or its affiliates. All rights

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