Skip to content

syfun/async-dataloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async DataLoader

Async DataLoader is a python port of DataLoader.

DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.

Requirement

Python 3.7+

Installation

pip install async-dataloader

Example

Please see this graphql example.