5 reasons I am excited about IoT and Cortana Analytics

Size: px
Start display at page:

Download "5 reasons I am excited about IoT and Cortana Analytics"

Transcription

1 5 reasons I am excited about IoT and Cortana Analytics Iman Eftekhari b-imefte@microsoft.com i.e@agilebi.com.au

2 Iman Eftekhari BI Consultant and Agile Coach Microsoft P-TSP Data Analytics MCSE (BI), MCITP (BI), Certified Scrum Professional, Co-founder of Agile BI consulting in Australia Co-organiser of the SYBIS and Modern Excel and Power BI User Groups Worked on DW/BI projects for more than 40 clients including banks, health, and the public sector in different countries Blog Twitter LinkedIn Website

3 More about me

4 Sponsors

5

6 Internet of Things

7 Internet of Things (IoT) Internet of Things (IoT), describes a world in which objects that form part of our everyday lives can communicate through various networks, including the Internet. There will be a global system of interconnected computer networks, sensors, actuators, and devices all using the Internet, this has so much potential to change our lives. Slide 7

8 Examples Wake up to the smell of freshly brewed coffee with IoT No more groggy mornings, with IoT you are guaranteed a better nights sleep Slide 8

9 Create the Internet of Your Things Microsoft's vision for IoT

10 So this is why I am excited about IoT

11 1, 2, 3, 4, 5

12 IoT devices are now cheaper, better and easier to work with

13 Even kids can do IoT projects now!

14 IoT devices are now cheaper, better and easier to work with

15 1, 2, 3, 4, 5

16 IoT can utilise the power of analytics on the cloud Cortana Analytics

17

18 Cortana Analytics Suite Transform data into intelligent action Business apps People Custom apps Sensors and devices Cortana Analytics Automated Systems DATA INTELLIGENCE ACTION

19 Cortana Analytics Suite Transform data into intelligent action DATA INTELLIGENCE ACTION

20 Cortana Analytics scenarios EXAMPLE SOLUTIONS

21 1, 2, 3, 4, 5

22 Vendors alliance and collaboration on IoT

23 Microsoft + Particle new integration for the Internet of Things Microsoft and Particle announced a collaboration focused on enabling customers to rapidly develop connected Internet of Things (IoT) devices.

24 Microsoft + Particle new integration for the Internet of Things

25 1, 2, 3, 4, 5

26 Microsoft IoT ConnectTheDots.io is an open source project created by Microsoft Open Technologies to help you connect your devices with Microsoft Azure, and to implement IoT solutions. Slide 28

27 1, 2, 3, 4, 5

28 Sky is your limit! Unlimited opportunities No need to be a programmer or a hardware expert

29 It is time for a smarter home & office Slide 31

30 Denmark is a leader

31

32 Scenario Many companies leave their lights on overnight. This my be due to a; Diffusion of responsibility Lack of individual motivation Forgetfulness Slide 34

33 Save Money and the Environment There is 8-15 hours per day of electricity wasted excluding weekends due to lighting Between ~2000 and ~4000 electricity hours wasted per lightbulb per year Lighting and office equipment produces a lot of heat and can account for up to 15% of the companies air conditioning costs Slide 35

34 Our Experiment With a basic motion sensor set up and connected to a Raspberry Pi 2 we were able to stream in real time to Microsoft Azure how many people per hour entered our office. Slide 36

35 Data Flow

36 What Do You Need? Software 1. Microsoft Azure subscription 2. Visual Studio 2013 Hardware 1. Raspberry pi 2 2. Motion sensor 3. Power adapter

37 How Does It Work? Device basics 1. Sensor sends the data to Raspberry Pi 2. Raspberry Pi receives the JSON string 3. Raspberry Pi packages the strings into AMQP message and sends it to Azure Event Hub Devices and Gateway 1. Sending data from the sensor to the gateway (Raspberry Pi), using a device protocol adapter to implement any transport 2. The adapter collect data from the device and enqueuer them to the gateway for upload to the cloud Slide 40

38 IoT Project Set-up Step 1 Clone or copy the project to your machine 1. Go to 2. Download the project Slide 41

39 IoT Project Set-up Step 1

40 IoT Project Set-up Step 2 Create Azure resources for IOT infrastructure Create Events Hub Slide 43

41 IoT Project Set-up Step 2 Slide 44

42 Cortana Analytics Suite DATA INTELLIGENCE ACTION

43 IoT Project Set-up Step 3 Device setup 1. Connect the devices Raspberry PI Arduino Motion Sensor 2. Configuration of devices Slide 46

44 IoT Project Set-up Step 3 Slide 47

45 IoT Project Set-up Step 4 Sample website deployment: publishing a website 1. Configure web.config 2. Publish the Azure website 3. Websockets settings 4. Running the site Slide 48

46 Cortana Analytics Suite DATA INTELLIGENCE ACTION

