Skip to content

A catalog of more than 2,500 machine-readable, standard KPIs used by nonprofits to measure their impact and report to their funders

License

Notifications You must be signed in to change notification settings

hikaya-io/indicator-library

This branch is 1 commit ahead of, 2 commits behind master.

Folders and files

NameName
Last commit message
Last commit date
Nov 15, 2019
Nov 15, 2019
Apr 11, 2020
Sep 11, 2018
Oct 29, 2022
Nov 15, 2019
Jan 25, 2018
Jan 17, 2018
Aug 29, 2018
Sep 13, 2018
Jan 25, 2018
Nov 15, 2019
Jan 25, 2018
Jan 25, 2018
Aug 29, 2018
Aug 29, 2018
Nov 15, 2019
Nov 15, 2019

Repository files navigation

Indicator Library

Background

TolaData is supporting an open source project called the Indicator Library, which started as an exercise to collect and compile nearly 2,500 commonly used indicators used by NGOs and donors in the international development and humanitarian sector as well as to include indicators used for corporate reporting on the SDGs.

The project’s goal is to improve the use of indicators by promoting standard, reusable indicators alongside guidance to help users effectively plan and collect useful data for their projects.

Interested in contributing?

See our tasks list: https://github.com/toladata-ce/indicator-library/projects/1

Install

Here are the steps to create tables in PostgreSQL

  1. Set up Postgres

  2. Run Django Application:

    python manage.py runserver

    • Install django with ͞pip install django͟.
    • Verify version 2.0.2 with django-admin –version
    • pip install psycopg2 (2.7.4)
    • pip3 install djangorestframework
    • python manage.py runserver
  3. psql -U postgres with your password -create user and password;

    • create database indicator_library
    • grant all privileges on database indicator_library to indlib
    • python manage.py migrate
    • Psql with indlib account, it creates the following tables: auth_group
      auth_group_permissions
      auth_permission
      auth_user
      auth_user_groups
      auth_user_user_permissions django_admin_log
      django_content_type
      django_migrations
      django_session

For dev and Tola team

  • run scripts/Csvtomodel.py file with the clean dataset provided in the django shell(python manage.py shell)

About

A catalog of more than 2,500 machine-readable, standard KPIs used by nonprofits to measure their impact and report to their funders

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published