mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
- Create generate-test-data.js script for generating realistic demo data - Support for small (3 days), medium (14 days), and full (30 days) scales - Generates realistic user sessions, pageviews, custom events, and revenue - Includes geographic diversity, device variety, and traffic source distributions - Implements proper UTM campaign tracking and conversion funnels - Uses direct Prisma writes for performance (~10k sessions in 5 minutes) - Add npm script: 'generate-test-data' for easy execution 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build-geo.js | ||
| build-prisma-client.js | ||
| check-db.js | ||
| check-env.js | ||
| download-country-names.js | ||
| download-language-names.js | ||
| format-lang.js | ||
| generate-test-data.js | ||
| merge-messages.js | ||
| postbuild.js | ||
| start-env.js | ||
| telemetry.js | ||
| update-tracker.js | ||