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

https://github.com/syfun/async-dataloader

Asyncio Dataloader for GraphQL.
https://github.com/syfun/async-dataloader

asyncio dataloader graphql python

Last synced: 4 months ago
JSON representation

Asyncio Dataloader for GraphQL.

Awesome Lists containing this project

README

          

# Async DataLoader

Async DataLoader is a python port of [DataLoader](https://github.com/graphql/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](https://github.com/syfun/async-dataloader/tree/master/examples/post_tags.py).