reservoir-stream

0.0.2 • Public • Published

reservoir-streambuild status

A streaming interface to do reservoir sampling by using the great reservoir module.

installation

npm install reservoir-stream

demo/usage

// use a reservoir size of 3
var stream = require('reservoir-stream')(3)
 
var inputStream.pipe(stream).pipe(outputStream)
// 3 random elements from the inputStream will be piped to the outputStream
 

Readme

Keywords

none

Package Sidebar

Install

npm i reservoir-stream

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • kesla