47 IoT Project Set-up Step 5 Stream Analytics integration: configuring Stream Analytics to send alerts and averages to the sample website / Power BI 1. Create a new Azure Stream Analytics job Create an input Create a query Create an output Start the job Slide 50

48 Azure Stream Analytics is cool! Real-time Analytics Intake millions of events per second (up to 1 GB/s) Low processing latency, auto adaptive (sub-second to seconds) Correlate between different streams, or with reference data Find patterns or lack of patterns in data in real-time

49 Azure Stream Analytics Monitoring and troubleshooting of solution Develop solutions and infrastructure for increasing scale with business growth Develop solutions to manage resiliency, such as infrastructure failures Develop solutions to integrate with other components like ML, BI etc Develop solution (code) for ingress, processing and egress Infrastructure Procure and setup Focus on building solutions not on solution infrastructure and get there faster

50 SAQL & Hopping Windows A 10-second Hopping Window with a 5-second Hop Every 5 seconds give me the count of tweets over the last 10 seconds SELECT Topic, Count(*) AS TotalTweets FROM TwitterStream TIMESTAMP BY CreatedAt GROUP BY Topic, HoppingWindow(second, 10, 5)

51 Scaling using Partitions Partitioning allows for parallel execution over scaled-out resources SELECT Count(*) AS Count, Topic FROM TwitterStream PARTITION BY PartitionId GROUP BY TumblingWindow(minute, 3), Topic, PartitionId Event Hub Query Result 1 Query Result 2 Query Result 3

52 Azure ML and Stream Analytics are now integrated Azure ML can publish web endpoints for operationalized models Azure Stream Analytics can bind custom function names to such web endpoints Example: apply bound function event-by-event SELECT text, sentiment(text) AS score FROM mystream sentiment mapped to endpoint/api key

53 Cortana Analytics Suite DATA INTELLIGENCE ACTION

54 IoT Project Set-up Step 6 Slide 58

55 IoT Project Set-up Step 6 Power BI can be used to analyse the captured data Power BI can evaluate and compare the number of times the sensor was triggered Power BI supports real time streaming through Azure Stream Analytics Slide 59

56 Cortana Analytics Suite DATA INTELLIGENCE ACTION

57 Conclusions With Microsoft IoT it was easy to set up and deploy a connected device and stream the data to Azure. Possible applications include a motion tracking system that will be able to; Turn off lights and computers in all unoccupied rooms Turn down the air-conditioning Restore all light and power when the first person arrives in the morning Slide 62

58

59 Future of IoT IoT is already transforming the way we work, live, and interact with our world, with estimates showing that in five years we can expect to see over 25 billion connected things. Microsoft The Industrial Internet of Things will transform companies and countries, opening up a new era of economic growth and competitiveness. Accenture

60

Cortana Analytics : with Raspberry Pi and Weather Sensor

Cortana Analytics : with Raspberry Pi and Weather Sensor Cortana Analytics : with Raspberry Pi and Weather Sensor Leila Etaati (Microsoft MVP, PhD, Consultant, and Data science) #614 SQL Saturday South Island Leila Etaati Leila is Microsoft Data Platform MVP,

More information

Devices Device Connectivity Storage Analytics Presentation & Action. Table/Blob Storage. External Data Sources

