2017 04 11 - guanpu/soccer GitHub Wiki

What's Done

  • Transform sqlite data from Kaggle to Local Mysql with JPA.
  • Nodejs fetcher ready to fetch all match related data(odds, lineups) and later corresponding results.

Currently undergoing

  • Deploy a nodejs fetcher in VPS to fetch all team_names from soccer-odd for future comparison.(already done, waiting for the final result, hopefully this would be done next week--since league matches come at weekend)
  • A standalone nodejs function to generate unified team_names between team-name in database & team-name from the lineup website.(Still several team-name is hard for simple-program to recognize, finally might need to resort to manual check)
  • A prototype of notification system, basically responsible to send an email when matched matches comes or system error happens. (Need to optimize the content and title of the email sent, also need to get subscriber's list from somewhere instead of only mine email with hard code, not push to github repo)

TODOs in future

  • Pick up attributes and train the model with WEKA
  • Make all data & code more structuralized