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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i homura-elasticsearch

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hakobe