Devices Device Connectivity Storage Analytics Presentation & Action. Table/Blob Storage. External Data Sources Devices Device Connectivity Storage Analytics Presentation & Action Event Hubs SQL Database Machine Learning App Service Service Bus Table/Blob Storage Stream Analytics Power BI External Data Sources {

More information

Event Sponsors. Expo Sponsors. Expo Light Sponsors

Event Sponsors. Expo Sponsors. Expo Light Sponsors Event Sponsors Expo Sponsors Expo Light Sponsors IoT for the BI professional David L. Bojsen - Principal Architect What to expect Level 200 session Which basically means PowerPoint and talking Enthusiastic

More information

Stanislav Harvan Internet of Things

Stanislav Harvan Internet of Things Stanislav Harvan v-sharva@microsoft.com Internet of Things IoT v číslach Gartner: V roku 2020 bude na Internet pripojených viac ako 25mld zariadení: 1,5mld smart TV 2,5mld pc 5mld smart phone 16mld dedicated

More information

6/29/ :38 AM 1

6/29/ :38 AM 1 6/29/2017 11:38 AM 1 Creating an Event Hub In this lab, you will create an Event Hub. What you need for this lab An Azure Subscription Create an event hub Take the following steps to create an event hub

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Enable IoT Solutions using Azure

Enable IoT Solutions using Azure Internet Of Things A WHITE PAPER SERIES Enable IoT Solutions using Azure 1 2 TABLE OF CONTENTS EXECUTIVE SUMMARY INTERNET OF THINGS GATEWAY EVENT INGESTION EVENT PERSISTENCE EVENT ACTIONS 3 SYNTEL S IoT

More information

Hosted Azure for your business. Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution.

Hosted Azure for your business. Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution. Hosted Azure for your business Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution. Azure is approximately 50 percent cheaper than other cloud services

More information

Index. Scott Klein 2017 S. Klein, IoT Solutions in Microsoft s Azure IoT Suite, DOI /

Index. Scott Klein 2017 S. Klein, IoT Solutions in Microsoft s Azure IoT Suite, DOI / Index A Advanced Message Queueing Protocol (AMQP), 44 Analytics, 9 Apache Ambari project, 209 210 API key, 244 Application data, 4 Azure Active Directory (AAD), 91, 257 Azure Blob Storage, 191 Azure data

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Intelligence for the connected world How European First-Movers Manage IoT Analytics Projects Successfully

Intelligence for the connected world How European First-Movers Manage IoT Analytics Projects Successfully Intelligence for the connected world How European First-Movers Manage IoT Analytics Projects Successfully Thomas Rohrmann, Michael Probst Analytics Experience 2016, Rome #analyticsx C opyr i g ht 2016,

More information

BIG DATA COURSE CONTENT

BIG DATA COURSE CONTENT BIG DATA COURSE CONTENT [I] Get Started with Big Data Microsoft Professional Orientation: Big Data Duration: 12 hrs Course Content: Introduction Course Introduction Data Fundamentals Introduction to Data

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Lesson 5 Nimbits. Chapter-6 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Nimbits. Chapter-6 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Nimbits 1 Cloud IoT cloud-based Service Using Server at the Edges A server can be deployed at the edges (device nodes) which communicates the feeds to the cloud service. The server also provisions

More information

Red Hat's vision on Telco/NFV/IOT

Red Hat's vision on Telco/NFV/IOT Red Hat's vision on Telco/NFV/IOT Guy Carmin guy@redhat.com whoami Guy Carmin RHCE, RHCI, RHCVA, RHCSA, 4 RHCP Senior Solution Architect whoami Click to add text Cloud Management Infra The FitBit raffle

More information

Connectivity Data Analytics

Connectivity Data Analytics Things Connectivity Data Analytics Linux and more Windows 10 IoT Core available for Minnowboard Max, Raspberry Pi 2 and Dragonboard 410c Converged APIs, write ONE Universal App and target all Windows 10

More information

17/05/2017. What we ll cover. Who is Greg? Why PaaS and SaaS? What we re not discussing: IaaS

17/05/2017. What we ll cover. Who is Greg? Why PaaS and SaaS? What we re not discussing: IaaS What are all those Azure* and Power* services and why do I want them? Dr Greg Low SQL Down Under greg@sqldownunder.com Who is Greg? CEO and Principal Mentor at SDU Data Platform MVP Microsoft Regional

More information

Welcome to SQL Saturday Denmark

Welcome to SQL Saturday Denmark Welcome to SQL Saturday Denmark Complex Event Processing with Azure Stream Analytics Azure Stream Analytics is a fully managed service complex event processing in the cloud It's a big data analytics service

More information

P L A Y.

P L A Y. P L A Y https://youtu.be/4pqrjadinos 1 2 3 Multiple building 145 structures 15M Sqf office systems & lab space 58,400 housed heads $55M annual utility spend 2M connection points 50-55 megawatt hour average

More information

Advantech AE Technical Share Document

Advantech AE Technical Share Document Advantech AE Technical Share Document Date 2018/4/3 SR# 1-3292296941 Category FAQ SOP Related OS N/A Abstract How to set up ADAM-3600 to upload to Azure cloud Keyword Azure, Cloud, Upload, MQTT, PowerBI,

More information

Windows 10 IoT Overview. Microsoft Corporation

Windows 10 IoT Overview. Microsoft Corporation Windows 10 IoT Overview Microsoft Corporation 25 $7.2 BILLION TRILLION Connected things will by 2020 be in use by 2020 worldwide market for IoT solutions IDC: Worldwide and Regional Internet of Things

More information

The Changing Shape of Industry and Technology

The Changing Shape of Industry and Technology The Changing Shape of Industry and Technology Gregg Le Blanc, VP Product Penny Gunterman, PhD, Group Lead Product Marketing Chris Nelson, VP Software Development 33 3.5 Home Power Usage 3 2.5 2 1.5 1 0.5

More information

OSIsoft Technologies for the Industrial IoT and Industry 4.0 Chris Felts, Sr. Product Manager Houston Regional Seminar, October 4, 2017

OSIsoft Technologies for the Industrial IoT and Industry 4.0 Chris Felts, Sr. Product Manager Houston Regional Seminar, October 4, 2017 OSIsoft Technologies for the Industrial IoT and Industry 4. Chris Felts, Sr. Product Manager Houston Regional Seminar, October 4, 27 Copyright 27 OSIsoft, LLC Introduction Copyright 27 OSIsoft, LLC 2 Industry

More information

Data and AI LATAM 2018

Data and AI LATAM 2018 El Internet de las Cosas para Desarrolladores Joaquin Guerrero Sr. Technical Evangelist Microsoft LATAM The Internet of Things isn t a technology revolution IoT is a business revolution, enabled by technology

More information

Asanka Padmakumara. ETL 2.0: Data Engineering with Azure Databricks

Asanka Padmakumara. ETL 2.0: Data Engineering with Azure Databricks Asanka Padmakumara ETL 2.0: Data Engineering with Azure Databricks Who am I? Asanka Padmakumara Business Intelligence Consultant, More than 8 years in BI and Data Warehousing A regular speaker in data

More information

Presented by Max Fritz Senior Systems Consultant, Now Micro. Office 365 for Education What to Use When

Presented by Max Fritz Senior Systems Consultant, Now Micro. Office 365 for Education What to Use When Presented by Max Fritz Senior Systems Consultant, Now Micro Office 365 for Education What to Use When Max Fritz Senior Systems Consultant MCSA Office 365, MCSE Productivity Founder of Minnesota Office

More information

Making hybrid IT simple with Capgemini and Microsoft Azure Stack

Making hybrid IT simple with Capgemini and Microsoft Azure Stack Making hybrid IT simple with Capgemini and Microsoft Azure Stack The significant evolution of cloud computing in the last few years has encouraged IT leaders to rethink their enterprise cloud strategy.

More information

An Introduction to Developing for Cisco Kinetic

An Introduction to Developing for Cisco Kinetic An Introduction to Developing for Cisco Kinetic Krishna Chengavalli Technical Marketing Engineer IoT Software Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session

More information

Strengthen hybrid cloud operations and controls with Liquid Sky. Singtel Business

Strengthen hybrid cloud operations and controls with Liquid Sky. Singtel Business Singtel Business Product Factsheet Brochure Managed Singtel Liquid Defense Sky Services Strengthen hybrid cloud operations and controls with Liquid Sky Singtel Liquid Sky is a hybrid cloud management portal

More information

Microsoft Implementing a Software-Defined DataCenter

Microsoft Implementing a Software-Defined DataCenter 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20745 - Implementing a Software-Defined DataCenter Length 5 days Price $4290.00 (inc GST) Version A Overview This five-day course explains how to implement

More information

Azure Administrator Role

Azure Administrator Role Azure Administrator Role Azure Apps and Infrastructure Certification Fundamentals Expert Azure Solutions Architect Expert Azure Fundamentals (optional) Azure Administrator Azure Developer COMING SOON Azure

More information

A SMART PORT CITY IN THE INTERNET OF EVERYTHING (IOE) ERA VERNON THAVER, CTO, CISCO SYSTEMS SOUTH AFRICA

A SMART PORT CITY IN THE INTERNET OF EVERYTHING (IOE) ERA VERNON THAVER, CTO, CISCO SYSTEMS SOUTH AFRICA A SMART PORT CITY IN THE INTERNET OF EVERYTHING (IOE) ERA VERNON THAVER, CTO, CISCO SYSTEMS SOUTH AFRICA Who is Cisco? Convergence of Mobile, Social, Cloud, and Data Is Driving Digital Disruption Digital

More information

22 September Urban Modelling. using Open Public. Data. Börkur Sigurbjörnsson Data

22 September Urban Modelling. using Open Public. Data. Börkur Sigurbjörnsson Data 22 September 2016 Urban Modelling using Open Public Data Börkur Sigurbjörnsson Data Scientist @borkurdotnet Future Cities Catapult A global centre of excellence on urban innovation. http://futurecities.catapult.org.uk/

More information

Microsoft certified solutions associate

Microsoft certified solutions associate Microsoft certified solutions associate MCSA: BI Reporting This certification demonstrates your expertise in analyzing data with both Power BI and Excel. Exam 70-778/Course 20778 Analyzing and Visualizing

More information

Sales Presentation Case 2018 Dell EMC

Sales Presentation Case 2018 Dell EMC Sales Presentation Case 2018 Dell EMC Introduction: As a member of the Dell Technologies unique family of businesses, Dell EMC serves a key role in providing the essential infrastructure for organizations

More information

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List)

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) Microsoft Solution Latest Sl Area Refresh No. Course ID Run ID Course Name Mapping Date 1 AZURE202x 2 Microsoft

