Go to file
Adrià Mercader 2c8eb94344 #1030 Move harvesting controller to ckanext-harvest 2011-03-14 17:04:41 +00:00
ckanext #1030 Move harvesting controller to ckanext-harvest 2011-03-14 17:04:41 +00:00
public/ckanext/harvest Add a link to the create page 2011-03-10 09:55:58 +00:00
templates/ckanext/harvest Hide delete links for now 2011-03-11 15:41:55 +00:00
.hgignore Ignore swap files 2011-03-10 09:44:31 +00:00
MANIFEST.in First draft of the Harvesting extension 2011-03-09 18:56:55 +00:00
README.rst Update README 2011-03-11 09:49:28 +00:00
setup.py #1030 Move paster harvester CLI command to ckanext-harvest 2011-03-14 13:34:48 +00:00

README.rst

ckanext-harvesting - CSW harvesting extension

This extension will contain all harvesting related code, now present in ckan core, ckanext-dgu and ckanext-csw.

Dependencies

You will need ckan installed, as well as the ckanext-dgu and ckanext-csw plugins activated.

Configuration

The extension needs a user with sysadmin privileges to perform the harvesting jobs. The user's API key must be defined in the CKAN configuration file (.ini) in the [app:main] section.

ckan.harvesting.api_key = 4e1dac58-f642-4e54-bbc4-3ea262271fe2

The API URL used can be also defined in the ini file (it defaults to http://localhost:5000/).

ckan.api_url = <api_url>