Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 723 Bytes

File metadata and controls

19 lines (12 loc) · 723 Bytes

etlcmd

Build Status

A utility to assist with the automation of ETL tasks.

Tasks and associated data-pipelines are defined using a configuration file. Support for easily extensible inputs and outputs. Comes with an embeded Javascript VM for dynamic transformations.

Currently has support for:

Module Mode
Unidata Read
MongoDB Write
CSV File Read/Write
JSON File Read/Write

Uses modules from the Ratchet library, as well as a number of custom ones (https://github.com/samuelhug/ratchet_processors)