versions follow SemVer
- Added a
-s, --sleep <milliseconds>
option
- Added a
-l, --batch-length <number>
option
forked from couchdb-bulk, with the following modifications:
- BREAKING CHANGES: drops supports for anything else than newline-delimited JSON (1 doc per line), assuming that getting to that data format is the job of another tool, such as jq
- BREAKING CHANGES: drops supports for the module interface, only the CLI mode remains
- posts 500 docs per bulk request (instead of only 1) when the input is newline-delimited JSON
- modernized code and dependencies