Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed Up API Calls with Concurrent Programming #198

Open
martinvonk opened this issue Mar 20, 2024 · 2 comments
Open

Speed Up API Calls with Concurrent Programming #198

martinvonk opened this issue Mar 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@martinvonk
Copy link
Collaborator

I think we should be able to speed the API call's using concurrent programming with Python's standard library package asyncio.

Some information on how to implement this by Arjan: https://www.youtube.com/watch?v=GpqAQxH1Afc

@martinvonk martinvonk added the enhancement New feature or request label Mar 20, 2024
@dbrakenhoff
Copy link
Collaborator

Worth checking out, and hopefully the servers on the other side won't mind more requests per minute 😇

@martinvonk
Copy link
Collaborator Author

Maybe we can start with the BRO API. That's the most modern API so that should work. Additionally, the requests to the BRO are big so concurrent programming should give the most benefit here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants