Generated Activity
Synthetic sessions, pageviews, account signups, newsletter signups, and page-level behavior for an imaginary website.
Case Study
A reusable analytics engineering project that generates realistic web analytics data for BI, SQL practice, dbt transformations, dashboarding, and data pipeline demos.
Overview
The project simulates page-level activity for an imaginary website, including sessions, pageviews, signups, newsletter signups, user/device/source behavior, time-based patterns, seasonality, randomness, and configurable behavior through YAML.
Synthetic sessions, pageviews, account signups, newsletter signups, and page-level behavior for an imaginary website.
Traffic volume, pages, sources, devices, seasonality, growth, randomness, and conversion rules are controlled through project configuration.
The goal is realistic practice data for dashboards, SQL analysis, dbt transformations, and reporting demos, not fake business claims.
Data generation
The generator creates believable analytics records without visiting real websites, scraping, or simulating fake users in a browser.
01
Configuration defines traffic behavior, page structure, event probabilities, seasonality, growth, and randomness.
02
A scheduled Python job generates synthetic daily web analytics records.
03
Generated data is loaded into Postgres at a page-level grain.
04
dbt models transform raw records into reporting-ready analytics tables.
05
The portfolio reads aggregated data server-side and renders a compact live dashboard.
Live dashboard
This dashboard queries the project database server-side and renders only aggregated metrics in the browser.
Select a report period and metric to inspect the generated daily data.
Sessions
12,799,095
Pageviews
34,769,529
Signups
440,384
Newsletter signups
312,252
Bounce rate
31.6%
Avg. time
2m 25s
2026-01-01 to 2026-07-14
Total Pageviews: 34,769,529
Daily average Pageviews: 178,305
Last generated date: 2026-07-14
Timestamp: Jul 14, 2026, 12:00 AM
Rows generated: 2,250
Status: Success
Test results: Success
Technical stack
The project combines generation, storage, transformation, scheduling, and reporting patterns that mirror real analytics workflows.