Skip to content

edavis25/Fantasy-Football-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy-Football-Database

Fantasy football data scraping bots, relational database, and data analysis.


Directory Tree:

  • analysis - Data analysis, charts, & projections.
  • dashboard - Web browser dashboard front-end
  • database - Relational database, SQL scripts, dump files, and raw data.
    • data - All scraped raw data. Duplicate player information.
      • 2016 - Current working data for 2016-17 season.
      • Everything else = mess of 2005-2015 data.
    • schema - SQL scripts, views, and data dump files.
      • SQLite - SQLite DB Schema and Views
      • MySQL - MySQL DB Schema and Views
  • data-scrapers - R and Java web bots used to scrape data.
    • UpdatePlayerStatus - Java app scrapes nfl.com for rosters and updates player status in DB.
    • fantasy-java-library - Small .jar file with commonly used functions in the java scrapers.

TODO:

  • Backup DB
  • Add 2016 postseason data
  • Clean project directory