In development, export from the live database and import scores locally
mongoexport --username foosball --password SecUre --host my.server:1337 --db foosball --collection scores --journal --out scores.json
mongoimport --db foosball --collection scores --file scores.json