Hintful / aram.tools

A full-stack web application that analyzes and visualizes users' performance for a popular online game, League of Legends.
https://aram.tools
2 stars 0 forks source link

Investigate databases to store match history and champ stats #57

Open choym0098 opened 1 year ago

choym0098 commented 1 year ago

Problem

No data from Riot APIs are being stored, and this causes huge burden on hitting the rate limit, as we do not leverage data we've already called before. We need some kind of storage to reduce the burden of calling Riot APIs every single time.

Solution

Find a reasonable way to store data Considerations: