jglynn / segmund

A crummy app that aggregates segment data from Strava to support enduro style events.
https://segmund.mybluemix.net/
Apache License 2.0
1 stars 0 forks source link

Persist Segment Results #4

Open jglynn opened 4 years ago

jglynn commented 4 years ago

Strava API limitations will result in small window we'll have access to the data -- consider persisting the results instead.

Current rate limit: Rate Limits (?) | 100 requests every 15 minutes, 1000 daily

Need to determine interval/event to fetch data from Strava. Could start off as manual and then evolve to a scheduled job.