timothyf / gameday_api

A Ruby API for using the Major League Baseball Gameday statistics data. MLB provides very deep statistics for all major league baseball games through Gameday. Statistics include not only the typical boxscore stats, but also down to the physics of every single pitch thrown in the game. You can find the speed, movement, and position of every pitch thrown. The Gameday API makes it easy for Ruby developers to work with all this statistical information. The test directory included with the source code contains many examples of how the API can be used. If you prefer to use SVN, the gameday_api is also available via an SVN repository at: http://code.google.com/p/gamedayapi/ If you like this project, be sure to also check out the Baseball-Tracker project also hosted on GitHub. Baseball-Tracker is a web application that uses the gameday_api. You can find a hosted version of Baseball Tracker at http://baseballstatz.heroku.com
http://gameday.timothyfisher.com/
MIT License
140 stars 42 forks source link

db_structure.sql #4

Open gwynp opened 11 years ago

gwynp commented 11 years ago

I'm trying to run the db importer and I'm running into issues. It seems to be trying to insert into tables that weren't created by the db_structure.sql. I have 8 tables in mysql, but the pitchfx_db_manager.rb has INSERT statements for 20 tables. Did I miss a step somewhere or is the db_structure missing some tables ?

jmatejka commented 11 years ago

Is there any word on this? Is there any way to get an updated database schema?

Thanks, Justin