uhop / stream-jsonLinks
The micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API.
☆1,155Updated 11 months ago
Alternatives and similar repositories for stream-json
Users that are interested in stream-json are comparing it to the libraries listed below
Sorting:
- JSON logger for Node.js and browser.☆1,130Updated 2 weeks ago
- Simple and robust resource pool for node.js☆509Updated last year
- Abstraction for exponential and custom retry strategies for failed operations.☆1,262Updated 2 years ago
- cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+☆775Updated last year
- Job scheduler and rate limiter, supports Clustering☆1,967Updated 2 years ago
- a robust, scalable, and maintained set of caching packages☆1,948Updated this week
- Retry a promise-returning or async function☆981Updated last month
- Better Queue for NodeJS☆546Updated last year
- rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)☆1,936Updated 7 years ago
- Fast, in memory work queue☆1,107Updated last month
- Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.☆1,744Updated 4 years ago
- Generate hashes from javascript objects in node and the browser.☆1,472Updated last year
- Map over promises concurrently☆1,474Updated 2 months ago
- Emulates ioredis by performing all operations in-memory.☆380Updated last week
- Asynchronous function queue with adjustable concurrency☆776Updated 2 years ago
- implementation of https://github.com/joyent/node/issues/5243☆1,136Updated 3 years ago
- node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.☆535Updated this week
- Serialize/deserialize an error into a plain object☆595Updated last week
- A fluent API to generate JSON schemas☆520Updated 3 months ago
- Map-like, concurrent promise processing☆832Updated last year
- Request Tracer - CLS-based request id generation for Express, Fastify, Koa and Hapi, batteries included☆313Updated last year
- ES6 tagged template strings for prepared SQL statements 📋☆624Updated last week
- Uber-fast unique id generation, for Node.js and the browser☆738Updated last year
- Flatten/unflatten nested Javascript objects☆1,814Updated 2 months ago
- A node.js redlock implementation for distributed, highly-available redis locks