ex-stream
v2.0.0
Published
Tiny library of useful streams
Downloads
43
Readme
Ex-Stream
Tiny library of useful streams
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