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!")
});

Dependencies (11)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i wi-etl

    Weekly Downloads

    1

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    36.5 kB

    Total Files

    11

    Last publish

    Collaborators

    • hoangbduet