HN user

adithyak

9 karma

I'm at kav.adithya@gmail.com

Posts7
Comments14
View on HN

Hey everyone,

We're building a way to use caching across more types of APIs which might have previously been considered non-cacheable.

This blog is a recap on how we stumbled on this solution.

Would love to hear your thoughts.

At my previous company, we implemented basic audit trails using postgres triggers that recorded the before & after state of a row on upsert / delete. The triggers had to be set individually for each of the tables (same trigger function worked for all), and an added convenience view to see the diff of the changes helped. This worked pretty well us, since we didn't need details of the actor / IP address etc.

[dead] 12 years ago

I built this over a weekend for fun. I'm trying to figure out if such a use-case exists for anyone. Appreciate your feedback :)