/elasticsearch-rails-demo

A demo web app using elasticsearch in rails

Primary LanguageRuby

ElasticSearch Demo

This is a simple rails app demonstrating how to use elasticsearch in your rails app.

  git clone
  bundle install
  bundle exec rake create_test_data:seed_data

The following application is a basic rails app to demonstrate using elasticsearch in your project. For more specific documentation please visit Elasticsearch::Model

Installation

You will need to have elasticsearch installed. You can download from Elasticsearch Downloads. This demo example has been tested on 1.7.4.

    tar xvf elasticsearch-1.7.4.tar.gz
    cd elasticsearch-1.7.4
    bin/elasticsearch

License

This software is under a MIT license, you may use or do whatever with it you wish.

Free Software, Hell Yeah!