iokiwi / moneyapp

Parsing OFX files for personal budgeting and financial insights
Mozilla Public License 2.0
3 stars 2 forks source link

Store and fetch recent exchange rates in our own database. #29

Open iokiwi opened 10 months ago

iokiwi commented 10 months ago

Calling out to an external API to get exchange rates on every request is suboptimal for several reasons.

iokiwi commented 10 months ago

I am considering a redis cluster for this just for the sake of learning redis :)

tehnools commented 10 months ago

cosmos db :D ?

abhinna1 commented 7 months ago

I would recommend using arq to schedule a CRON job for fetching and updating the rates in the local database. arq is a great library that allows you achieve this. PS. it's built using asyncio.