Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karl-horning/music-library
A sandbox to try different options to solve the N+1 problem for GraphQL
https://github.com/karl-horning/music-library
Last synced: about 6 hours ago
JSON representation
A sandbox to try different options to solve the N+1 problem for GraphQL
- Host: GitHub
- URL: https://github.com/karl-horning/music-library
- Owner: Karl-Horning
- License: mit
- Created: 2023-10-27T22:11:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T20:06:33.000Z (12 months ago)
- Last Synced: 2023-11-13T21:24:20.619Z (12 months ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# music-library
A sandbox to try different options to solve the N+1 problem for GraphQL
## Links
- [GraphQL DataLoader](https://github.com/graphql/dataloader)
- [Handling the N+1 problem](https://www.apollographql.com/docs/federation/entities-advanced/#handling-the-n1-problem)
- [How to solve the GraphQL n+1 problem](https://hygraph.com/blog/graphql-n-1-problem)
- [Solving the N+1 Problem for GraphQL through Batching](https://shopify.engineering/solving-the-n-1-problem-for-graphql-through-batching)
- [Using DataLoader in GraphQL](https://oliha.dev/articles/using-dataloader-in-graphql/)
- [How to Avoid the N+1 Query Problem in GraphQL and REST APIs [with Benchmarks]](https://www.freecodecamp.org/news/n-plus-one-query-problem/)
- [How Federation handles the N+1 query problem](https://www.apollographql.com/docs/technotes/TN0019-federation-n-plus-1/)## Videos
- [DataLoader and the Problem it solves in GraphQL](https://youtu.be/ld2_AS4l19g)
- [Batching GraphQL Requests with DataLoader](https://youtu.be/-uSDpEp5uJc)