holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)

Home Page:https://holaplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataloader Based Caching Tech Spec

kespinola opened this issue · comments

Goal

Cache fields and queries that have high cost to query and change infrequently.

Requirements

  • Cache keys account for field and query arguments
  • Cache keys are busted when any object being cached has changed

Examples

  • Collection attributes
  • NFT query

Tasks

  • Document strategy for caching fields and queries through dataloaders into Redis