Role: Data Analyst / Analytics Engineer
Stack: PostgreSQL · DBeaver · SQL · Looker Studio
Deliverables: Layered warehouse (Bronze/Silver/Gold) · Star schema marts · BI dashboard
End-to-end SQL pipeline built in PostgreSQL with DBeaver; Gold layer consumed in Looker Studio.
Role: Data Analyst / Analytics Engineer
Stack: PostgreSQL · DBeaver · SQL · Looker Studio
Deliverables: Layered warehouse (Bronze/Silver/Gold) · Star schema marts · BI dashboard
This project implements a structured data warehouse in PostgreSQL using a three-layer approach (Bronze/Silver/Gold). Raw source extracts are landed in Bronze, standardized and cleaned in Silver, and reshaped into analytics-ready marts in Gold. The Gold layer is then used to power a Looker Studio dashboard for customer and product reporting.
The outcome is a transparent, scalable SQL pipeline that separates raw ingestion from business logic and supports both BI and ad-hoc analysis.
Create a reliable warehouse foundation for CRM + ERP data that enables:
Layered Warehouse Design
Bronze (Raw)
Silver (Clean & Conformed)
Gold (Business-Ready)
Sources → Bronze → Silver → Gold → Consumption
Star Schema (Reporting-First)
The Gold layer is designed for semantic clarity and BI performance:
fact_sales (event-level measures at a defined grain)dim_customers, dim_products (conformed attributes for slicing)This structure supports stable metrics, consistent joins, and scalable reporting.
Standardization Pattern
Key transformation categories:
Dashboard: Customer & Product Report
The Looker Studio dashboard consumes the Gold layer to provide:
Planned upgrades