More information

POWER-ONE ITALY, 5 TH JUNE 2018 Cloud, Big Data & Cyber Security. Business, Opportunities and Risks

POWER-ONE ITALY, 5 TH JUNE 2018 Cloud, Big Data & Cyber Security. Business, Opportunities and Risks POWER-ONE ITALY, 5 TH JUNE 2018 Cloud, Big Data & Cyber Security Business, Opportunities and Risks Overview Cloud, Big Data & Cyber Security Summary Cloud: scalable, adaptable, cost effective but not under

More information

IEEE World Forum on Internet of Things December, 2015 Milan, Italy. Impact of IoT on 5G: Benefits and Challenges. 5G Special Generation

IEEE World Forum on Internet of Things December, 2015 Milan, Italy. Impact of IoT on 5G: Benefits and Challenges. 5G Special Generation IEEE World Forum on Internet of Things 14-16 December, 2015 Milan, Italy Impact of IoT on 5G: Benefits and Challenges 5G Special Generation University of Surrey, 5GIC Monday, 14 December 2015 r.tafazolli@surrey.ac.uk

More information

Microsoft Designing and Deploying Microsoft Exchange Server 2016

Microsoft Designing and Deploying Microsoft Exchange Server 2016 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20345-2 Designing and Deploying Microsoft Exchange Server 2016 Length 5 days Price $4290.00 (inc GST) Version A Overview This course provides experienced

