Elastics gem for Ruby

Hi to all!

I was looking for some simple elasticsearch client for ruby with
ActiveRecord integration.
All existing gems seemed to me either had too complex code or had lack in
functionality.

So I've made dead-simple client. It doesn't have any query DSL or any other
top-level sugar.
It just performs queries to elasticsearch and have simple AR integration
that manages index & type names.
But it allows you to write queries without translating them from ES docs
to gem`s format.

Even with the all its simplicity Elastics has necessary functions.
It can manage index settings and type mappings for you with aliases:
zero-downtime migrations are in the pack.
You also can choose model-per-index or model-per-type setup, or of course
set the index/type names manually.
Gem can be used without Rails, just check the docs for notices.

Code is here: https://github.com/printercu/elastics-rb

Hope you'll like it,
Max

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5a86776b-5292-46a2-ae27-b00901993e24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.