ALPHA
MOBILE

Downloads

All of the downloads are gzipped mysqldumps.

There's a download containing the schema for the tables referenced in the data dumps:

There's a download containing the aggregated stats for all runs:

There's a download file for each run for desktop ("IE") and mobile ("iPhone"):

The downloaded file was generated by mysqldump and then gzipped. The mysqldump file does not contain the commands to create the MySQL database and tables. To restore these mysqldumps:

  1. Import the schema dump to create the tables.
  2. Ungzip the downloaded mysqldump data file:
    gunzip MYSQLDUMP_FILE.gz
  3. Import the mysqldump file using this command:
    mysql -u MYSQL_USERNAME -pMYSQL_PASSWORD -h MYSQL_HOSTNAME MYSQL_DB < MYSQLDUMP_FILE