Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

thriuin/ckanext-drupal

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

ckanext-drupal

This is simple CKAN extension that works with the od_package (https://github.com/open-data/od_package) Drupal module.

Right now, this extension reads some basic package information from the Canadian Government meta-data schema and writes it into the database table (od_package) created by the module.

For now, this package does not use SQLAlchemy and simply reads and writes directly using psycopg2.

To use this extension, it is necessary to set the configuration value "ckan.drupal.url" in your CKAN configuration file. This value provides the Postgres database URL needed to write into the table. For example: `` ckan.drupal.url = postgresql://user:password@host/database``

About

This is simple CKAN extension that works with the od_package Drupal module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages