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.
You need to have installed:
# 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
This project is provided with MIT license.