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,288 of 183,043
Downloads: 7,197

Daily

Ranking: 110,648 of 183,032
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,398,808,982bundler
10951,272,438rake
19892,772,446minitest
22865,812,421multi_json
33622,147,107activemodel
35594,538,730activerecord
210167,286,681rdoc
252141,262,848sqlite3
43582,862,008yajl-ruby
62768,288,811mocha
95739,495,813mongoid
1,01036,267,295curb
1,08531,767,345shoulda
1,53618,027,521bson_ext
3,1243,573,675hashr
3,2483,232,494turn
23,01057,316redis-persistence
63,07814,700load_balance_client

Owners

#GravatarHandle
1iconTheMattRay