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.
- Host: GitHub
- URL: https://github.com/thought-machine/py-caching-loader
- Owner: thought-machine
- License: apache-2.0
- Created: 2016-11-28T13:51:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T16:20:16.000Z (over 9 years ago)
- Last Synced: 2025-01-06T07:12:11.294Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.