Felipe-RA / mongodb-vocabularies

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%