Top Banner
18

BigQuery in Windows

Jul 15, 2015

Download

Technology

Yoshifumi Kawai
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: BigQuery in Windows
Page 2: BigQuery in Windows

Work

http://grani.jp/

C#

Unity

Private

http://neue.cc/

@neuecc

https://github.com/neuecc/UniRx

Page 3: BigQuery in Windows

in Windows

Page 4: BigQuery in Windows
Page 5: BigQuery in Windows
Page 6: BigQuery in Windows

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

Provider

Consumer

Page 7: BigQuery in Windows

ログ収集・転送

EventSource(C#)Event Tracing for

Windows(ETW)

SLAB

BigQuery

Plugin(C#)

BigQuery

Page 8: BigQuery in Windows

テーブル名_YYYYMMDD

Page 9: BigQuery in Windows

テーブル名_YYYYMMDD

Page 10: BigQuery in Windows

LINQ to BigQuery

Page 11: BigQuery in Windows

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

C#用のBigQuery ORM

制限なし

Page 12: BigQuery in Windows

何が嬉しい?IntelliSenseが効く!

Page 13: BigQuery in Windows

何が嬉しい?IntelliSenseが効く!

Page 14: BigQuery in Windows

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

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

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

Page 15: BigQuery in Windows

Demo...

Page 16: BigQuery in Windows
Page 17: BigQuery in Windows

Windows + BigQueryイイね!

C# + LINQ + BigQueryイイね!

Page 18: BigQuery in Windows