elasticdriver

0.0.1 • Public • Published

ElasticDriver

Working with ElasticSearch via Filesystem API

Demo

demo

Example

const ElasticDriver = require('./index');

const driver = new ElasticDriver(__dirname + '/elasticsearch');

driver.mount(err => console.log('mount ', err ? err : 'ok'));

process.on('SIGINT', code => {
    driver.unmount(err => console.log('unmount ', err ? err : 'ok'));
});

Package Sidebar

Install

npm i elasticdriver

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

2.5 MB

Total Files

6

Last publish

Collaborators

  • yaroslavgaponov