More information

Building a Better Mousetrap:

Building a Better Mousetrap: Building a Better Mousetrap: Deploying and Managing IoT Solutions for ITPros Anthony Bartolo Sr. Cloud Advocate Microsoft #ITDEVCONNECTIONS ITDEVCONNECTIONS.COM Engage customers Optimize operations p Connected

More information

Azure Certification BootCamp for Exam (Developer)

Azure Certification BootCamp for Exam (Developer) Azure Certification BootCamp for Exam 70-532 (Developer) Course Duration: 5 Days Course Authored by CloudThat Description Microsoft Azure is a cloud computing platform and infrastructure created for building,

More information

High Availability Distributed (Micro-)services. Clemens Vasters Microsoft

High Availability Distributed (Micro-)services. Clemens Vasters Microsoft High Availability Distributed (Micro-)services Clemens Vasters Microsoft Azure @clemensv ice Microsoft Azure services I work(-ed) on. Notification Hubs Service Bus Event Hubs Event Grid IoT Hub Relay Mobile

More information

Monitoring in Azure: Bringing IaaS and PaaS together. Vassil Nov 23 rd, 2017

Monitoring in Azure: Bringing IaaS and PaaS together. Vassil Nov 23 rd, 2017 Monitoring in Azure: Bringing IaaS and PaaS together Vassil Stoitsev @vassilstoitsev Nov 23 rd, 2017 Contents Overview Azure Monitor Log Analytics & Kusto Operations Management Suite Some Extras Overview

More information

White Paper / Azure Data Platform: Ingest

White Paper / Azure Data Platform: Ingest White Paper / Azure Data Platform: Ingest Contents White Paper / Azure Data Platform: Ingest... 1 Versioning... 2 Meta Data... 2 Foreword... 3 Prerequisites... 3 Azure Data Platform... 4 Flowchart Guidance...

More information

Kent Agerlund Enterprise Mobility MVP & Microsoft Regional Director

Kent Agerlund Enterprise Mobility MVP & Microsoft Regional Director Mastering SCCM CB & Modern Windows 10 management with Intune and Azure Kent Agerlund Enterprise Mobility MVP & Microsoft Regional Director Dive deep into System Center Configuration Manager CB & Windows

More information

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website:

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website: Whitepaper IoT Protocols PAASMER Support for Protocols Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. IoT Protocols 4 3. Connectivity Protocols 5 4. Application Layer

More information

Preparing your network for the next wave of innovation

Preparing your network for the next wave of innovation Preparing your network for the next wave of innovation The future is exciting. Ready? 2 Executive brief For modern businesses, every day brings fresh challenges and opportunities. You must be able to adapt

More information

Steven Edouard SDET, US - DX Audience West Microsoft Bruno Terkaly Principal Software Engineer - Microsoft

Steven Edouard SDET, US - DX Audience West Microsoft Bruno Terkaly Principal Software Engineer - Microsoft Steven Edouard SDET, US - DX Audience West Microsoft Bruno Terkaly Principal Software Engineer - Microsoft Steven and Bruno Info Section 3 Software Architecture Section 7 The Protocol challenge Progress

More information

IOT AND THE DATA-DRIVEN ENTERPRISE:

IOT AND THE DATA-DRIVEN ENTERPRISE: IOT AND THE DATA-DRIVEN ENTERPRISE: HOW DEVICE DATA BECOMES A DRIVER IN YOUR PREDICTIVE ANALYTICS STRATEGY Bob Mahoney Business Development, Internet of Things, Red Hat Sid Sipes Sr. Director, Edge Computing,

More information

SEVONE END USER EXPERIENCE

SEVONE END USER EXPERIENCE Insight for the Connected World End User Experience [ DataSheet ] SEVONE END USER EXPERIENCE INSIGHTS FROM THE USER PERSPECTIVE. Software, applications and services running on the network infrastructure

More information

Things I Learned The Hard Way About Azure Data Platform Services So You Don t Have To -Meagan Longoria

Things I Learned The Hard Way About Azure Data Platform Services So You Don t Have To -Meagan Longoria Things I Learned The Hard Way About Azure Data Platform Services So You Don t Have To -Meagan Longoria 2 University of Nebraska at Omaha Special thanks to UNO and the College of Business Administration

More information

Microsoft Cloud Workshop. Intelligent Analytics Hackathon Learner Guide

