👷 Developed by Matheus Ramalho de Oliveira
🔨 Brazilian Software Engineer
🏡 Goiânia, Goiás, Brasil
✉️ kastorcode@gmail.com
👍 instagram.com/kastorcode
This script uses the best possible practice for working with files on demand in Node.js. We will concatenate unlimited gigabytes of information from different files converting from CSV to JSON, taking the data we are interested in and converting it back from JSON to CSV, all using streams.
- Make a clone of this repository;
- Create a folder called
dataset
; - Download 2 data packs:
https://kaggle.com/datasets/stackoverflow/so-survey-2017
andhttps://kaggle.com/datasets/stackoverflow/stack-overflow-2018-developer-survey
; - Extract the data into the
dataset
folder; - Open the project folder in a terminal;
- Run
yarn
to install dependencies; - Run
yarn start
to start the concatenation.
<kastor.code/>