File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
** Work in progress. Stable version ` 1.0.0 ` soon to be released..**
8
8
9
+ ![ vertx-dataloader-concepts] ( https://cloud.githubusercontent.com/assets/5111931/17837798/18e27032-67bd-11e6-9a9b-a9dc6a6a5ff4.png )
10
+
9
11
This small and simple utility library is a port of [ Facebook DataLoader] ( https://github.com/facebook/dataloader )
10
12
to Java 8 for use with [ Vert.x] ( http://vertx.io ) . It can serve as integral part of your application's data layer to provide a
11
13
consistent API over various back-ends and reduce message communication overhead through batching and caching.
@@ -25,7 +27,7 @@ and Nicholas Schrock (@schrockn) from [Facebook](https://www.facebook.com/), the
25
27
- [ Features] ( #features )
26
28
- [ Differences to reference implementation] ( #differences-to-reference-implementation )
27
29
- [ Manual dispatching] ( #manual-dispatching )
28
- - [ Additional features] ( #additional-features )
30
+ - [ Additional features! ] ( #additional-features )
29
31
- [ Let's get started!] ( #lets-get-started )
30
32
- [ Installing] ( #installing )
31
33
- [ Building] ( #building )
You can’t perform that action at this time.
0 commit comments