JVercout / meteor-simple-elasticsearch

A simple example on how to integrate elasticsearch into Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor Simple Elasticsearch Implementation

This is a simple example about how elasticsearch can work with Meteor.js. This is a development repository.

Requirements

###Install Meteor

curl https://install.meteor.com/ | sh

###Install elasticsearch on your development machine: Elasticsearch version tested: 1.4.2, 1.5.0.

  • On Mac OS X: brew install elasticsearch

Run

  1. Be sure elaticsearch is running on port 9200.
  2. Execute the following command-line
git clone https://github.com/JVercout/meteor-es-simple-example
cd ./meteor-es-simple-example 
meteor

This will boot the app and fill the mongo database and elasticsearch index with fixture content.

About

A simple example on how to integrate elasticsearch into Meteor


Languages

Language:JavaScript 81.4%Language:Shell 10.0%Language:HTML 8.4%Language:CSS 0.1%