level-batcher

0.0.3 • Public • Published

level-batcher

through/pull stream that you write objects to, and it emits batches of objects that are under a byte size limit

NPM

usage

var batcher = require('level-batcher')

returns a stream. for usage see test.js

batcher.next()

call this to get the next batch. this is due to the semantics of inserting data into leveldb so that backpressure is respected. TODO use pause/resume for this

license

BSD

Readme

Keywords

none

Package Sidebar

Install

npm i level-batcher

Weekly Downloads

1

Version

0.0.3

License

BSD

Last publish

Collaborators

  • maxogden
  • thlorenz