UNPKG

etl

Version:

Collection of stream-based components that form an ETL pipeline

13 lines (12 loc) 343 B
var bulk = require('./bulk'); module.exports = { bulk : bulk, custom : bulk.bind(bulk,'custom'), index : bulk.bind(bulk,'index'), update : bulk.bind(null,'update'), upsert : bulk.bind(null,'upsert'), delete : bulk.bind(bulk,'delete'), find : require('./find'), mapping : require('./mapping'), scroll : require('./scroll') };