homura-elasticsearch

0.0.1 • Public • Published

homura-elasticsearch

This is a plugin module for homura to index IRC events to ElasticSearch

Install

$ cd homura_workingdir
$ npm install homura-elasticsearch

Config

Write module setting to config.json of your homur.

{
    ...
    "modules" : [
        {
            "name" : "homura-elasticsearch",
            "apiUrl" : "",
            "index"  : "homura"
        }
    ],
    ...
}

Search Interface

$ cd homura_workingdir/node_modules/homura-elasticsearch
$ node client/app.js http://localhost:9200 homura

Access to http://localhost:3000

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homura-elasticsearch

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • hakobe