GCP Cloud Functionsをデプロイ前にシミュレーションする【Functions Framework】 Google Cloud Functionsをデプロイ前にテストする、Functions Frameworkの使い方を紹介します。 2022.02.08 GCPGoogle Cloud FunctionsGoogle Cloud ShellPython
GCE Google Compute Engine上にcode-serverをサクっと設置する VSCodeのサーバ版といえる、Code-ServerをGoogle Compute Engine上にデプロイする方法を紹介します。 最低限の設定だけ書いたのでサクッと環境を作りたい方におすすめです! 2022.01.31 GCEGCPプログラミング
BigQuery Google BigQueryで数字をカンマ区切りにする Format関数を使います。 SELECT FORMAT("%'d", x) AS num FROM ( SELECT 10000 AS x UNION ALL SELECT ... 2022.01.11 BigQueryGCPSQLプログラミング
GCP Google Cloud ShellにPyArrowをインストールする Google Cloud Shellでpyarrowがインストールされていないとエラーを吐いた際の対処法をご紹介します。 2021.08.24 GCPGoogle Cloud ShellSQLプログラミング