This is the Linux app named DataLoader whose latest release can be downloaded as v2.2.2.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named DataLoader with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
DataLoader
DESCRIPTION
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching. A port of the "Loader" API originally developed by @schrockn at Facebook in 2010 as a simplifying force to coalesce the sundry key-value store back-end APIs which existed at the time. At Facebook, "Loader" became one of the implementation details of the "Ent" framework, a privacy-aware data entity loading and caching layer within web server product code. This ultimately became the underpinning for Facebook's GraphQL server implementation and type definitions. DataLoader is a simplified version of this original idea implemented in JavaScript for Node.js services. DataLoader is often used when implementing a graphql-js service, though it is also broadly useful in other situations.
Features
- DataLoader is provided so that it may be useful to build GraphQL services for Node.js
- Batching is not an advanced feature, it's DataLoader's primary feature
- Create loaders by providing a batch loading function
- A batch loading function accepts an Array of keys, and returns a Promise which resolves to an Array of values
- DataLoader allows you to decouple unrelated parts of your application without sacrificing the performance of batch data-loading
- A batch loading function accepts an Array of keys, and returns a Promise which resolves to an Array of values or Error instances
Programming Language
JavaScript
This is an application that can also be fetched from https://sourceforge.net/projects/dataloader.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.