Sample Data — Learn Product Analytics with ~5000 Realistic Events
The live demo at demo.stratif.io and the default local installation come pre-loaded with a sample e-commerce dataset.
What’s in it
- 5,000 users with randomised traits (country, device, plan)
- 90 days of event history
- E-commerce funnel with these events:
| Event | Description |
|---|---|
Home | User visits the homepage |
Search | User searches for a product |
ProductView | User views a product page |
AddToCart | User adds an item to their cart |
Purchase | User completes a purchase |
Suggested exploration
- Trends — plot
Purchaseover time to see daily conversion volume - Funnel — build
Home → Search → ProductView → AddToCart → Purchaseto measure conversion rates - Retention — set
Homeas the first action; see how many users return week-over-week - Paths — start from
AddToCartto explore what users do before and after - People — browse individual user profiles and their full event history
Connecting your own data
To replace the sample data:
- Go to Connections → New Connection
- Select your warehouse type and fill in credentials
- In the Schema tab, map your columns to
user_id,event_name, andtimestamp - Save the connection and set it as active
The sample DuckDB file is at data/dbs/sample.duckdb and can be deleted once you’ve connected your own warehouse.