This project defines the data model of ReportHub and extracts current models from MongoDB
- Install the latest version of python and virtualenv.
virtualenv installation:
https://virtualenv.pypa.io/en/latest/installation.html
- Clone this repository
git clone git@github.com:iMMAP/reporthub-db.git
- Create virtualenv environment
cd reporthub-db
virtualenv --python=<YOUR_LOCAL_PYTHON_PATH> .venv
- Install packages
pip install -r requirements.txt
- Activate your environment
source .venv/bin/activate
Following models are to be extracted:
- Activity
- Location
- Beneficiary
- Stock
- Project
- Report