Skip to content

hoangbdUET/wi-etl

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published