Skip to content

openknowledge-archive/datapackage-ckan-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Javascript and Node library for connecting Data Packages to CKAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published