Microsoft Cloud Workshop. Intelligent Analytics Hackathon Learner Guide Microsoft Cloud Workshop Intelligent Analytics Hackathon Learner Guide August 2017 2017 Microsoft Corporation. All rights reserved. This document is confidential and proprietary to Microsoft. Internal

More information

Application Lifecycle Management Solutions using Microsoft Visual Studio 2013

Application Lifecycle Management Solutions using Microsoft Visual Studio 2013 1800 ULEARN (853 276) www.ddls.com.au Application Lifecycle Management Solutions using Microsoft Visual Studio 2013 Length 5 days Price $4477.00 (inc GST) Overview This five day course is designed to get

More information

Functionality, Challenges and Architecture of Social Networks

Functionality, Challenges and Architecture of Social Networks Functionality, Challenges and Architecture of Social Networks INF 5370 Outline Social Network Services Functionality Business Model Current Architecture and Scalability Challenges Conclusion 1 Social Network

More information

NetBrain Technologies: Achieving Agile Network Operations: How Automation Can Improve Visibility Across Hybrid Infrastructures

NetBrain Technologies: Achieving Agile Network Operations: How Automation Can Improve Visibility Across Hybrid Infrastructures BRKPAR - 2509 NetBrain Technologies: Achieving Agile Network Operations: How Automation Can Improve Visibility Across Hybrid Infrastructures Jason Baudreau Achieving Agile Network Operations How Automation

More information

B U I L D I N G O N T H E G A T E W A Y. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

B U I L D I N G O N T H E G A T E W A Y. Copyright 2015, Oracle and/or its affiliates. All rights reserved. B U I L D I N G O N T H E G A T E W A Y Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

5G networks use-cases in 4G networks

5G networks use-cases in 4G networks 5G networks use-cases in 4G networks 5G Networks offering superior performance are just around the corner! Wait! Are applications that maximize the benefits of these networks ready? Contents 5G networks

More information

IoT Edge within the IoT Framework

IoT Edge within the IoT Framework IoT Edge within the IoT Framework Axel Dittmann Diplom-Betriebswirt (FH) Diplom-Wirtschaftsinformatiker (FH) Global Technical Solution Specialist IOT CISSP, MCP Twitter: @DittmannAxel Waves of Innovation

More information

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

Alexander Klein. #SQLSatDenmark. ETL meets Azure

Alexander Klein. #SQLSatDenmark. ETL meets Azure Alexander Klein ETL meets Azure BIG Thanks to SQLSat Denmark sponsors Save the date for exiting upcoming events PASS Camp 2017 Main Camp 05.12. 07.12.2017 (04.12. Kick-Off abends) Lufthansa Training &

More information

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE.

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE. Exam 410: Installing and Configuring Server 2012 Exam 411: Administering Server 2012 Exam 412: Configuring Advanced Server 2012 services Server 2012 CLOUD PLATFORM & INFRASTRUCTURE Exam 740: Installation,

More information

FUJITSU Backup as a Service Rapid Recovery Appliance

FUJITSU Backup as a Service Rapid Recovery Appliance FUJITSU Backup as a Service Rapid Recovery Appliance The unprecedented growth of business data The role that data plays in today s organisation is rapidly increasing in importance. It guides and supports

More information

Mcsa Mcse Implementing And

Mcsa Mcse Implementing And Mcsa Mcse Implementing And 1 / 6 2 / 6 3 / 6 Mcsa Mcse Implementing And SitesPower Certification Training in Dubai - Microsoft MCSE MCSA Institute Courses - Installation, Storage, and Compute with Windows

More information

Verasys Enterprise Security and IT Guide

Verasys Enterprise Security and IT Guide Verasys Enterprise Johnson Controls Milwaukee WI, USA www.verasyscontrols.com LIT-12013026 March 2018 Contents Introduction... 3 Microsoft Azure security and privacy... 5 Security... 5 Privacy...5 Compliance...5

More information

BroadGroup is an Information Media Technology and Professional Services company.

BroadGroup is an Information Media Technology and Professional Services company. BROADGROUP BroadGroup is an Information Media Technology and Professional Services company. It also owns the widely acclaimed Data Economy online and offline global news source and investor forums provider

More information

AI in The Data AI Centre in the Data Centre

AI in The Data AI Centre in the Data Centre AI in The Data AI Centre in the Data Centre Walter Van Hoolst Technology Architect HPE Nimble Storage Walter Van Hoolst Technology Architect HPE Nimble Storage April 24, 2018 Walter.vanhoolst@hpe.com @WHoolst

More information

Updating your Database Skills to Microsoft SQL Server 2012

Updating your Database Skills to Microsoft SQL Server 2012 Course 40008A: Updating your Database Skills to Microsoft SQL Server 2012 Course Details Course Outline Module 1: Introducing SQL Server 2012 This module provides an overview of SQL Server 2012. Overview

More information

Code Title Level Windows Azure Application Development

Code Title Level Windows Azure Application Development Windows Azure Application Development HOL-AZR100 Introduction to Windows Azure Infrastructure Services 100 HOL-AZR Introduction to Windows Azure Web Sites HOL-AZR201 Introduction to Windows Azure Mobile

