Kenya Renewable Energy Data Pipeline
This project builds a fully automated data pipeline that ingests Kenya's renewable energy data from four open sources — Ember Climate, IRENA, Our World in Data, and <http://EnergyData.info|EnergyData.info> — transforms it through a Bronze → Silver → Gold medallion architecture stored in a single DuckDB file, and serves it as a live Evidence.dev dashboard deployed via GitHub Actions to GitHub Pages. The pipeline tracks Kenya's progress toward its 2030 target of 100% renewable electricity across five analytical dimensions: generation mix, installed capacity, carbon intensity, electricity access, and geospatial grid infrastructure. It rebuilds automatically every day, requiring zero manual intervention to keep the data current. Bruin features used include; python assets, duckdb SQL assets, asset dependency graph, materialization strategies, built-in data quality checks, multi-language pipeline, CLI validation, single connection config, downstream execution, and checks only mode.