Skip to content

daonb/open-data-server

 
 

Repository files navigation

Open data server 
================

HaSadna: http://yeda.us


Provides a frontend for accessing public data, either as API or as more complex web pages, with user/permission support etc.



Installation
============

(on linux)
$ sudo apt-get install mongodb
$ pip install -r requirments.txt
$ python run.py

- Use the sadna-data project to load data from standard files into the DB 

Samples
=======
- Go to "http://api.yeda.us/data/gov/knesset/mks"
- Go to "http://api.yeda.us/data/gov/knesset/mks?o=html"
- Go to "http://api.yeda.us/data/gov/knesset/mks?o=csv"
- Go to "http://api.yeda.us/data/gov/knesset/mks?lang=en"
- Go to "http://api.yeda.us/data/gov/knesset/mks/atias_ariel"
- Go to "http://api.yeda.us/data/gov/knesset/mks/atias_ariel?o=html"
- Go to "http://api.yeda.us/data/gov/knesset/mks/atias_ariel?o=html&lang=en"

About

Server for accessing public data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%