>_ No Evil Star, LLC Project terminal
← Project Pages

cat /projects/ball-hogs/manifest.md

Ball Hogs

Personal experiment

NBA and NFL sports and fantasy database work for future fantasy applications, analysis chassis, and a larger data platform.

Story

What this project is really about

Ball Hogs starts as a sports data warehouse instead of a shiny fantasy app. The first move is deliberately unglamorous: pull NBA player, team, league, draft, schedule, and game data into database tables that preserve the API shape. Once the raw feed is trustworthy, the useful fantasy views, comparison layers, and decision tools can sit on top.

The project is still early, but the intent is clear: build the chassis for sports analysis before building the hot takes. NBA is the first feed, NFL is the next obvious expansion, and the long-term version is a data platform that can support fantasy tools, analysis notebooks, and application features without rebuilding the ingestion layer every season.

Architecture

System shape
NBA API and future NFL feeds
        |
        v
ETL scripts + proxy-aware API utilities
        |
        v
1:1 SQLAlchemy source models
        |
        v
sports database -> fantasy views -> future apps