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))

/elastic-bulk-stream/

    Package Sidebar

    Install

    npm i elastic-bulk-stream

    Weekly Downloads

    2

    Version

    2.0.0

    License

    ISC

    Last publish

    Collaborators

    • pgherveou2