An open API service indexing awesome lists of open source software.

https://github.com/thought-machine/py-caching-loader

A utility, inspired by Facebook's dataloader, to be used as part of your application's data fetching layer to reduce requests to other services by caching identical calls made by logically separate parts of your application.
https://github.com/thought-machine/py-caching-loader

Last synced: over 1 year ago
JSON representation

A utility, inspired by Facebook's dataloader, to be used as part of your application's data fetching layer to reduce requests to other services by caching identical calls made by logically separate parts of your application.

Awesome Lists containing this project

README

          

# py-caching-loader
A utility inspired by Facebook's dataloader, to be used as part of your application's data fetching layer to reduce requests to other services by caching identical calls made by logically separate parts of your application.