You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: