Skip to content

3axap4eHko/ex-stream

Repository files navigation

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

About

Tiny library of useful streams

Resources

Stars

Watchers

Forks

Packages

No packages published