bigquery in windows

18

Upload: yoshifumi-kawai

Post on 15-Jul-2015

1.749 views

Category:

Technology


1 download

TRANSCRIPT

Work

http://grani.jp/

C#

Unity

Private

http://neue.cc/

@neuecc

https://github.com/neuecc/UniRx

in Windows

Windowsネイティブのイベント処理機構

Provider

Consumer

ログ収集・転送

EventSource(C#)Event Tracing for

Windows(ETW)

SLAB

BigQuery

Plugin(C#)

BigQuery

テーブル名_YYYYMMDD

テーブル名_YYYYMMDD

LINQ to BigQuery

作りました。https://github.com/neuecc/LINQ-to-BigQuery/

C#用のBigQuery ORM

制限なし

何が嬉しい?IntelliSenseが効く!

何が嬉しい?IntelliSenseが効く!

Snapshot Decorator、手打ちは無理SELECT * FROM [githubarchive:github.timeline@1411398000000000]

From<github_timeline>().WithSnapshot(new DateTime(2014, 9, 23))

From<github_timeline>().WithRange(TimeSpan.FromHours(10))

Demo...

Windows + BigQueryイイね!

C# + LINQ + BigQueryイイね!