dataloader
DataLoader는 애플리케이션의 데이터 가져오기(fetching) 레이어의 일부로 사용되는 범용 유틸리티로, 다양한 백엔드에 걸쳐 일관된 API를 제공하고 배치 처리(batching)와 캐싱(caching)을 통해 해당 백엔드로 향하는 요청 수를 줄여줍니다.
파일 탐색기
최종 버전 다운로드 (.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
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/graphql/dataloader
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd dataloader
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
