Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 511 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 511 Bytes

Python_MongoDB_database

Python code to demonstrate the use Python pickle, MongoDB (PyMongo) libraries for data storage.

instructions:

  • Windows compatible
  • In order to run the code (database_code1.py), the user need to have MongoDB already installed in their systems
  • Mongod.exe must be up and running in the background !!! although start_mongodb.py will automatically check for the files in C:\Program files
  • If mongod.exe is intalled in some other directory, change the path in start_mongodb.py code