Skip to content

Latest commit

 

History

History

example-project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  • nodejs version 19 or more
  • npm

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.