open-blockchain-explorer / tnbexplorer

Blockchain Explorer for thenewboston cryptocurrency network
4 stars 4 forks source link

Implement caching on Stats API #66

Closed itsnikhil closed 2 years ago

itsnikhil commented 2 years ago

Stats API

https://documenter.getpostman.com/view/12623083/U16qKP8S#6ae174e3-f2da-40ab-baae-09709c9e3c47

Stats API will be used very often so we need to have enable caching. We have a GitHub action which runs daily and POST data to stats/api so you can expect data will not be modified within 24 hours. Some important things to consider here is we have few query params which should work properly even after caching.

itsnikhil commented 2 years ago

Moved to https://github.com/open-blockchain-explorer/Bank/issues/6