hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.16k stars 2.76k forks source link

Edge Caching #9585

Open rahulagarwal13 opened 1 year ago

rahulagarwal13 commented 1 year ago

Feature Description

Ability to cache on the edge to reduce origin traffic and increase performance of your APIs

User value / outcome

Improving on the current V2 caching feature by providing the ability to cache near the client in a content delivery network CDN-like fashion. Achieve even lower global P95 response time while reducing server load as much as 90%.

Current status (design, alpha, beta etc.)

Hasura V2 Caching feature (using cached directive) on the edge expected by Q3 this year. Discovery in progress for other caching features such as -

Please comment on this issue with more information on your use-case or to upvote any of the ideas mentioned above

rahulagarwal13 commented 5 months ago

Addition to the list above