0.0.1 • Published 6 years ago

dpd-dataloader-collection v0.0.1

Weekly downloads
150
License
ISC
Repository
-
Last release
6 years ago

dpd-dataloader-collection

A deployd collection that uses dataloader to batch and cache queries

Usage

A collection that uses Facebook's Dataloader in order to batch and cache requests. It works like a regular collection. In order to migrate from a common collection to a dataloader collection you just need to go to the collection's config file and change:

{
  "type": "Collection",
  ...
}

to

{
  "type": "DataloaderCollection",
  ...
}

Issues and Pull Requests are welcome.

Thank you!