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

API Limitation #1

Open
liberaliscomputing opened this issue Jul 12, 2016 · 1 comment
Open

API Limitation #1

liberaliscomputing opened this issue Jul 12, 2016 · 1 comment

Comments

@liberaliscomputing
Copy link
Owner

This application aims to facilitate effective networking between people who attend MozFest 2016.
If the number of queries exceeds the limitation of API (for example, we only can send 15 queries to collect user information per 15 minutes), however, it returns errors.
Given that at least there will be 600 people (the number grows annually), scaling this application is difficult. Is there a Mozilla owned API or MozFest owned API that we can make use of as better data source? Or any suggestion?

@cadecairos
Copy link

cadecairos commented Sep 13, 2016

I misunderstood the problem when I thought I had an idea.

Let me see if I understand the issue - for every person in the tool, we're going to request their following/followers list, in order to build a map of connections with other people in the tool?

It really does sound like this won't scale, and I doubt Twitter's enterprise API is on the table. We could set up an endpoint that syncs data from twitter every 15 minutes for new entries (up to the rate limit for that 15 minute window) and use the Heroku Scheduler add on (it's like cron, for Heroku) to trigger a sync via curl.

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

No branches or pull requests

2 participants