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: 103,717 of 196,721
Downloads: 8,162

Daily

Ranking: 58,818 of 196,694
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,728,237,794bundler
81,410,641,125rake
141,294,745,029minitest
241,160,277,036multi_json
34891,333,066activemodel
37835,846,227activerecord
152344,213,097rdoc
284194,725,346sqlite3
500108,988,383yajl-ruby
54997,250,405mocha
1,04248,787,928mongoid
1,06447,412,710shoulda
1,18041,314,209curb
1,80419,766,046bson_ext
3,3794,415,601hashr
3,6993,522,577turn
24,63364,625redis-persistence
66,98616,126load_balance_client

Owners

#GravatarHandle
1iconTheMattRay