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

Concurrent source data downloads #12

Open
camisatx opened this issue May 17, 2016 · 0 comments
Open

Concurrent source data downloads #12

camisatx opened this issue May 17, 2016 · 0 comments

Comments

@camisatx
Copy link
Owner

Add the ability for different data sources to have their data downloaded concurrently. The current linear approach takes far too long.

These sources can be downloaded simultaneously:

  • Quandl
  • Yahoo Finance
  • Google Finance

This change should only require changes within pySecMaster.py to allow this to happen (via the data_download function).

The biggest issue with this change would be the database not keeping up, but the Yahoo and Google extractors are heavily rate limited, so this should be minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant