File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- # Vert.x Dataloader
1+ # Vert.x DataLoader
22
3- More information and code coming soon..
3+ ** Work in progress. More documentation coming soon..**
4+
5+ DataLoader is a generic utility to be used as part of your Vert.x application's batch data fetching layer to provide a
6+ consistent API over various back-ends and reduce requests to those back-ends via batching and caching.
7+
8+ The code is a direct port of the [ facebook/dataloader] ( https://github.com/facebook/dataloader ) reference
9+ implementation provided by Facebook, with some slight modifications to make it work for Java 8
10+ and [ Vert.x] ( http://vertx.io ) .
11+
12+ Be sure to check the original documentation: https://github.com/facebook/dataloader/blob/master/README.md
13+ And this post explaining how to use data loader with GraphQL: http://gajus.com/blog/9/using-dataloader-to-batch-requests
You can’t perform that action at this time.
0 commit comments