arthurgeek / lotus-elasticsearch

Lotus::Model Elasticsearch Adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lotus::Model Elasticsearch Adapter

This adapter implements persistence layer for Elasticsearch.

It is built using Elasticsearch::Client, which is part of elasticsearch gem.

This is a POC, not production-ready. Work still in progress.

Status

Build Status Coverage Status Code Climate Dependency Status

Installation

Add this line to your application's Gemfile:

gem 'lotus-elasticsearch'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lotus-elasticsearch

Usage

Please refer to Lotus::Model docs for any details related to Entity, Repository, Data Mapper and Adapter.

Contributing

  1. Fork it ( https://github.com/arthurgeek/lotus-elasticsearch/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Lotus::Model Elasticsearch Adapter

License:MIT License


Languages

Language:Ruby 100.0%