Skip to content

Batches a stream of single documents into bulk docs jsons.

Notifications You must be signed in to change notification settings

jo/couchdb-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Batches a stream of single documents into bulk docs jsons.

Resources

Stars

Watchers

Forks

Packages

No packages published