0.0.1 • Published 11 years ago

homura-elasticsearch v0.0.1

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

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