Skip to content

v1.0.10

Latest
Compare
Choose a tag to compare
@sktatsuno sktatsuno released this 05 May 05:25
995d18e

DenoStore brings modular and low latency caching of GraphQL queries to a Deno/Oak server.

Live Demo and Documentation
http://denostore.io/

Features

  • Seamlessly embeds caching functionality at query resolver level, giving implementing user modular decision making power to cache specific queries and not others
  • Caches resolver results rather than query results - so subsequent queries with different fields and formats can still receive existing cached values
  • Leverages Redis as an in-memory low latency server-side cache
  • Integrates with Oak middleware framework to handle GraphQL queries with error handling
  • Provides global and resolver level expiration controls
  • Makes GraphQL Playground IDE available for constructing and sending queries during development
  • Supports all GraphQL query options (e.g. arguments, directives, variables, fragments)