zzmarkzz321 / LoLFYv2

An Open Source League of Legends Stats Application
https://relaxed-noyce-ee0734.netlify.com/#/
MIT License
1 stars 1 forks source link

Database....? #5

Open zzmarkzz321 opened 6 years ago

zzmarkzz321 commented 6 years ago

In terms of scaling, it would probably be a good idea to save some of the most recently requested data into a DB to not abuse the Riot API request limit.

zzmarkzz321 commented 6 years ago

Use Cases:

  1. Search the DB first before making a request to RIOT
  2. Update the DB when we request from RIOT