Universalis-FFXIV / Universalis

A crowdsourced market board API for FFXIV.
https://universalis.app/
MIT License
184 stars 28 forks source link

Aggregated MarketBoardData API #1354

Closed Kouzukii closed 2 months ago

Kouzukii commented 2 months ago

Implementation of #1318

During market board upload pre-aggregated data is saved in redis. That way querying the API only requires redis keys and no database load is created.

karashiiro commented 2 months ago

LGTM, will likely have time to deploy tonight