Skip to content

Commit ad9a869

Browse files
committed
Added conceptial overview diagram of DataLoader in a Vert.x Microservices environment
1 parent cbcec3e commit ad9a869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Work in progress. Stable version `1.0.0` soon to be released..**
88

9+
![vertx-dataloader-concepts](https://cloud.githubusercontent.com/assets/5111931/17837798/18e27032-67bd-11e6-9a9b-a9dc6a6a5ff4.png)
10+
911
This small and simple utility library is a port of [Facebook DataLoader](https://github.com/facebook/dataloader)
1012
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
1113
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
2527
- [Features](#features)
2628
- [Differences to reference implementation](#differences-to-reference-implementation)
2729
- [Manual dispatching](#manual-dispatching)
28-
- [Additional features](#additional-features)
30+
- [Additional features!](#additional-features)
2931
- [Let's get started!](#lets-get-started)
3032
- [Installing](#installing)
3133
- [Building](#building)

0 commit comments

Comments
 (0)