jeffbski / digest-streamLinks
Simple node.js pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)
☆30Updated 6 years ago
Alternatives and similar repositories for digest-stream
Users that are interested in digest-stream are comparing it to the libraries listed below
Sorting:
- Cache and replay NodeJS streams☆40Updated 5 years ago
- Full implementation of the fs module on top of leveldb☆169Updated 5 years ago
- A streams2 passthrough meter. Counts bytes passed through, and if given a max byte limit will abort the stream when it is exceeded.☆29Updated 9 years ago
- A collection of node.js streams that work well with promises (through, map, reduce, etc...)☆92Updated 7 years ago
- Binary serialization of arbitrarily complex structures that sort bytewise☆112Updated 7 years ago
- Turn a transport stream into a duplex stream that parses from / serializes to json☆44Updated 9 years ago
- Safely pipe node.js streams while capturing all errors to a single promise☆80Updated 6 years ago
- Continuous reading from a http(s) url using random offsets and lengths for peers in a distributed system☆42Updated 5 years ago
- A full MongoDB query language implementation with INDEXES for querying your levelup/leveldb database.☆55Updated 10 years ago
- Turn a leveldb into one huge object of arbitrary size! Efficiently and atomically update and read parts of it!☆46Updated 4 years ago
- Sample memory usage for your Node.js program and write the samples to a stream☆74Updated 4 years ago
- a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data☆79Updated last year
- Transform stream for Node.js that allows you to run your transforms in parallel without changing the order☆81Updated last year
- Convert a string into a stream (streams2)☆81Updated 5 years ago
- A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms☆276Updated 5 years ago
- Figure out if your node process is blocked because the CPU is spinning and exit the program with a stack trace if that is the case☆68Updated 6 years ago
- Streaming JSON.stringify()☆60Updated 7 years ago
- streaming JSON RPC over TCP☆30Updated last year
- Bike shed mutex lock implementation☆87Updated 3 years ago
- Streaming JSON parser with depth-limited auxiliary data☆43Updated 2 years ago
- no longer maintained, sorry!☆196Updated 7 years ago
- An easy way to reuse buffers without much API ceremony☆62Updated 7 years ago
- Streamable content addressable blob object store that is streams2 and implements the blob store interface☆59Updated 5 years ago
- Generic stream reconnection module.☆122Updated 7 years ago
- Amazon S3 blob-store☆67Updated 3 years ago
- Convert a typed array to a Buffer without a copy.☆66Updated 4 years ago
- Install MongoDB prebuilt package using npm https://npmjs.org/package/mongodb-prebuilt☆58Updated 2 years ago
- Lightweight container builder for Linux backed by make and systemd-nspawn☆65Updated 3 years ago
- An encoding interface for node☆56Updated 6 years ago
- Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)☆74Updated 4 years ago