zhehaowang / sneaky

Feed and strategy for cross-venue Sneakers trading (Du, StockX).
GNU Lesser General Public License v3.0
10 stars 3 forks source link

feed: static mapping where possible #25

Closed zhehaowang closed 4 years ago

zhehaowang commented 5 years ago

We expect much of the data we retrieve to be fairly static: style id, name, release date, color, and even url. Just the price and volume / transaction history are not. We could save some queries / traffic if we cache the static ones.

zhehaowang commented 4 years ago

This should be implemented with feed v2.