usql/Examples
Saveen Reddy f65e0f0bde Added more samples 2017-08-31 16:38:34 -07:00
..
AmbulanceDemos Revert "Added optional WHERE to show partition elimination on filesets." 2016-11-02 14:22:54 -07:00
AvroExamples Added Avro sample data 2016-12-21 12:01:03 +01:00
Builtin-UDOs Fix some comment typos and errors 2016-11-02 14:19:35 -07:00
Cognitive Added additional samples for R/Python/Cognitive 2016-11-28 11:15:54 -08:00
DataFormats Microsoft.Analytics.Samples.Formats.csproj should reference Avro binaries 2017-05-04 13:41:00 -07:00
Extensibility-Simple-Examples Modified UDAGG example and added new sample file and image files 2016-06-20 23:28:49 -07:00
FileCopyUDOs Updated the FileCopy UDOs 2016-10-26 12:15:04 -07:00
FlexibleSchemaExtractor New Flexible Schema Extractor and some cleanup 2016-08-15 01:20:03 -07:00
HeaderOutputter fixed some comments 2016-01-02 14:12:21 -08:00
ImageApp Updated comments 2017-02-07 18:27:58 -08:00
IntroHOL-USQL First part of GitHub cleanup 2015-12-10 18:42:41 -08:00
JSONExamples Update JSONExamples.usqlproj 2016-12-30 09:59:14 -06:00
JsonSample Optimized NestedJsonProcessing example 2016-07-20 14:10:16 -07:00
Language Added more samples 2017-08-31 16:38:34 -07:00
LocalRun Added local run install tool 2017-08-03 11:34:31 -07:00
PythonExamples Adding Python and R Demo Solutions 2017-02-10 11:13:21 -08:00
PythonExtensions moved samples 2017-08-03 06:39:18 -07:00
R-Example Adding Python and R Demo Solutions 2017-02-10 11:13:21 -08:00
R_Extensions/PredictLinearModel Added R Sample 2016-11-28 10:56:36 -08:00
RangeReducer Aligned code with upcoming MSDN article sample 2016-10-17 01:41:38 -07:00
SQLSpatialExample Update 2-SimpleSpatialUsage.usql 2016-12-23 09:39:43 -08:00
Samples Adding Python and R Demo Solutions 2017-02-10 11:13:21 -08:00
TweetAnalysis Added optional WHERE clause to show partition elimination on file set 2016-11-02 14:22:19 -07:00
README.md Updated Example README.md 2016-01-02 13:54:51 -08:00

README.md

U-SQL Examples

This directory contains U-SQL sample solutions and sample data.

Unless otherwise noted, they are provided as VisualStudio solutions.

The individual projects are:

  • Data Formats : contains samples for working with data formats such as XML and JSON.

  • Ambulance Demo Samples : Contains several topical demo scripts for operating on the AmbulanceDemo samples. It covers topics such as federated queries over WASB and SQL data, file sets, partitioned tables, custom extractors and processors, windowing functions etc. Note that the federated query samples need additional access and resources that may not be accessible from your account.

  • U-SQL Hands-On Lab Samples : Contains the scripts from the U-SQL Hands-On Lab.

  • Tweet Analysis Samples : Contains scripts doing tweet analysis (see also VS Blog entries U-SQL Introduction and U-SQL UDF).

  • Outputting Column Names : Contains custom outputter that writes the column names and optionally their type of a rowset into a file.