Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobe/homura-elasticsearch
ElasticSearch plugin module for homura
https://github.com/hakobe/homura-elasticsearch
Last synced: about 1 month ago
JSON representation
ElasticSearch plugin module for homura
- Host: GitHub
- URL: https://github.com/hakobe/homura-elasticsearch
- Owner: hakobe
- Created: 2013-09-08T01:21:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T00:17:11.000Z (about 11 years ago)
- Last Synced: 2024-10-01T15:43:30.856Z (about 1 month ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homura-elasticsearch
This is a plugin module for [homura](http://github.com/hakobe/homura) to index IRC events to [ElasticSearch](http://www.elasticsearch.org/)
## 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"
}
],
...
}```
## Client
```
$ cd homura_workingdir/node_modules/homura-elasticsearch
$ node client/app.js http://localhost:9200 homura
```Access to http://localhost:3000
![sample](http://cdn-ak.f.st-hatena.com/images/fotolife/h/hakobe932/20130909/20130909081040.gif)
## Author
- @hakobe## License
Licensed under the MIT License