Detect if a stream is a file stream
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
fs read and write streams based on minipass
split a Text Stream into a Line Stream, using Stream 3
destroy a stream if possible
fs read and write streams based on minipass
Get and validate the raw body of a readable stream.
An iteration of the Node.js core streams with a series of improvements
Check if something is a Node.js stream
Spec-compliant FormData implementation for Node.js
Node.js Streams, a user-land copy of the stream library from Node.js
a JSON logging library for node.js services
Blob & File implementation in Node.js, originally from node-fetch.
Automated stream rotation useful for log files
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
a JSON logging library for node.js services
Virtual file format.
Open Node Streams on demand.
Simple in-memory vinyl file store
minimal implementation of a PassThrough stream
Vinyl adapter for the file system.
node.js library for reading and extraction of ZIP archives
Returns a `stream.Readable` from a URI string
Encode FormData content into the multipart/form-data format
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
Stream out ZIP files from Ruby
a module for streaming dynamically generated zip files
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
Stream out ZIP files from Ruby. Successor to zip_tricks.
Compute MD5, SHA-1, SHA-256, SHA-512, and CRC32 checksums for strings and files. HMAC-SHA256 and HMAC-SHA512 with timing-safe verification. File checksums use streaming reads for constant memory usage. Supports generic dispatch via digest/file_digest, multi-algorithm single-pass computation, multi-file hashing, file comparison, and verification.
calfilter is a small library to assist in writing filtering programs for icalendar files or streams.
FIT files are binary, and as a result, are a pain to parse. This is a wrapper around the FIT SDK, which makes creating a stream based parser simple.
Wrapper to read gz/gzip files composed of multiple gz streams (eg, made by doing a cat to join some gz files in a bigger one.)
Create zip files directly to a stream.
Allows file streaming where files are enumerables
This gem creates zip files using the STORE method - i.e. with no compression. This enables the generation of zip files with a known size from streamed data, providing the size of the input files is known.