Name : java-dataloader
| |
Version : 3.2.0
| Vendor : obs://build_opensuse_org/Java
|
Release : 1.16
| Date : 2022-11-25 14:55:42
|
Group : Development/Libraries/Java
| Source RPM : java-dataloader-3.2.0-1.16.src.rpm
|
Size : 0.11 MB
| |
Packager : (none)
| |
Summary : A Java 8 port of Facebook DataLoader
|
Description :
This small and simple utility library is a pure Java 8 port of Facebook DataLoader.
It can serve as integral part of your application\'s data layer to provide a consistent API over various back-ends and reduce message communication overhead through batching and caching.
An important use case for java-dataloader is improving the efficiency of GraphQL query execution. Graphql fields are resolved independently and, with a true graph of objects, you may be fetching the same object many times.
A naive implementation of graphql data fetchers can easily lead to the dreaded “n+1” fetch problem.
Most of the code is ported directly from Facebook’s reference implementation, with one IMPORTANT adaptation to make it work for Java 8.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/Java:/packages/openSUSE_Factory_RISCV/noarch |