Open anthonyshew opened 1 year ago
Welp, I ran out of usage on Axiom. Guess I need to rethink my architecture for popularity metrics.
I'm thinking I might be able to design this using Redis? Cleverly giving expiry times, querying with strategic SCANs...maybe?
After investigating, Redis would be a bit of a stretch. I think I'll dump these into Postgres with everything else.
Welp, I ran out of usage on Axiom. Guess I need to rethink my architecture for popularity metrics.
I'm thinking I might be able to design this using Redis? Cleverly giving expiry times, querying with strategic SCANs...maybe?