목차

superlifter

Superlifter: A DataLoader for Clojure
superlifter is a Clojure implementation of the DataLoader pattern. It has the following features:

  1. Fast, simple implementation of DataLoader pattern
  2. Bucketing by time or by queue size
  3. Asynchronous fetching
  4. Batching of fetches
  5. Shared cache for all fetches in a session
  6. Guarantees consistent results
  7. Avoid duplicating work
  8. Access to the cache allows longer-term persistence

Docs


관련 문서