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: 100,473 of 183,521
Downloads: 7,221

Daily

Ranking: 69,639 of 183,406
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,448,247,525bundler
10966,727,118rake
19907,886,434minitest
22875,584,812multi_json
33631,365,708activemodel
35603,522,272activerecord
210171,699,711rdoc
256142,877,723sqlite3
43284,391,069yajl-ruby
63169,178,470mocha
96239,909,239mongoid
1,01936,474,283curb
1,08532,361,393shoulda
1,54518,073,270bson_ext
3,1403,584,691hashr
3,2693,242,486turn
23,08257,506redis-persistence
63,28214,736load_balance_client

Owners

#GravatarHandle
1iconTheMattRay