1.0.0 • Published 9 years ago

electrify-elasticsearch v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

WIP - don't use it yet.

ElasticSearch plugin for Electrify

ElasticSearch plugin for Electrify.

Installation

Install it locally inside .electrify folder.

cd /your/meteor/app/.electrify
npm install --save electrify-elasticsearch

Configuring

Then add it to the plugins array in your .electrify/electrify.json file:

{
  "plugins": [
    "electrify-eleasticsearch"
  ]
}

Done.

Inside your Meteor's server code, get the elastic search host like this:

console.log('Elastic Search running on', process.env.ELASTICSEARCH_HOST);

License

The MIT License (MIT)

Copyright (c) 2015 Anderson Arboleya