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-csvStart the web server in the webapi project (dont need to change directory).
make start-serverStart straming data from the data-integration project.
make start-streamingThis project was made following the tutorial of Erick Wendel.