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 6 years ago
- Sample memory usage for your Node.js program and write the samples to a stream☆75Updated 5 years ago
- Safely pipe node.js streams while capturing all errors to a single promise☆80Updated 7 years ago
- A collection of node.js streams that work well with promises (through, map, reduce, etc...)☆92Updated 7 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
- Streaming JSON parser with depth-limited auxiliary data☆43Updated 3 years ago
- Convert a string into a stream (streams2)☆82Updated 5 years ago
- Binary serialization of arbitrarily complex structures that sort bytewise☆112Updated 8 years ago
- A full MongoDB query language implementation with INDEXES for querying your levelup/leveldb database.☆56Updated 10 years ago
- a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data☆79Updated 2 years ago
- Turn a transport stream into a duplex stream that parses from / serializes to json☆44Updated 10 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
- Streaming JSON.stringify()☆61Updated 8 years ago
- Generic stream reconnection module.☆122Updated 8 years ago
- Specialized Promise Extensions☆52Updated 2 months ago
- Amazon S3 blob-store☆67Updated 3 years ago
- Compress data over a Stream using the snappy framing format☆53Updated 3 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☆69Updated 6 years ago
- Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)☆75Updated 5 years ago
- Dynamic/structured profiling & visualization for sync and async operations☆74Updated 8 years ago
- no longer maintained, sorry!☆196Updated 7 years ago
- Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"☆131Updated 6 years ago
- 🚨[ARCHIVED] Produces a compact module exporting JSON-schema validation functions compiled by Ajv☆44Updated 5 years ago
- Streamable content addressable blob object store that is streams2 and implements the blob store interface☆59Updated 5 years ago
- Superseded by rave-level. Open a leveldb handle multiple times.☆145Updated last year
- Transform stream for Node.js that allows you to run your transforms in parallel without changing the order☆82Updated last year
- Bike shed mutex lock implementation☆89Updated 3 years ago
- Make sure the last sync call to an async function is executed after all previous ones have finished☆31Updated 9 years ago
- Automatically record and playback HTTP calls for each tape test.☆62Updated 2 years ago