pull-stream / pull-sorted-merge

merge a series of pull-streams into one pull-stream

Repository from Github https://github.compull-stream/pull-sorted-mergeRepository from Github https://github.compull-stream/pull-sorted-merge

pull-sorted-merge

merge a series of pull-streams into one pull-stream.

build status

testling badge

var merge = require('pull-sorted-merge')
var pull  = require('pull-stream')

merge([stream1, stream2, stream3], sort)
  .pipe(pull.log())

Merge assumes that the each pull streams are in order.

License

MIT

About

merge a series of pull-streams into one pull-stream

License:MIT License


Languages

Language:JavaScript 100.0%