
Real-time Analytics Dashboard
This analytics platform was built to capture and aggregate clickstream events in real time. It utilizes an event queue built on Redis, which acts as a buffer before running batch-inserts into TimescaleDB. The frontend leverages custom D3.js components integrated into Next.js, displaying rolling timeseries, geographical heatmaps, and event breakdown tables. It handles 5000+ operations/sec with minimal CPU overhead.