Project made in order to learn nodejs streams and how to add throttling and avoid reaching rate limits of an API.
Generate a csv file to be used as input for the data-integration
project.
make generate-csv
Start the web server in the webapi
project (dont need to change directory).
make start-server
Start straming data from the data-integration
project.
make start-streaming
This project was made following the tutorial of Erick Wendel.