ex-stream

2.0.0 • Public • Published

Ex-Stream

Tiny library of useful streams

build status

Install

npm install ex-stream

Contents

  • Accumulator - Accumulate stream data by charging and release it on stream finish
  • Composer - Compose streams into single stream
  • Concat - Concatenate stream data by _concat function
  • CSV - Parse CSV stream text data to objects
  • Dispatcher - Call executor with matched inputData
  • Filter - Filter stream data by filter callback
  • FilterRegexp - Filter stream data by RegExp
  • Jsonify - Converts stream text data to JSON object
  • Log - Logs stream data
  • Middleware - Pass stream data to middleware list
  • Reducer - Reduce stream data
  • Request - Puts request object as stream
  • Splitter - Splits stream data
  • Stringify - Collects stream data and converts it to string
  • Throttle - Throttles stream data
  • Wrapper - Wrap stream as stream data

License

License The MIT License Copyright (c) 2016-present Ivan Zakharchenko

Readme

Keywords

none

Package Sidebar

Install

npm i ex-stream

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • 3axap4ehko