ESPN Ingest Admin
Trigger ingestion jobs and watch them live.
Data freshness
loading…
Canonical ingestors
Pick one or more named ingestors. Order is preserved (run in dependency order, e.g. core → teams).
Recent events
Re-pulls the scoreboard for each of the last N days (both leagues). Idempotent — upserts only fix missed games. Cheap nightly job.
Season backfill
Full season of events for one league. NFL year is the start year (2025 → 2025-26 season); NBA year is the end year (2026 → 2025-26 season).
Box scores
Per-player game stats for every existing event in the chosen league.
All NFL athletes
Walks ESPN's core /athletes index — every player ever (active + retired). Long-running.
Freeform
Pass any flags through to `python -m espn_db.ingest.run`. Args are shlex-split (no shell, safe). Examples: `events --dates 20260415` or `--boxscores nfl`.
Recent runs
loading…