Skip to content

Discuss new database setup for daily download stats

We are planning to create a new database dedicated to tracking daily download statistics.

Proposed database name: eclipse_daily_downloads_stats (open to suggestions)

Purpose:

This database will store tables named after each project and will contain both daily and aggregated download statistics.

Example table names:

  • daily_project_[nid]
  • daily_accumulative_project_[nid]

These tables will be automatically created by the PMI website when a project opts to track downloads for a specific release.

Infrastructure requirements:

  • Determine where the database will be hosted
  • Establish a backup strategy
  • Provide read/write access from the PMI pods (production and staging)
  • Provide read/write access from eclipse.org
Edited by Eric Poirier