Microsoft Connect /24/ :05 AM

Slides:



Advertisements
Similar presentations
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Advertisements

9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
A deep dive into Azure AD B2C
3 Ways to Integrate Business Systems to Partners
BUILD BIG DATA ENTERPRISE SOLUTIONS FASTER ON AZURE HDINSIGHT
Data Platform and Analytics Foundational Training
4/19/ :02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/18/2018 6:56 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/18/2018 3:49 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Data Platform and Analytics Foundational Training
Data Platform and Analytics Foundational Training
Business Continuity & Disaster Recovery
5/7/ :44 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Data Platform and Analytics Foundational Training
Examine information management in Cortana Intelligence
Cortana Intelligence Overview
Build interactive data analysis environments using Apache Spark
Microsoft Machine Learning & Data Science Summit
Using a Gateway to Leverage On-Premises Data in Power BI
Microsoft /2/2018 3:42 PM BRK3129 Query Big Data using the Expanded T-SQL footprint with PolyBase in SQL Server 2016 Casey Karst Program Manager.
Using a Gateway to Leverage On-Premises data in Power BI
Developing Hybrid Apps on Microsoft Azure Stack
AI development using Data Science Virtual Machines (DSVM) in Azure
7/22/2018 9:21 PM BRK3270 Building a Better Data Solution: Microsoft SQL Server and Azure Data Services Joey D’Antoni Principal Consultant Denny Cherry.
Get Started with Common Data Model (CDM) and PowerApps
Microsoft Connect /26/2018 1:00 AM
9/6/2018 7:14 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Remote Monitoring solution
9/13/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Using a Gateway to Leverage On-Premises Data in Power BI
Add intelligence to Dynamics AX with Cortana Intelligence suite
Cloudy with a Chance of Data
Microsoft Connect /18/ :32 PM
Cloud Database Based on SQL Server 2012 Technologies
02 | Design and implement database
Microsoft Build /20/2018 5:17 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Business Continuity & Disaster Recovery
Enterprise security for big data solutions on Azure HDInsight
07 | Analyzing Big Data with Excel
Analytics for Apps: Landing and Loading Data into SQL Data Warehouse
Power Apps & Flow for Microsoft Dynamics SL
Integrating Microsoft SharePoint 2010 with Windows Azure
BR013.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Connect /17/2018 5:15 AM
11/17/2018 9:32 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Server & Tools Business
Cloud Foundry on Azure and Azure Stack
Microsoft Connect /22/2018 9:50 PM
Building Windows 8 and Windows Azure apps
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Azure Data Lake for First Time Swimmers
Microsoft Build /14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Connect /17/2019 9:55 PM
Migrating your applications to Azure
Microsoft Connect /25/2019 6:06 AM
Microsoft Build /27/2019 2:26 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Windows Device Portal Hirsch Singhal Program
Azure Machine Learning on Databricks
5/7/2019 5:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
ETL Patterns in the Cloud with Azure Data Factory
Server & Tools Business
Microsoft Virtual Academy
Mark Quirk Head of Technology Developer & Platform Group
Introduction to Azure Data Lake
Visual Data Flows – Azure Data Factory v2
Visual Data Flows – Azure Data Factory v2
Architecture of modern data warehouse
Presentation transcript:

Microsoft Connect 2016 11/24/2018 10:05 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

U-SQL: a new developer language to process big data using C#/SQL Michael Rys Principal Program Manager @MikeDoesBigData

Azure Data Lake Analytics Store and analyze data of any kind and size Develop faster, debug and optimize smarter Interactively explore patterns in your data No learning curve Managed and supported Dynamically scales to match your business priorities Enterprise-grade security Built on YARN, designed for the cloud YARN U-SQL Azure Data Lake Analytics HDInsight Hive R Server HDFS Azure Data Lake Store

 Declarativity and Extensibility are equally native to the language! Get benefits of both: Declarativity: Does scale and performance for you Extensibility: Let’s you add your business logic Makes it easy for you by unifying: Unstructured and structured data processing Declarative SQL and custom imperative Code Queries over data in ADLA and SQL DBs in Azure Increase productivity and agility from Day 1 and at Day 100 for YOU! Why U-SQL? Traditional SQL for Big Data: + Declarative – Hard to extend Traditional Programming Languages for Big Data: + Extensible – Requires a lot of code/knowledge to scale and perform

The origins of U-SQL SCOPE – Microsoft’s internal Big Data language SQL and C# integration model Optimization and Scaling model Runs 100’000s of jobs daily Hive Complex data types (Maps, Arrays) Data format alignment for text files T-SQL/ANSI SQL Many of the SQL capabilities (windowing functions, meta data model etc.) The origins of U-SQL U-SQL SCOPE Hive T-SQL/ ANSI SQL

Query data where it lives Easily query data in multiple Azure data stores without moving it to a single store Benefits Avoid moving large amounts of data across the network between stores Single view of data irrespective of physical location Minimize data proliferation issues caused by maintaining multiple copies Single query language for all data Each data store maintains its own sovereignty Design choices based on the need Push SQL expressions to remote SQL sources Projections Filters Joins Azure Data Lake Storage Azure Storage Blobs Query Write Query Write Azure SQL in VMs Azure Data Lake Analytics Query U-SQL Query Query Query Azure SQL DB Azure SQL Data Warehouse

Microsoft Connect 2016 11/24/2018 10:05 AM Show me U-SQL https://github.com/Azure/usql/tree/master/Examples/TweetAnalysis https://github.com/Azure/usql/tree/master/Examples/ImageApp © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

This is why U-SQL! Unifies natively SQL’s declarativity and C#’s extensibility Unifies querying structured and unstructured data Unifies querying Data Lake and SQL Server (in Azure) data Increase productivity and agility from Day 1 forward for YOU! Sign up for an Azure Data Lake account at http://www.azure.com/datalake and give us your feedback via http://aka.ms/adlfeedback!

Additional Resources Blogs, presentations and community pages: http://aka.ms/AzureDataLake http://usql.io (U-SQL Github) http://blogs.msdn.microsoft.com/mrys/ http://blogs.msdn.microsoft.com/azuredatalake/ http://www.slideshare.net/MichaelRys Documentation, articles, and videos: http://aka.ms/usql_reference https://azure.microsoft.com/en-us/documentation/services/data-lake-analytics/ https://msdn.microsoft.com/en-us/magazine/mt614251 https://channel9.msdn.com/Search?term=U-SQL#ch9Search https://www.youtube.com/results?search_query=U-SQL ADL forums and feedback http://aka.ms/adlfeedback https://social.msdn.microsoft.com/Forums/azure/en-US/home?forum=AzureDataLake http://stackoverflow.com/questions/tagged/u-sql Re-visit Connect on Channel 9. Continue your education at Microsoft Virtual Academy online.

11/24/2018 10:05 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.