mirror of
https://github.com/ogdch/ckanext-zhstat.git
synced 2026-08-25 22:04:15 +00:00
Harvester for the Statistical Office of Canton of Zurich | Read-only mirror of https://github.com/ogdch/ckanext-zhstat — Bundesamt für Statistik. Issues & pull requests at the source.
- Python 93.1%
- Shell 6.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| ckanext | ||
| scripts | ||
| .gitignore | ||
| .travis.yml | ||
| build.sh | ||
| LICENSE | ||
| pip-requirements.txt | ||
| pre-commit.sh | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
ckanext-zhstat
Harvester for the Statistical Office of Canton of Zurich
Installation
Use pip to install this plugin. This example installs it in /home/www-data
source /home/www-data/pyenv/bin/activate
pip install -e git+https://github.com/ogdch/ckanext-zhstat.git#egg=ckanext-zhstat --src /home/www-data
cd /home/www-data/ckanext-zhstat
pip install -r pip-requirements.txt
python setup.py develop
Make sure to add zhstat and zhstat_harvester to ckan.plugins in your config file.
For development
- install the
pre-commit.shscript as a pre-commit hook in your local repositories: **ln -s ../../pre-commit.sh .git/hooks/pre-commit
Run harvester
source /home/www-data/pyenv/bin/activate
paster --plugin=ckanext-zhstat harvester gather_consumer -c development.ini &
paster --plugin=ckanext-zhstat harvester fetch_consumer -c development.ini &
paster --plugin=ckanext-zhstat harvester run -c development.ini