Skip to content
#

batch-processing

Here are 366 public repositories matching this topic...

hazelcast-jet

Automate Excel downloads in seconds. Simply does the tedious, repetitive operations for all rows of excel files step by step and reports after the job is done. It can download files from URL(s) in a column of Excel files. If a new filename is provided at column B it will rename the file before saving. It will even create sub folders if column C is filled with a valid folder name.

  • Updated May 9, 2021
  • JavaScript

This library for Android will take any set of events and batch them up before sending it to the server. It also supports persisting the events on disk so that no event gets lost because of an app crash. Typically used for developing any in-house analytics sdk where you have to make a single api call to push events to the server but you want to optimize the calls so that the api call happens only once per x events, or say once per x minutes. It also supports exponential backoff in case of network failures

  • Updated Apr 26, 2021
  • Java

Improve this page

Add a description, image, and links to the batch-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the batch-processing topic, visit your repo's landing page and select "manage topics."

Learn more