You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

651 B

Restore this database

If you want to use the exact, final data from the videos, you can restore this database into MongoDB.

  1. Make sure MongoDB is running (steps here: Windows, macOS, Linux)
  2. Run this command: mongorestore --drop --db snake_bnb ./snake_bnb/ in the same folder as you unzipped the data files (containing the snake_bnb folder).

You'll need mongorestore in your path for this to work. Otherwise use the full path.