A batching queue for Elasticsearch Node.js client, version 0.3.0 (stable, last release 2015). It batches documents into bulk requests, supporting configurable concurrency, batch size, commit timeout, and rate limiting. Provides event listeners for drain, task, and batchComplete. Lightweight but unmaintained, not compatible with modern Elasticsearch client (v7+).
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
CJS only; no ESM or named exports.
Must use 'new' keyword.
Options must be nested under 'elasticsearch.client'. Note typo 'concurency' (double c).
Creates an ElasticQueue with configurable host, pushes a single document, and listens for drain.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.