Skip to content

Commit e14b4d4

Browse files
committed
Added some more information to the README.md
1 parent 58eab9e commit e14b4d4

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

0 commit comments

Comments
 (0)