BigQuery
Squid は BigQuery database に接続し、Squid application の data source として使用できます。
BigQuery は、data の value を最大化するための fully managed かつ AI-ready な data analytics platform です。multi-engine、multi-format、multi-cloud 向けに設計されています。
BigQuery database を Squid と統合するには、次の step を完了します。
- Squid Console を開き、BigQuery と使用する application を選択します。
- Connectors tab をクリックし、Available connectors をクリックします。
- BigQuery connector を選択します。
- 次の configuration information を指定します。
- Connector ID - 簡潔で connector の識別に役立つ ID を選択します。
- Project ID - Google Cloud project ID。
- Service Account Email - BigQuery との authentication に使用する Service Account の email。Google Cloud Service Account の詳細については、Google Cloud documentationを参照してください。
- Dataset ID - BigQuery dataset ID。詳細については、dataset に関する Google Cloud documentationを参照してください。
- Private Key - Service Account credential。Google Cloud Service Account の詳細については、Google Cloud documentationを参照してください。credential は Squid Secretsを使用して安全に保存されます。
connection information を入力したら、Test connection をクリックして connection が正しく構成されていることを確認します。次に Add connector をクリックします。

Database の保護
default では security rule が必要です。production environment では、security rule なしで connector への access を許可しないことが不可欠です。database data の保護について詳しくは、security rules documentationを参照してください。
Squid で BigQuery data を操作する方法については、Client SDK documentationを参照してください。