This project uses an AngularJS frontend that gets data from a Python Flask backend.
The data comes from a public API that the game creator has made available. To enable
further long term analysis and to avoid API limits, the data is stored in a PostgreSQL
database. The Angular frontend allows for instant sorting of the data on any column,
without any calls back to the server. You can see it in action
here.