Skip to content
#

batch-processing

Here are 347 public repositories matching this topic...

hazelcast-jet
CavalloScuro
CavalloScuro commented Feb 23, 2021

I have been searching for well over a week for an application that does precisely what this wonderful application can do. However, I ran into one insurmountable obstacle: the website from which I am currently attempting to batch download images (of historical newspapers, journals, magazines, etc.) obscures the absolute path to the images in question. Thus, my image URLs conform to the followin

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 Dec 10, 2020
  • 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