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: 102,562 of 192,239
Downloads: 7,974

Daily

Ranking: 79,024 of 192,213
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,354,749,383bundler
81,296,737,992rake
141,197,288,987minitest
241,087,086,695multi_json
34831,123,510activemodel
36780,866,018activerecord
166296,150,426rdoc
280180,031,414sqlite3
478104,665,238yajl-ruby
57389,467,301mocha
1,02446,847,082mongoid
1,07843,683,671shoulda
1,14140,180,459curb
1,74319,326,014bson_ext
3,2884,347,960hashr
3,5873,461,548turn
24,30762,749redis-persistence
65,87915,853load_balance_client

Owners

#GravatarHandle
1iconTheMattRay