farjun / RailsStockProject

python django project for trading platform
1 stars 1 forks source link

Caching for data #3

Open farjun opened 4 years ago

farjun commented 4 years ago

we need to save the data we fetch. this will help us with saving requests.

we cache the data with a Data base, we need to work out the api to that database.

MajdVictor commented 4 years ago

caching.zip

Are there any other fields I could add to the table ? like the time for every request? Note: the top_rank field is 0 and we'll fix it later