0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【その2】Python で headless-chrome でのスクレイピング(Google Cloud SQL / Google Storage 構築編)

0
Posted at

はじめに

Google Cloud SQL 構築

  • GCP メニューより SQL を選択
スクリーンショット 2017-11-21 14.30.22.png
  • データベースエンジンは「MySQL」を選択し、「次へ」ボタンを押下
スクリーンショット 2017-11-21 14.30.38.png
  • インスタンスとして「第2世代を選択」ボタンを押下。
スクリーンショット 2017-11-21 14.30.47.png
  • インスタンスIDを入力し、「選択」ボタンを押下。マシンタイプも選択することができます。
スクリーンショット 2017-11-21 14.33.23.png
  • マシンタイプについて
カテゴリ マシン名 CPU メモリ
共有コアマシン db-f1-micro 1vCPU 614.4 MB
db-g1-small 1vCPU 1.7 GB
標準マシン db-n1-standard-1 1vCPU 3.75 GB
db-n1-standard-2 2vCPU 7.5 GB
db-n1-standard-4 4vCPU 15 GB
db-n1-standard-8 8vCPU 30 GB
db-n1-standard-16 16vCPU 60 GB
db-n1-standard-32 32vCPU 120 GB
db-n1-standard-64 64vCPU 240 GB
ハイメモリマシン db-n1-highmem-2 2vCPU 13 GB
db-n1-highmem-4 4vCPU 26 GB
db-n1-highmem-8 8vCPU 52 GB
db-n1-highmem-16 16vCPU 104 GB
db-n1-highmem-32 32vCPU 208 GB
db-n1-highmem-64 64vCPU 416 GB

Google Cloud Storage 構築

  • GCP メニューより「Storage」の「ブラウザ」を選択
スクリーンショット 2017-11-21 15.45.12.png
  • 「バケットの作成」を押下し「作成」ボタンを押下
スクリーンショット 2017-11-21 15.55.15.png
  • 完成
スクリーンショット 2017-11-21 16.09.30.png
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?