// PROJECTS.log
End-to-end Azure projects built on open datasets — ingestion through to live dashboards. Each demonstrates the full stack: pipelines, storage, orchestration, and visualisation.
// PROJECT_01
Real-time rail performance tracking across the national network
Ingests live train movement data from the National Rail Darwin API, processing arrivals, departures, and delay events across the UK network in real time. Feeds into a live RAG-status dashboard showing performance by operator, route, and time of day — with anomaly alerting when thresholds are breached.
Azure Pipeline (Production Level)
Tech Stack (Production Level)
What It Does
National Rail Darwin Push Port API (free registration) · networkrail.co.uk/open-data
// PROJECT_02
Live carbon tracking across Great Britain's electricity network
Pulls real-time carbon intensity data from the National Grid ESO API, tracking grams of CO₂ per kilowatt-hour by region across Great Britain. Visualises the live energy mix — wind, solar, gas, nuclear — and historical trends over rolling 24-hour and 7-day windows.
Azure Pipeline
Tech Stack
What It Does
National Grid ESO Carbon Intensity API · api.carbonintensity.org.uk — free, no auth required
// PROJECT_03
Personal music data engineered into a full Azure analytics platform
Connects to the Spotify Web API to extract personal listening history, track audio features — tempo, energy, danceability, valence — and artist and genre data. Builds a full medallion data model in Azure, surfacing listening trends, mood patterns, and top artist breakdowns through a custom embedded JS dashboard.
Azure Pipeline
Tech Stack
What It Does
Spotify Web API (free developer account) · developer.spotify.com