diff --git a/data/README.md b/data/README.md new file mode 100644 index 0000000..65de049 --- /dev/null +++ b/data/README.md @@ -0,0 +1,7 @@ +# Directions to restore this data into MongoDB + +To restore any of these databases to MongoDB, you'll need to uncompress them and then run this command: + +``` +mongorestore --drop --db DATABASE /path/to/unziped/dir +``` \ No newline at end of file diff --git a/data/bookstore.zip b/data/bookstore.zip new file mode 100644 index 0000000..fbf81ba Binary files /dev/null and b/data/bookstore.zip differ