Skip to content

jasonbio/statstrac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statstrac - open source NFL statistics platform

statstrac is still very much in beta and not all views/pages are working yet

statstrac visualizes, compares and manipulates raw NFL statistics from nfldb in the hopes of creating a flexible, easy to use web-based tool for research, projections and fun. http:https://statstrac.com/

Concept

Using PostgREST to expose RESTful access to nfldb yields an extremely flexible dataset to have fun with. statstrac requests data from nfldb through PostgREST and then visualizes the results using Bootstrap, jQuery, and other front-end tools. statstrac also caches data for performance improvements by identifying static routes that are not likely to change for long periods of time (past seasons, inactive players, etc). statstrac runs PostgREST locally, like an internal API.

Requirements

  • nfldb - must have a running instance of nfdb via PostgreSQL
  • PostgREST - Run PostgREST locally for easy RESTful access to nfldb
  • Web server running PHP>=5.4

Installation

Coming soon

Disclaimer

statstrac is not affiliated with The NFL. All logos, names, and other trademarks are copyright of their respective owners. statstrac makes no guarantee about the accuracy or completeness of the information herein.