In [1]:
import cf2mongo

Start MongoDB server!
Local data files are located in C:\Data\db
This directory must exist in order for the following to work!
If a custom location is desired, see mongoDB documentation online.

Do the following to initialize server on local Windows PC:

  1. Open a command prompt
  2. Navigate to C:\Program Files\MongoDB\3.4\bin
  3. Execute mongod.exe

The cf2mongo.run_conversion function will now be able to connect to the database.


In [ ]:
cf2mongo.run_conversion(False)