Getting to know U-SQL Azhagappan Arunachalam.  Sr Database Architect 

Slides:



Advertisements
Similar presentations
Paul Yuknewicz Principal Group PM Manager What's New for Azure Developers Azure SDK 2.5 Visual Studio 2015.
Advertisements

03 | Application Lifecycle Management Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek.
What’s new for Rich Clients? Martin Parry Developer & Platform Group Microsoft Ltd
DEV207. SSDT Database Services Database Services Analysis Services Reporting Services Integration Services.
René Balzano Technology Solution Professional Data Platform Microsoft Switzerland Database Development with SQL Server Data Tools (SSDT)
An MSDN Subscription acts as a lifeline for software developers, testers, architects, IT professionals, database engineers, and others. It provides priority.
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
HTML Black Box Manage Device Capabilitie s 3 Manage Service Capabiliti es 4 Edit Code 5 Edit & Style UI 6 Build & Run 7 Debug & Diagnose.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
© Sogeti Sogeti-Microsoft Alliance Getting Started with Windows Azure Development.
C# Game Development with XNA Philip Degarmo. Introduction What is XNA? –Microsoft’s replacement for “Managed DirectX” –“XNA” = “XNA Game Studio” – de.
An Introduction to HDInsight June 27 th,
Training & Support for End Users of Cisco Unified Communications Agenda:  Flash Demo  VoIPT on the Phone  Modules / Pricing  Installation Process.
BIT 285: ( Web) Application Programming Lecture 15: Tuesday, February 24, 2015 Microsoft Azure Instructor: Craig Duckett.
How* to Win the #BestMicrosoftHack Shahed Chowdhuri Sr. Technical WakeUpAndCode.com *Hint: Use the Cloud.
Machine Learning as a Service
Startups.
Mirek Sztajno SQL Server Security PM
GETTING STARTED WITH WINDOWS AZURE DEVELOPMENT Eric Nelson Slide 1.
Windows Azure, SQL Azure and SharePoint 2010 Integration.
Intro to Power BI Azhagappan Arunachalam.  Senior Database Architect   PowerBICentral.com  (blog on getting started.
Big Data Analytics with Excel Peter Myers Bitwise Solutions.
How To Build a Production-Ready SP 2013 Farm Martin Cox SharePoint / O365 Architect SharePoint 2013 BI Farm Setup Best Practices.
Andy Roberts Data Architect
Azure Data Catalog and Power BI. Agenda Azure Data Catalog Overview 1 Publish a data set 2 Metadata 3 Extract and view 4 Q&A 5.
Sql Server 2012 Data Tools & Development Enhancements Emrah USLU Teknoloji Danışmanı TCM | Teknoloji Çözümleri Merkezi.
Getting to know U-SQL Azhagappan Arunachalam.  Sr Applications Database Architect 
Performance Testing Using VSTS Saravana Kumar Microsoft MVP, VSTS Hewlett Packard Saravana Kumar Microsoft MVP, VSTS Hewlett Packard.
Database Development with SQL Server Data Tools (SSDT) Björn Eriksen, Architect Evangelist DPE Microsoft
9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Windows Azure platform academic pass
Introduction ITEC 420.
How to Start SQL Server and SSDT BI in Local
Make Power BI Your Own with the Power BI APIs
Welcome to WideWorld Importers
BRK3288-Discover data-driven apps that learn and adapt
Make Power BI Your Own with the Power BI APIs
MSDN Platforms Cost-effective access to Microsoft software and services for Dev/Test In a pre-production or dev/test environment, each user that accesses.
Microsoft Ignite /22/2018 3:27 PM BRK2121
Julie Strauss Senior Program Manager Microsoft
Did your feature got in, out or planned?
Get Started with Common Data Model (CDM) and PowerApps
Building Analytics At Scale With USQL and C#
Design Seamless Upgrades to SQL Server 2016 with Query Store
Azure IaaS 101.
07 | Analyzing Big Data with Excel
Make Power BI Your Own with the Power BI APIs
SQL Server Data Tools Gert Drapers
11/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Microsoft Ignite /22/2018 3:58 PM BRK2254
Microsoft Connect /22/2018 9:50 PM
Microsoft Connect /24/ :05 AM
Make Power BI Your Own with the Power BI APIs
Visual Studio Database Tools (aka SQL Server Data Tools)
Orchestration and data movement with Azure Data Factory v2
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Getting started with Windows Azure
Azure Data Lake for First Time Swimmers
Microsoft Build /2/2019 4:12 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Jim Nakashima Program Manager Cloud Tools
DAT381 Team Development with SQL Server 2005
Microsoft Connect /17/2019 9:55 PM
Microsoft Build /27/2019 2:26 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Predictive Models with SQL Server Machine Learning Services
Visual Studio Tools for Unity 2.0 Preview
Welcome to Microsoft Azure for Research Training!
A lightweight editor for SSAS Tabular Models built in .NET / WinForms
Server & Tools Business
SSMS to Azure Data Studio
Presentation transcript:

Getting to know U-SQL Azhagappan Arunachalam

 Sr Database Architect 

Agenda  What is U-SQL?  Where does it fit in?  A brief history of U-SQL  Getting started with U-SQL  Demo  … and some more demo

What is U-SQL?  It’s a new processing language that leverages T-SQL with.net (C#)  Aligns U-SQL metadata system, syntax and language semantics with T-SQL/ANSI SQL  Uses C# data types and expression language  Integrates features available in Hive and other big data languages to identify patterns and data processing requirements

Brief History of U-SQL  Came out of Microsoft internal development – SCOPE (Structured Computations Optimized for Parallel Execution)  Currently being used for Big Data analytics at Microsoft, for their Bing, XBox, and Office 365 product lines  Supposedly 100,000 of jobs are being run based on U-SQL  Introduced to the public at Build 2015 alongside Azure Data Lake Services  Still in public preview…

Connected World...  World is moving towards a weightless economy  Purchasing is being replaced by subscription based services  We have lots of data points with IP address (IoT devices)  Collect everything  Analyze anything  & Predict the foreseeable future

Getting Started with ADL/U-SQL  What you need to get started?  An azure data lake analytics account (along with an azure data lake storage account)  Works with Visual Studio 2012, 2013 & 2015 – even Community Edition  Install the Azure SDK (pre-requisite to installing the ADL components/plug-ins)  Install ADL Tools for Visual Studio plug-in ( )  Heard of the Microsoft Dev Essentials program?   Some of the benefits:  6-months of pluralsight training free  VSTS team services – basic level  Visual Studio Community & Visual Studio Code (Mac/Linux anyone?)  Microsoft R Server – developer edition  $25 monthly Azure credit  Xamarin University free training etc.,

Demo  Signing up for Azure Data Lake service accounts  Data Lake Analytics Account  Data Lake Storage Account

Demo  U-SQL scripting

Summary We saw…  What is U-SQL?  Where does it fit in?  A brief history of U-SQL  Getting started with U-SQL  Demo  … and addl demos  And remember to save ~$500 by signing up for the Dev Essentials program

References  Lay of the land - paths/data-lake-analytics-self-guided-training/ paths/data-lake-analytics-self-guided-training/  U-SQL on MSDN (  ADL Public Preview (   - to download the latest azure data lake tools for visual studio

Thank You Sponsors