Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Atomic‑Queue is a Node.js library that provides a crash‑resilient job queue with persistent state stored on disk, allowing processing to resume after a restart. It exposes a writable stream interface where items are written into the queue and processed by a user‑supplied worker function, supporting configurable concurrency via an internal worker pool. The package is aimed at developers who need reliable background processing in server‑side JavaScript applications, especially where unexpected crashes must not lose queued work.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
max-mapper's profile
max-mapper
33 contributions
jcrugzz's profile
jcrugzz
6 contributions
maxogden

maxogden/atomic-queue

a crash friendly queue that persists queue state and can restart. uses a worker pool and has configurable concurrency

JavaScript
57
1
No license

Support the dependencies of maxogden/atomic-queue

Account's avatar
mafintosh/changes-feed
Basic changes-feed implementation that runs on top of leveldb
Account's avatar
mafintosh/changesdown
levelup that uses a leveldown that writes to a changes feed to store its state
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
mafintosh/duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Account's avatar
substack/node-hat
generate random IDs and avoid collisions
Account's avatar
isaacs/inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
Account's avatar
juliangruber/memdb
LevelUp + MemDown
Account's avatar
mafintosh/pumpify
Combine an array of streams into a single duplex stream using pump and duplexify
Account's avatar
Level/subleveldown
Split a levelup database into sublevels with their own keyspace, encoding and events
Account's avatar
rvagg/through2
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers