etl
Version:
Collection of stream-based components that form an ETL pipeline
27 lines (26 loc) • 592 B
JSON
{
"name": "etl",
"version": "0.3.0",
"description": "Collection of stream-based components that form an ETL pipeline",
"main": "index.js",
"author": "Ziggy Jonsson (http://github.com/zjonsson/)",
"repository": {
"type": "git",
"url": "http://github.com/ZJONSSON/node-etl"
},
"scripts": {
"test": "mocha"
},
"license": "MIT",
"dependencies": {
"bluebird": "~3.2.2",
"csv-parser": "~1.8.0",
"moment": "~2.10.6",
"streamz": "~1.5.1"
},
"devDependencies": {
"mongodb": "~2.1.6",
"elasticsearch": "~8.2.0",
"mysql": "~2.9.0"
}
}