https://github.com/erickwendel/streams-api-throttling-processing-data
Example of how to process 500K items respecting rate limit of external APIs
https://github.com/erickwendel/streams-api-throttling-processing-data
streams tutorial
Last synced: 9 months ago
JSON representation
Example of how to process 500K items respecting rate limit of external APIs
- Host: GitHub
- URL: https://github.com/erickwendel/streams-api-throttling-processing-data
- Owner: ErickWendel
- Created: 2022-11-03T15:57:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T18:39:28.000Z (over 3 years ago)
- Last Synced: 2025-04-04T21:13:11.925Z (about 1 year ago)
- Topics: streams, tutorial
- Language: JavaScript
- Homepage: https://youtu.be/tNjmQxwD1TM
- Size: 24.4 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streams-api-throttling-processing-data
## About
Welcome, this repo is part of my [**youtube video**](https://youtu.be/tNjmQxwD1TM) about Example of how to process 500K items respecting rate limit of external APIs
First of all, leave your star 🌟 on this repo.
Access our [**exclusive telegram channel**](https://bit.ly/canalerickwendel) so I'll let you know about all the content I've been producing
## Complete source code
- Access it in [app](./recorded/)

## Have fun!