batchman

batchman

flipkart-incubator

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

59 Stars
11 Forks
59 Watchers
Java Language
100 SrcLog Score
Cost to Build
$317.9K
Market Value
$467.8K

Growth over time

16 data points  ·  2021-07-01 → 2026-04-01
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about batchman

Question copied to clipboard

What is the flipkart-incubator/batchman GitHub project? Description: "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". Written in Java. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone batchman

Clone via HTTPS

git clone https://github.com/flipkart-incubator/batchman.git

Clone via SSH

[email protected]:flipkart-incubator/batchman.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the batchman issue tracker:

Open GitHub Issues