wi-etl

1.0.4 • Public • Published

#wi-etl (Export-Transform-Load)

npm i --save wi-etl

let wiETL = require('wi-etl');
let sourceDB = {};
let destitantionDb = {};
let tablesQueue = ['project','well','dataset'];
wiETL.configSourceDb(sourceDB);
wiETL.configDestinationDb(destitantionDb);
wiETL.executeJob(tablesQueue, function(err, success) {
    console.log("Done!")
});

Readme

Keywords

none

Package Sidebar

Install

npm i wi-etl

Weekly Downloads

4

Version

1.0.4

License

ISC

Unpacked Size

36.5 kB

Total Files

11

Last publish

Collaborators

  • hoangbduet