Ctrl K
Cloud and Data Platforms
4 notes on cloud and data platforms.
4 results
BigQuery to Cloud Storage Archive
Archive selected BigQuery tables to Cloud Storage as Parquet, then validate that the exports can be downloaded and read back.
Google Cloud SDK and Local BigQuery Setup
Install Google Cloud CLI globally on the host while keeping each client's gcloud config, Python venv, and BigQuery auth isolated per project.
Text to Speech with Amazon Polly and SSML
Generate single-voice narration MP3s from SSML using Amazon Polly neural voices, chunked by paragraph and concatenated with ffmpeg.
Upload Large Files to S3 with the AWS CLI
Upload multi-gigabyte files to S3 with the AWS CLI's parallel multipart upload instead of the browser console, and keep a long transfer alive.