stream-to-observable
Data pipeline library
Converts Node Streams into ECMAScript-Observables to handle data over time
Convert Node Streams into ECMAScript-Observables
73 stars
5 watching
8 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
zenparsing/zen-observable | An implementation of Observables in JavaScript to handle asynchronous data streams and subscriptions. | 884 |
jahewson/node-byline | A line-by-line stream reader for Node.js that buffers and processes lines from any readable stream | 325 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
hughsk/smokestack | Pipe JavaScript into a browser and capture console logs in Node | 245 |
jdbcode/ee-goes | An experimental library providing helper functions for collecting and animating GOES-R time series data | 3 |
michaelblume/coffeestream | Re-implements the stream.js functionality in CoffeeScript, providing a basic observable stream implementation. | 22 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 39 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,032 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |
jamesfoster/knockout.observabledictionary | An implementation of an observable dictionary in KnockoutJS | 88 |
oracle/graaljs | Enables JavaScript execution in Java applications with high performance and interoperability | 1,817 |
sindresorhus/any-observable | Supports any Observable library and provides polyfills | 70 |