2 min read
Telemetry Platform

A real-time telemetry dashboard for the Austin area, and the Google Cloud implementation of an earlier Azure project. It ingests live Capital Metro bus positions via the GTFS-Realtime feed and OpenSky aircraft positions, and doubles as an SRE demo: live health and SLOs, latency and error metrics, an incident-simulation toolkit, a runbook, and a log viewer.

Built in Go on Cloud Run (scales to zero), with Firestore for storage, Cloud Scheduler for ingestion, Secret Manager for credentials, and a React dashboard served from the same container.

One honest limitation: OpenSky blocks GCP datacenter egress, so the flight layer does not populate from Cloud Run itself — flight data is pushed in from an off-cloud residential IP.