Skip to content

hasadna/obudget

 
 

Repository files navigation

Open Budget of the Israeli Gov

## This is the OLD website. For current development endeavors you should go to http://github.com/OpenBudget/BudgetKey

This projects makes it easy for citizens and their serveris to access the Israeli Budget. Based on files shared by the Accountant General, the system currently holds data from 1992 to 2012.

Other sources can be found here.

INSTALL

$ python bootstrap.py
$ bin/buildout
$ bin/test
$ bin/django syncdb --migrate
$ bin/django budget_lines_jsons_to_db data/master.json

If you'd like to work on the GWT based user interfce you'll have to install the GWT and gwt-visualization and update the path reference in src/obudget/gwt/src/build.xml.

UI

Point your browser at http://127.0.0.1:8000/gwt/obudget.html

To see the embed interface open the file found in src/samples/post.html

API

Currently the system includes a simple API to get data on a known budget row or section. Full API documentation can be found in our wiki.

Example:

To get the total and breakdown for the fire depatment::

$ curl http://127.0.0.1:8000/000610

About

A project for opening the Israeli Budget [OBSOLETE]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 99.4%
  • Other 0.6%