/mongodb-vocabularies

A Python app to connect, access and manipulate a MongoDB database containing a collection of vocabularies

Primary LanguagePythonMIT LicenseMIT

mongodb-vocabularies

A Python app to connect, access and manipulate a MongoDB database containing a collection of vocabularies

Required libraries, dependencies and tools

  • Pymongo pip install pymongo for client-db connections
  • datetime (default install on most python systems) pip install datetime
  • MongoDB (available here)

Code should run on any Python >= 3.4.x, but it was tested on 3.10 ver.