usql/Examples
Mike Rys c2c14d628d Added a JSON sample project
Contains some sample scripts using the JSON sample functions with more
complex JSON examples.

Will need data and more comments in code.
2016-09-27 17:25:58 -04:00
..
AmbulanceDemos Updated PARTITION syntax to final syntax. 2016-09-23 14:11:41 -07:00
Builtin-UDOs
DataFormats Changed Json Extractor to streaming read into reading all into memory at once. 2016-09-22 11:26:06 -07:00
Extensibility-Simple-Examples
FlexibleSchemaExtractor
HeaderOutputter
ImageApp Added more examples for Image app sample 2016-09-27 17:22:20 -04:00
IntroHOL-USQL
JSONExamples Added a JSON sample project 2016-09-27 17:25:58 -04:00
JsonSample
RangeReducer
SQLSpatialExample
Samples
TweetAnalysis
README.md

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.