es-writable

1.0.1 • Public • Published

es-writable

ElasticSearch writable stream

var Writable = require('es-writable');
var stream = new Writable({
  host: 'localhost:9200'
});

stream.write({/*...*/});
stream.write({/*...*/});
stream.write({/*...*/});

/es-writable/

    Package Sidebar

    Install

    npm i es-writable

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • poying