Extension EZID External ID Provider


Extension Basics

Title
EZID External ID Provider
Name
ckanext-ezid
Type
Public extension
Description
EZID external ID provider for the ckanext-external_id plugin. Provides interface to California Digital Library's EZID service for DOI management.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-11-13 05:08:33)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

EZID Extension

This extension provides an interface to EZID for ckanext-external_id.

Requirements

  • ckanext-external_id
  • EZID account (username, password, namespace)

Features

  • Integration with California Digital Library’s EZID service
  • DOI/ARK identifier management
  • Works with ckanext-external_id plugin

Installation

git clone https://github.com/UoA-eResearch/ckanext-ezid.git
cd ckanext-ezid
python setup.py develop

Add ezid to ckan.plugins in your CKAN config file.

Configuration

Set your EZID credentials in the CKAN config file:

ckan.plugins = ezid

ckanext.ezid.username = your_ezid_username
ckanext.ezid.password = your_ezid_password
ckanext.ezid.namespace = your_ezid_namespace

Note

Developed by University of Auckland eResearch. Legacy extension from 2015.

Version
Version release date
(not set)
Contact name
University of Auckland eResearch
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘ezid’ to ckan.plugins. Configure ckanext.ezid.username, ckanext.ezid.password, and ckanext.ezid.namespace with your EZID credentials.

Plugins to configure (ckan.ini)
ezid
CKAN Settings (ckan.ini)
ckanext.ezid.username = your_ezid_username
ckanext.ezid.password = your_ezid_password
ckanext.ezid.namespace = your_ezid_namespace
DB migration to be executed
(not set)
<< back to Extensions