More information

Doug Couto Texas A&M Transportation Technology Conference 2017 College Station, Texas May 4, 2017

Doug Couto Texas A&M Transportation Technology Conference 2017 College Station, Texas May 4, 2017 Cyber Concerns of Local Government and What Does It Mean to Transportation Doug Couto Texas A&M Transportation Technology Conference 2017 College Station, Texas May 4, 2017 Transportation and Infrastructure

More information

Matti Latva-aho Academy Professor Director for Finnish Wireless Flagship 6Genesis University of Oulu, Centre for Wireless Communications (CWC)

Matti Latva-aho Academy Professor Director for Finnish Wireless Flagship 6Genesis University of Oulu, Centre for Wireless Communications (CWC) Matti Latva-aho Academy Professor Director for Finnish Wireless Flagship 6Genesis University of Oulu, Centre for Wireless Communications (CWC) FINLAND www.oulu.fi/ www.6genesis.org Challenge #1: Verticals

More information

Introduction to ThingWorx

Introduction to ThingWorx Introduction to ThingWorx Introduction to Internet of Things (2min) What are the objectives of this video? Figure 1 Welcome to ThingWorx (THWX), in this short video we will introduce you to the main components

More information

IoT Intro. Fernando Solano Warsaw University of Technology

IoT Intro. Fernando Solano Warsaw University of Technology IoT Intro Fernando Solano Warsaw University of Technology fs@tele.pw.edu.pl Embedded Systems Wireless Sensor and Actuator Networks Enabling technologies Communication Protocols Cloud Computing Big Data

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Cisco Crosswork Network Automation

Cisco Crosswork Network Automation Cisco Crosswork Network Introduction Communication Service Providers (CSPs) are at an inflexion point. Digitization and virtualization continue to disrupt the way services are configured and delivered.

More information

Internet of Things: Demonstration. Mr. Bernard G. Cruz Lecturer

Internet of Things: Demonstration. Mr. Bernard G. Cruz Lecturer Internet of Things: Demonstration Mr. Bernard G. Cruz Lecturer I N T E R N E T a network of networks using a physical cable or wireless media for connection interconnection of all LANs and WANs across

More information

IoT Engineering 1: Introduction to the Internet of Things. CC BY-SA, Thomas Amberg, FHNW (Screenshots considered fair use)

IoT Engineering 1: Introduction to the Internet of Things. CC BY-SA, Thomas Amberg, FHNW (Screenshots considered fair use) IoT Engineering 1: Introduction to the Internet of Things CC BY-SA, Thomas Amberg, FHNW (Screenshots considered fair use) Today ¾ slides, ¼ hands-on. Slides, code & hands-on: tmb.gr/iot-1 Hands-on, 5':

More information

NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS

NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS INNOVATORS START HERE. EXECUTIVE SUMMARY The Internet of Things (IoT) is no longer a fanciful vision. It is very much with us, in everything from

More information

Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-I

Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-I Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-I Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.com/

More information

Construction Technologies and State Government Support

Construction Technologies and State Government Support Construction Technologies and State Government Support Parks and Leisure Australia Modular Buildings Seminar 7 March 2018 Future Industries priority sectors $270 million Future Industries Fund Create new

More information

Core Services for ediscovery Perfection

Core Services for ediscovery Perfection BEST-IN-CLASS DATA ENVIRONMENTS. Core Services for ediscovery Perfection MANAGE MANAGE IMPLEMENT IMPLEMENT ASSESS Core Services for ediscovery Perfection George Jon is an ediscovery infrastructure specialist

More information

Intelligent Edge Computing and ML-based Traffic Classifier. Kwihoon Kim, Minsuk Kim (ETRI) April 25.

Intelligent Edge Computing and ML-based Traffic Classifier. Kwihoon Kim, Minsuk Kim (ETRI)  April 25. Intelligent Edge Computing and ML-based Traffic Classifier Kwihoon Kim, Minsuk Kim (ETRI) (kwihooi@etri.re.kr, mskim16@etri.re.kr) April 25. 2018 ITU Workshop on Impact of AI on ICT Infrastructures Cian,

More information

Agenda Time (PT) 8:45 a.m. Event Platform Opening 9:00 a.m. Keynote - Java: Present and Future Java EE 7 Java SE 8 Java Embedded

Agenda Time (PT) 8:45 a.m. Event Platform Opening 9:00 a.m. Keynote - Java: Present and Future Java EE 7 Java SE 8 Java Embedded Virtual Developer Day: Java 2014 May 6 th 9:00 a.m. - 1:00 p.m. PDT / 12:00 p.m. - 4:00 p.m. EDT / 1:00 p.m. 5:00 p.m. BRT Agenda Time (PT) 8:45 a.m. Event Platform Opening 9:00 a.m. Keynote - Java: Present

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

Understanding Persistent Connectivity: How IoT and Data Will Impact the Connected Data Center

