View repository source
nflendzonePipeline is the compute/orchestration layer that turns raw nflverse data into production-ready release artifacts.
What It Owns
- Weekly and season-level data extraction.
- Feature engineering for team/game modeling tables.
- Release publishing to
nflendzoneData.
- Scheduled automation for ETL and report refresh.
Primary Entry Scripts
data-raw/update_all_data.R |
End-to-end ETL refresh and feature generation |
data-raw/update_team_strength_model.R |
Weekly team-strength model update handoff |
data-raw/update_historic_odds_data.R |
Odds/event snapshot update |
Main Data Products
- Core stats:
nfl_stats_week_*, nfl_stats_season_*
- Football metrics:
elo, srs, epa, scores, turnover, redzone
- Modeling tables:
team_features, game_features, team_model, game_model
How It Connects
- Pulls source data from
nflverse.
- Builds and validates derived features.
- Publishes tagged outputs to
nflendzoneData.
- Feeds downstream app/model workflows.
Back to top