Extension PublicData.eu


Extension Basics

Title
PublicData.eu
Name
ckanext-pdeu
Type
Public extension
Description
Custom CKAN extension for PublicData.eu (Europe's Public Data), providing customizations, DCAT API, and multiple harvester plugins for European data portals.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-12-02 13:38:48)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-pdeu

Custom CKAN Extension for PublicData.eu — Europe’s Public Data.

Installation

  1. Clone the repository.
  2. Install:

    python setup.py develop
    pip install -r pip-requirements.txt
    

Config Settings

pdeu.beta = true
ckan.plugins = stats dcat_api pdeu_customizations
ckan.site_title = publicdata.eu
ckan.site_description = Europe's Public Data

Plugins

Includes multiple harvester plugins for European data portals:

  • pdeu_customizations — Core customizations
  • ckan_pdeu_harvester — CKAN PDEU harvester
  • data_publica_harvester — Data Publica harvester
  • opengov_se_harvester — OpenGov SE harvester
  • data_london_gov_uk_harvester — Data London harvester
  • data_wien_gv_at_harvester — Data Wien harvester
  • opendata_paris_fr_harvester — OpenData Paris harvester
  • digitaliser_dk_harvester — Digitaliser DK harvester
  • piemonte_harvester — Piemonte harvester
  • opendata_cat_harvester — OpenData Cat harvester
  • ckan_berlin_harvester — CKAN Berlin harvester
  • ckan_overheid — CKAN Overheid harvester
  • pdeu_dcat_xml_harvester — PDEU DCAT XML harvester
  • pdeu_dcat_json_harvester — PDEU DCAT JSON harvester

Note: Master branch intended for CKAN 2.0; task-migrate-to-ckan-1.7 branch for CKAN 1.7.

Related JSON

Includes a JSON dump (related.json) of Apps & Ideas for loading as CKAN Related Items via paster commands.

License

Not specified

Version
0.2
Version release date
2015-12-02
Contact name
Open Knowledge Foundation
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Add plugins to ckan.plugins. Requires ckanext-harvest and ckanext-dcat. Set pdeu.beta = true for beta mode.

Plugins to configure (ckan.ini)
pdeu_customizations dcat_api ckan_pdeu_harvester data_publica_harvester opengov_se_harvester data_london_gov_uk_harvester data_wien_gv_at_harvester opendata_paris_fr_harvester digitaliser_dk_harvester piemonte_harvester (und weitere)
CKAN Settings (ckan.ini)
# pdeu.beta = true
# ckan.site_title = publicdata.eu
# ckan.site_description = Europe's Public Data
DB migration to be executed
(not set)
<< back to Extensions