Categories: None [Edit]

load_balanced_tire

https://rubygems.org/gems/load_balanced_tire
https://github.com/themattray/tire
Tire is a Ruby client for the ElasticSearch search engine/database. It provides Ruby-like API for fluent communication with the ElasticSearch server and blends with ActiveModel class for convenient usage in Rails applications. It allows to delete and create indices, define mapping for them, supports the bulk API, and presents an easy-to-use DSL for constructing your queries. It has full ActiveRecord/ActiveModel compatibility, allowing you to index your models (incrementally upon saving, or in bulk), searching and paginating the results. Please check the documentation at . It has been modified to use the load_balance_client gem instead of the rest-client to support multiple elasticsearch servers with failover.

Total

Ranking: 99,077 of 180,448
Downloads: 6,991

Daily

Ranking: 88,619 of 180,434
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,074,527,333bundler
16853,130,958rake
19802,287,305multi_json
20800,244,814minitest
33565,110,589activemodel
34539,849,353activerecord
214146,460,533rdoc
238132,432,019sqlite3
44873,051,772yajl-ruby
61660,926,351mocha
91136,518,913mongoid
95034,622,150curb
1,07728,024,198shoulda
1,42317,660,434bson_ext
2,9883,496,071hashr
3,1133,155,573turn
22,42255,947redis-persistence
61,62814,425load_balance_client

Owners

#GravatarHandle
1iconTheMattRay