Skip to content

Database Helper

Abraham Riedel-Mishaan edited this page Aug 3, 2018 · 1 revision

Contained in the database_helper folder, this module is the only interface for communicating with the mongodb database set up to track each app, its corresponding information, and analysis information. There are many functions, and they all should have their own documentation within the file. Broadly, this is where any function should go that interacts at all with the database, if you ever feel like you need to connect to the database directly, you should not be, only connect through DbHelper. More details on each function located within the file. It connects to the ip defined in constants.py with the user and pass there too.

Clone this wiki locally