Closed dandlezzz closed 2 years ago
redis would be a good solution
any thoughts about:
Use hasura as a cache layer that proxies our api adds caching directives to queries
Another graphql caching service
@kespinola stellate looks cool. Do you know if its open source? I couldn't really tell. Also, Hasura looks promising, I know in prod we saw that Hasura adds latency to each request. @mpwsh any idea what it would take to resolve those?
We could spin up Hasura in our kubes cluster for the stage env and start testing there. Hasura Cloud with VPC Peering is pretty expensive
@dandlezzz dammit it seems Hasura built in caching is only available for cloud. Back to square one? Redis? will continue researching different options
Exploring alternative options. Hasura max cache size is 100MB and $10k per month.
Goals
Use Hasura Cloud to cache responses using TTL.