annalexc / space-rocks

1 stars 0 forks source link

Hi Owl Masters -- need some guidance with data persistence (or not). #1

Closed annalexc closed 8 years ago

annalexc commented 8 years ago

NASA's API has a rate limit of 1000 calls per hour, which is generous, but a single search query from my app can potentially make 100 calls. Just wanted to talk through my query approach and if it would make more sense for me to save data into a JSON file to be rendered, or create an API to save query data to, limit my search, etc.