Skip to content

iMMAP/reporthub-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project defines the data model of ReportHub and extracts current models from MongoDB

Quick install

  1. Install the latest version of python and virtualenv.
virtualenv installation:
https://virtualenv.pypa.io/en/latest/installation.html
  1. Clone this repository
git clone git@github.com:iMMAP/reporthub-db.git
  1. Create virtualenv environment
cd reporthub-db
virtualenv --python=<YOUR_LOCAL_PYTHON_PATH> .venv
  1. Install packages
pip install -r requirements.txt
  1. Activate your environment
source .venv/bin/activate

Data Model

Following models are to be extracted:

  • Activity
  • Location
  • Beneficiary
  • Stock
  • Project
  • Report

About

Data Model extractor for reporthub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages