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

Make streaming API faster #45

Closed
tmaiaroto opened this issue Aug 26, 2014 · 1 comment
Closed

Make streaming API faster #45

tmaiaroto opened this issue Aug 26, 2014 · 1 comment

Comments

@tmaiaroto
Copy link
Member

The queries made using the streaming API endpoints (data by date range) comes in too slow. Queries may need to be executed concurrently (with a limit) and glued together in the right order if performance can't be found otherwise.

Additionally, the front-end dashboard may need to do a better job caching results so that it can simply make requests for any missing data. For example, it might only need one or two days of results in a month because it already cached the other 28 days. Multiple requests could even be made to fill in the "gaps" of missing data.

@tmaiaroto tmaiaroto added this to the API (alpha) milestone Aug 26, 2014
@tmaiaroto
Copy link
Member Author

Now in reporter repo: SocialHarvest/reporter#1

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