Skip to content

United-Way-of-Bengaluru/blc-data

Repository files navigation

Dashboard for Dise data to allow interactive dise data gathering

API Documentation - https://dise.uwbe.org.in/api/docs/

Backing up and restoring database

This is what I do as of now. For backing up -

pg_dump -Ox -h localhost -U uwbe uwbedise_olap > uwbe/dise/backups/uwbedise_olap-2013-11-08-0241-full.pgsql

For restoring the same -

sudo psql -U uwbe -h localhost uwbedise_olap < uwbedise_olap-2013-11-08-0241-full.pgsql

Indicators

  1. General

    • Rural
    • Urban
    • Government
    • Private
  2. Facility (negatives only)

    • Without Pucca Building
    • Classrooms needing repair
    • Without Toilets
    • Without Girls Toilets
    • Without Electricity
    • Without Secure Wall
    • Without Mid-Day-Meal
    • Without Drinking Water
    • Without Medical Checkup
    • Without Library
    • Without Blackboard
    • Without Playground
    • Without Ramps
  3. Teachers

    • Without separate room for HM
    • Without HM
  4. RTE

    • Without SDMC Constituted
    • Without SDMC Meetings
    • Without Text Books
    • With Children from Weaker Section Enrolled (PVT only)
  5. Compound Indicators

    • With enrolment < 25
    • With PTR > 35
    • With Girls:Boys Gender ratio < 1
  6. Range Indicators

    • With the number of class rooms between [] and []
    • With the number of Teacher between [] and []
    • With number of girls in class [] between [] and [____]
    • With number of boys in class [] between [] and [____]