Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

oodebe-elastic-plugin

accionlabs13ISC0.1.2

OODEBE ElasticSearch

readme

OODEBE ElasticSearch Plugin

OODEBE ElasticSearch

Features

* Provides ElasticSearch plugin to be used in OODEBE engine.

How to use

npm i --S oodebe-elastic-plugin
    var oodebeEngine = require('oodebe-engine');
    var elasticPlugin = require('oodebe-elastic-plugin');
    const express = require('express');
    const elasticDriver = new mongoPlugin();
    const app = express();

    crud.configServer(app,4300,elasticDriver);