0.4.2 • Published 10 years ago

dpkg-squirrel v0.4.2

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

squirrel

Runs stuff in batch from some datapackage.json metadata, give them some inputs and package the outputs adding resources to the datapackage.

Usage

var Sqrl = require('dpkg-squirrel');
var dpgk = require('datapackage.json);

var sqrl = new Sqrl();
sqrl.runMap(dpkg, {concurrency: 4}, function(err, dpkg){
   //everything has been run;  dpkg.ressources has been appended
});
sqrl.on("step", function(data){console.log('pipeline step completed (%s)', data)});

Tests

npm test

Licence

MIT

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

11 years ago