Commit Graph

2 Commits

Author SHA1 Message Date
bot
c854ba2cf1 feat: add export statistics tracking for user data downloads 2024-12-17 12:10:02 +00:00
bot
cc30ec8ebd feat: add monthly export volume tracking to statistics module
Implement a new aggregation pipeline that computes total export volume per month, grouped by product category and destination region. The change introduces a `monthly_export_stats` collection updated via a scheduled cron job, with indexes on `year_month` and `category` for efficient querying. The statistics module now exposes a `/api/stats/exports/monthly` endpoint returning paginated results sorted by descending volume.
2024-12-17 12:05:07 +00:00