elastic-bulk-stream

2.0.0 • Public • Published

elastic-bulk-stream

transform stream to transfer data to elasticsearch

 
import { Client } from 'elasticsearch'
import elasticBulkStream from 'elastic-bulk-stream'
 
const client = new Client({ host: 'http://localhost:9200' })
 
getSomeInputStream().pipe(elasticBulkStream(client))

Package Sidebar

Install

npm i elastic-bulk-stream

Weekly Downloads

1

Version

2.0.0

License

ISC

Last publish

Collaborators

  • pgherveou2