U-SQL Examples and Issue Tracking
Перейти к файлу
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
Debugging Adding MD file for Number of Columns error 2016-04-13 15:40:34 -07:00
Documentation/Hands_On_Labs Fixed typo in HOL tvf samples 2016-01-06 19:54:40 -08:00
Examples Added a JSON sample project 2016-09-27 17:25:58 -04:00
.gitattributes Added Custom Outputter that writes the column names 2016-01-02 13:42:02 -08:00
.gitignore Initial commit 2015-10-13 11:43:05 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-11-20 12:34:45 -08:00
FAQ.md Added SQL Server BCP UTF-16 requirement 2016-04-18 22:33:36 -07:00
LICENSE.txt Create LICENSE.txt 2015-11-20 11:13:43 -08:00
README.md Update README.md 2016-07-04 13:07:53 -07:00

README.md

U-SQL

U-SQL is a new language from Microsoft for processing big data. U-SQL combines the familiar syntax of SQL with the expressiveness of custom code written in C#, on top of a scale-out runtime that can handle any size data.

What is this site?

This site is the front door to the repo are where you can find libraries, tools and more for extending U-SQL. More importantly, it's a direct line back to the team for bugs, feature requests, suggestions. We will also be placing design proposals and track features coming in upcoming releases. We're super excited about U-SQL, and we hope that you are too.

How can I learn more?

Here are a few links with a lot more information:

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact

Other