Граф коммитов

253 Коммитов

Автор SHA1 Сообщение Дата
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
Mike Rys 46403f6906 Added more examples for Image app sample
Includes a Processor and a feature extractor now. Also added more
comments to scripts and moved the constants into the Assembly.
2016-09-27 17:22:20 -04:00
Saveen Reddy 14d9314025 Merge pull request #55 from steventmayer/stemayer-StreamingJsonExtractor
Reduced Memory Footprint for JSON Extractor
2016-09-23 18:47:08 -07:00
Michael Rys 4567a846e3 Updated PARTITION syntax to final syntax.
PARTITIONED BY is now DISTRIBUTED BY
2016-09-23 14:11:41 -07:00
Michael Rys ad848ff7b0 updated to latest syntax regarding partitioning/distribution
PARTITIONED BY is now DISTRIBUTED BY
2016-09-23 14:10:33 -07:00
Steven Mayer 79f175865f Changed Json Extractor to streaming read into reading all into memory at once. 2016-09-22 11:26:06 -07:00
Michael Rys 03405b313e Updated PARTITION syntax to final syntax. 2016-09-21 23:59:59 -07:00
Michael Rys 0cc97d993c Fixed file set syntax.
{vid:*} -> {vid}
2016-09-16 01:16:16 -07:00
Mike Rys 85acecff2f Added link to blog post explaining registration 2016-08-25 23:48:10 -07:00
Mike Rys 93b3d5bc88 Fix a typo in comment 2016-08-25 11:40:52 -07:00
Mike Rys fb80448ac4 Add simple SQL Spatial type example
We will extend this sample over time.
2016-08-25 11:40:42 -07:00
Mike Rys dabd9fbd15 Added new Tweet set
Thanks to @AzureandChill for his contribution!
2016-08-25 11:39:49 -07:00
Mike Rys 16cafcd9f4 New Flexible Schema Extractor and some cleanup
Added new Flexible Schema Extractor sample with sample data.
Added USING clause to TweetAnalysis sample and updated syntax on CREATE
TABLE statement and file set pattern.
2016-08-15 01:20:03 -07:00
Florian Mader 521ed6c3e2 Update readme.md
Extractors.Csv(delimiter:'\b', quoting:false) doesn't work because deleimiter is not an argument (anymore?). Using .Csv() without delimiter argument also fails because json gets split into columns. Tsv() might have the same problem (depending on the input file) works for this demo, though. 
Also not defining an output causes an error.
2016-07-27 17:58:05 +02:00
rukmanig bd55d87444 Merge pull request #49 from Azure/rukmanig
Optimized NestedJsonProcessing example
2016-07-20 14:11:25 -07:00
rukmanig ffcf6bfe24 Optimized NestedJsonProcessing example 2016-07-20 14:10:16 -07:00
Mike Rys e1496b3385 Updated TweetAnalysis Example with new USING clause
Added USING clause to one of the files.
2016-07-15 18:29:22 -07:00
Mike Rys 5a3771da68 Update Newtonsoft Reference to v8.
Also reduce .Net V to 4.5 (from 4.5.2).
2016-07-14 14:04:50 -07:00
Saveen Reddy 827c3f911d Update README.md 2016-07-04 13:07:53 -07:00
Saveen Reddy 550c977f91 Update README.md 2016-06-22 08:55:55 -07:00
rukmanig d5820e57c1 Merge pull request #45 from Azure/rukmanig
Modified UDAGG example and added new sample file and image files
2016-06-21 01:31:18 -05:00
Rukmani Gopalan 943c4348d2 Modified UDAGG example and added new sample file and image files 2016-06-20 23:28:49 -07:00
rukmanig 453ccfce8d Merge pull request #44 from rukmanig/rukmanig-image
Adding simple extensibility examples
2016-06-20 18:15:17 -05:00
rukmanig ebc87efed2 Adding simple extensibility examples 2016-06-20 16:13:00 -07:00
rukmanig 01d91b3944 Merge pull request #43 from rukmanig/rukmanig-image
Add sample code to process images using U-SQL
2016-06-16 18:05:11 -05:00
rukmanig ed16800765 C:\Users\rukmanig\source\Repos\BigDataInternal\CustomCode_Usecases 2016-06-16 15:58:25 -07:00
rukmanig 823186708f Merge pull request #42 from Azure/rukmanig-patch-1
Adding link to the MSDN article for CREATE ASSEMBLY in the ReadMe
2016-06-16 17:38:31 -05:00
rukmanig 96d57817d1 Adding link to the MSDN article for CREATE ASSEMBLY in the ReadMe 2016-06-16 15:38:17 -07:00
Mike Rys 4bb7175000 Added Range Reducer sample
This answers a stackoverflow question and adds the sample for the
related MSDN blog post.
2016-06-07 17:44:11 -07:00
Mike Rys f0decea3b4 Updated TweetAnalysis TVF example to infer the result type 2016-06-07 17:43:11 -07:00
rukmanig 6ee5532ece Merge pull request #40 from Azure/jsonsample
Adding sample json files and documentation file
2016-05-17 16:02:48 -07:00
rukmanig 6e76315097 Adding sample json files in Samples/Data and documentation file - README.md 2016-05-17 15:58:51 -07:00
rukmanig 5fad9d5077 Deleting README file, will upload a non binary version. 2016-05-17 08:41:20 -07:00
rukmanig c5504f700c Merge pull request #39 from Azure/rukmanig
Checking in sample code to process JSON files using U-SQL.
2016-05-17 08:34:30 -07:00
Rukmani Gopalan bd2f7afc1e Checking in sample code to process JSON files using U-SQL. 2016-05-17 08:10:47 -07:00
rukmanig 5ef742792b Merge branch 'master' of https://github.com/rukmanig/usql.git 2016-05-16 14:11:53 -07:00
rukmanig 617a9d9ca9 Adding sample JSON files. 2016-05-16 14:11:36 -07:00
rukmanig 8d40312e32 Delete NestedJsonParsing.usql.cs 2016-05-16 13:19:27 -07:00
rukmanig bf7738949b Delete NestedJsonParsing.usql 2016-05-16 13:19:06 -07:00
rukmanig 9faa688f8b Delete JsonSample.usqlproj.user 2016-05-16 13:18:49 -07:00
rukmanig 8c233f63ac Delete JsonSample.usqlproj 2016-05-16 13:18:39 -07:00
rukmanig ed0baf1982 Delete JsonSample.sln 2016-05-16 13:18:31 -07:00
rukmanig 6eb1343929 Delete JsonParsing.usql.cs 2016-05-16 13:18:23 -07:00
rukmanig 7686429cd2 Delete JsonParsing.usql 2016-05-16 13:18:15 -07:00
rukmanig 1adfcda823 Adding JsonSample 2016-05-16 13:16:01 -07:00
matt winkler b12549c35b Create small_radio_json.json 2016-05-02 11:09:26 -07:00
Michael Rys c72dadab37 Added SQL Server BCP UTF-16 requirement
Also did some refactoring and a TOC.
2016-04-18 22:33:36 -07:00
rukmanig 7f7da843af Merge pull request #32 from rukmanig/master
MD file for easier reading.
2016-04-13 15:43:12 -07:00
Rukmani Gopalan e24629b5e7 Adding MD file for Number of Columns error
Adding MD file for Number of Columns error for easier reading from the
Github website.
2016-04-13 15:40:34 -07:00
Rukmani Gopalan 706767f3b5 Revert "Adding MD file"
This reverts commit 37f9f95a30.
2016-04-13 15:39:23 -07:00