kittrgg / kittr

Share your video game kits with others.
https://kittr.gg
GNU General Public License v3.0
42 stars 14 forks source link

Move metrics off of Axiom. #964

Open anthonyshew opened 1 year ago

anthonyshew commented 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?

anthonyshew commented 1 year ago

After investigating, Redis would be a bit of a stretch. I think I'll dump these into Postgres with everything else.