https://github.com/opendatateam/udata-ckan
CKAN integration for udata
https://github.com/opendatateam/udata-ckan
ckan harvester open-data opendata udata
Last synced: 8 months ago
JSON representation
CKAN integration for udata
- Host: GitHub
- URL: https://github.com/opendatateam/udata-ckan
- Owner: opendatateam
- Created: 2017-10-11T15:44:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T13:11:37.000Z (about 1 year ago)
- Last Synced: 2025-04-10T13:43:50.135Z (about 1 year ago)
- Topics: ckan, harvester, open-data, opendata, udata
- Language: Python
- Size: 199 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CKAN
[](https://crowdin.com/project/udata-ckan)
CKAN integration for uData
## Usage
Install the harvester package in you udata environement:
```bash
pip install udata-ckan
```
The harvester will be automatically available as a backend choice.
## Develop
### Python dependencies
Assuming you are in an active virtualenv with `udata` installed and in the current project cloned repository directory, install all dependencies using:
```shell
pip install -e requirements/develop.pip
```
### CKAN instance
A docker-compose is availbe to start up a CKAN instance if you want to test your harvester on a custom catalog.
### Testing
Tests are located into the `tests` folder and be run with:
```shell
inv test
```