Understanding Persistent Connectivity: How IoT and Data Will Impact the Connected Data Center Understanding Persistent Connectivity: How IoT and Data Will Impact the Connected Data Center Speaker: Bill Kleyman, EVP of Digital Solutions - Switch AFCOM and Informa Writer/Contributor (@QuadStack)

More information

that will impact New IoT Technology Trends Production Automation

that will impact New IoT Technology Trends Production Automation New IoT Technology Trends that will impact Production Automation Alexander Körner, Software Solution Architect Watson IoT Electronics Industry Lab, Munich IBM Deutschland GmbH @AlexKoeMuc 19. Juni 2018

More information

Exchange Server Installation on Windows Server 2019 Core Edition

Exchange Server Installation on Windows Server 2019 Core Edition Exchange Server 2019- Installation on Windows Server 2019 Core Edition Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.com/

More information

COURSE 10977A: UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014

COURSE 10977A: UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014 ABOUT THIS COURSE This five-day instructor-led course teaches students how to use the enhancements and new features that have been added to SQL Server and the Microsoft data platform since the release

More information

Azure Data Factory VS. SSIS. Reza Rad, Consultant, RADACAD

Azure Data Factory VS. SSIS. Reza Rad, Consultant, RADACAD Azure Data Factory VS. SSIS Reza Rad, Consultant, RADACAD 2 Please silence cell phones Explore Everything PASS Has to Offer FREE ONLINE WEBINAR EVENTS FREE 1-DAY LOCAL TRAINING EVENTS VOLUNTEERING OPPORTUNITIES

More information

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017 MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2012 Server 2016 MCSA Linux on Azure Cloud Platform & Infrastructure MCSA Cloud Platform PRODUCTIVITY Server 2012 or 2016 MCSA Office 365 Productivity

More information

Cisco Tetration Analytics

Cisco Tetration Analytics Cisco Tetration Analytics Enhanced security and operations with real time analytics John Joo Tetration Business Unit Cisco Systems Security Challenges in Modern Data Centers Securing applications has become

More information

SEVONE DATA APPLIANCE FOR EUE

SEVONE DATA APPLIANCE FOR EUE Insight for the Connected World Data Appliance for EUE [ DataSheet ] SEVONE DATA APPLIANCE FOR EUE INSIGHTS FROM THE USER PERSPECTIVE. Software, applications and services running on the network infrastructure

More information

Microsoft Azure Stream Analytics

Microsoft Azure Stream Analytics Microsoft Azure Stream Analytics Marcos Roriz and Markus Endler Laboratory for Advanced Collaboration (LAC) Departamento de Informática (DI) Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio)

More information

Enterprise Data Architect

Enterprise Data Architect Enterprise Data Architect Position Summary Farmer Mac maintains a considerable repository of financial data that spans over two decades. Farmer Mac is looking for a hands-on technologist and data architect

More information

Professional Development

Professional Development Professional Development HOW TO LEVERAGE MICROSOFT TECHNOLOGIES TO SAVE MONEY AND BE MORE PRODUCTIVE Geoffrey Whidden & Dustin Miller Brockman Coats Gedelian & Co. (800) 686-2727 www.ohiocpa.com How to

More information

Microsoft vision for a new era

Microsoft vision for a new era Microsoft vision for a new era United platform for the modern service provider MICROSOFT AZURE CUSTOMER DATACENTER CONSISTENT PLATFORM SERVICE PROVIDER Enterprise-grade Global reach, scale, and security

More information

IoT Sensor Analytics with Apache Kafka, KSQL and TensorFlow

IoT Sensor Analytics with Apache Kafka, KSQL and TensorFlow 1 IoT Sensor Analytics with Apache Kafka, KSQL and TensorFlow Kafka-Native End-to-End IoT Data Integration and Processing Kai Waehner - Technology Evangelist kontakt@kai-waehner.de - LinkedIn Twitter :

More information

Streaming iphone sensor data to SAS Event Stream Processing

Streaming iphone sensor data to SAS Event Stream Processing SAS USER FORUM Streaming iphone sensor data to SAS Event Stream Processing Pasi Helenius Senior Advisor SAS Event Stream Processing 3 KEY CHARACTERISTICS Technology Process steams of data events, on the

More information

20532D - Version: 1. Developing Microsoft Azure Solutions

20532D - Version: 1. Developing Microsoft Azure Solutions 20532D - Version: 1 Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions 20532D - Version: 1 5 days Course Description: This course offers students the opportunity to take an existing

More information

Microsoft SQL Server Certification Guide

Microsoft SQL Server Certification Guide Microsoft SQL Server Certification Guide MCSA: SQL SERVER Microsoft Certified Solutions Associate Demonstrate your essential skills and breakthrough insights in developing and maintaining the next wave

More information

Service Provider Consulting

Service Provider Consulting From Microsoft Services 1 Industry Overview More and more businesses are looking to outsource IT, decrease management requirements and ultimately save money. With worldwide public cloud spending expected

More information