
The solution to Homework 6.5 M101JS: MongoDB for Node.js Developers
Homework: Homework 6.5 In this homework, you will build a small replica set on your own computer. We will check that it works with validate.js, which you should download from the Download Handout link. Create three directories for the three mongod processes. On UNIX or mac, this could be done as follows: mkdir -p /data/rs1 [...]