Settings

Theme

Show HN: Orbit GraphQL – An open source cache server for your GraphQL API

github.com

4 points by nshntarora a year ago · 0 comments · 1 min read

Reader

I've been working on an open source implementation of a Stellate (https://stellate.co) like GraphQL cache service, and it's finally hit v0.1

TL,DR;

It is a cached proxy for your GraphQL API with automatic purging.

Deploy it in front of GraphQL API, and it will start caching all requests passing through it. Your cache gets automatically invalidated if anything changes in your application (when you send a mutation) Queries are only sent to origin if there is a cache MISS

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection