🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
c

couchdb-batch

Collect json docs into batches

1.0.0
latest
67

Supply Chain Security

100

Vulnerability

70

Quality

75

Maintenance

100

License

Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Issues
2

couchdb-bulk

Batches a stream of single documents into bulk docs jsons.

Build
Status

Installation

npm install -g couchdb-bulk

API Usage

var bulk = require('couchdb-bulk')

process.stdin
  .pipe(bulk({ batchSize: 3, batchTime: 100 }))
  .pipe(process.stdout)

CLI Usage

couchdb-bulk docs.jsonl

Tests

npm test

FAQs

Package last updated on 05 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts