etl-gun

ETL Gun example project

This project is a simple example of using etl-gun library and can be blank for your new typescript projects.

It contains code to print all records from the ./data/test.csv file which has ‘fiction’ category.

Prerequisite

You need to have installed:

To run project

# Download the etl-gun sources
git clone git@github.com:top-guns/etl-gun.git

# Go to the example project folder
cd ./etl-gun/example-project

# Install all needed packages
npm install

# And run the project
npm start

License

This project is provided with MIT license.