datapackage-ckan

0.2.1 • Public • Published

Javascript and Node library for connecting Data Packages to CKAN.

Specifically the library supports:

  • Pushing / importing a complete Data Package including data files into CKAN (data gets stored in the CKAN DataStore).
  • Pushing individual resources with their data to CKAN

If you want to have a nice command line interface we recommend using the ckan command in dpm (Data Packagfe Manager).

Installation

NPM

npm install datapackage-ckan

Usage

var dp2ckan = require('datapackage-ckan');

var pusher = dp2ckan.Pusher(ckanInstanceUrl, ckanApiKey);
pusher.push(pathToDataPackage);

License

(c) 2014 Rufus Pollock

Licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i datapackage-ckan

Weekly Downloads

4

Version

0.2.1

License

none

Last publish

Collaborators

  • rufuspollock