dataloader
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- bug-report.md
- feature-request.md
- question.md
- validation.yml
- CouchDB.md
- GoogleDatastore.md
- Knex.md
- Redis.md
- RethinkDB.md
- SQL.md
- jest_v24.x.x.js
- prepublish.sh
- watch.js
- abuse.test.js
- browser.test.js
- dataloader.test.js
- oldbrowser.test.js
- unhandled.test.js
- index.d.ts
- index.js
- .eslintignore
- .eslintrc
- .flowconfig
- .gitignore
- babel.config.js
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
- renovate.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/graphql/dataloader
Downloads the entire project code from GitHub to your computer.
cd dataloader
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save dataloader
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
