add stream.pipeFrom
a proxy tool by request which damn convenient with stream pipe
NG2 Stream pipe
## how to use - install ```shell npm install @latel88/stream ``` - CJS ```javascript const { Stream, Pipe } = require( "@latel88/stream" ).default; ``` - ESM ```javascript import { Stream, Pipe } from "@latel88/stream"; ```
Experimental HTTP server framework based on URI templates and Stream#pipe
minimal implementation of a PassThrough stream
An iteration of the Node.js core streams with a series of improvements
accum - Simple write stream which accumulates or collects the data from a stream. Pipe your stream into this to get all the data as buffer, string, or raw array. (streams2)
A command-line download accelerator with stream/pipe support.
create a pipeline of streams using Minipass
a proxy tool by request which damn convenient with stream pipe
a ThroughStream that strictly buffers all readable events when paused.
Postgres bytea parser
a streaming CRC32 checksumer
split a Text Stream into a Line Stream, using Stream 3
Replaces strings in a stream.
a stream of blocks
Bytes go in, but they don't come out (when muted).
Use websockets with the node streams API. Works in browser and node, with all current WS versions
Strip UTF-8 byte order mark (BOM) from a stream
[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)
fs read and write streams based on minipass
A Minipass stream that collects all the data into a single chunk
A Minipass stream that raises an error if you get a different number of bytes than expected
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
A gem that automates efficient distribution of files between servers.
Run shell commands with captured stdout/stderr, exit code, duration measurement, configurable timeout, environment variables, line-by-line streaming, graceful signal escalation on timeout, and stdin piping.
Pipelines for streaming large collections with composition inspired by Elixir pipes.
Pulley will turn pull requests into a json stream on STDOUT for piping through other programs, it can be piped back in with the --publish flag to persist changes to github.
Pipe data from a Ruby IO stream to a Websocket server, broadcasting to all clients.
Allows streaming of data througs a set of functions in order to simulate Clojure's and Unix's piping
Read files from a zcat pipe of a gz file. Useful to read multiple gz streams that are stored on the same file
Initially I created this because I wanted to compare the Streaming and Search APIs. It turns out that completely by accident it can also do the neat trick of connecting indefinitely to either API, and feeding fresh tweets to whatever program you pipe the output to. % tweetdump -h # Usage instructions
# Rack HTTP Pipe Use to pipe directly a remote HTTP file without buffering it. > /!\ Do not work with WebBrick, tested with puma ## Use case * Given a file named #HASH#.pdf on S3 * You want a clean URL and handling the authentication in front of it ``` GET http:/example.com/download Content-Disposition: attachment;filename=name-fetched-from-db.pdf Content-Length Content-Type etc. ``` ## Usage ```ruby get "/" do http_pipe "http://example.com/iso-ubuntu-1404-64bits", { status: 200, headers: { "Content-Type: application/octet-stream", "Content-Disposition: attachment;filename=ubuntu.iso", } } end ``` See the example directory for an example app using sinatra
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.