11 Forks
53 Stars
53 Watchers

batchman

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

How to download and setup batchman

Open terminal and run command
git clone https://github.com/flipkart-incubator/batchman.git
git clone is used to create a copy or clone of batchman repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with batchman https://github.com/flipkart-incubator/batchman/archive/master.zip

Or simply clone batchman with SSH
[email protected]:flipkart-incubator/batchman.git

If you have some problems with batchman

You may open issue on batchman support forum (system) here: https://github.com/flipkart-incubator/batchman/issues