LoginSignup
12
12

More than 5 years have passed since last update.

BigQuery の新機能リリースの気配を感じる方法

Last updated at Posted at 2015-12-18

概要

https://www.googleapis.com/discovery/v1/apis/bigquery/v2/rest っていう API がありまして、これをいつも見てれば、差分で新機能の気配がわかりますよ。という話です。

API の中身

  • URL を叩くと、ゴリっと BigQuery API の Spec を表す JSON が返ってきます
  • JSON だと読みにくいので、下のようなワンライナーで YAML に変えて読んでます
curl https://www.googleapis.com/discovery/v1/apis/bigquery/v2/rest | ruby -r json -r yaml -e 'puts JSON.parse(STDIN.read).to_yaml'

気配を察知した例

User define function

気配

リリース

Explanation

気配

リリース

まとめ

BigQuery の新機能をリリースよりもちょっと(1ヶ月くらい)早く予感したければ、https://www.googleapis.com/discovery/v1/apis/bigquery/v2/rest の差分を監視すると面白いですよ。というお話でした

12 月 18 日

今日はわしの誕生日なんですが、毎年「ウィッシュリストに入れてるからには読めよ」などと言いながら難しい本を送りつけて下さる方が続出しております。ほんと勘弁して欲しいですね

12
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12