Posts List

Google Drive to BigQuery with Cloud Functions

This post walks through the serverless ETL pipeline I built using Google Cloud Functions that takes a Monefy CSV export from Google Drive and loads it into a BigQuery table for analysis. It’s a configuration-driven, event-based system that automatically processes files uploaded to Google Drive, parses the data and loads it into BigQuery.