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,315 of 191,606
Downloads: 7,936

Daily

Ranking: 63,002 of 191,571
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,305,008,004bundler
81,278,046,683rake
141,182,982,622minitest
241,075,720,635multi_json
34821,592,110activemodel
36772,671,321activerecord
168289,784,075rdoc
278177,901,413sqlite3
471104,051,705yajl-ruby
57988,258,304mocha
1,02646,546,186mongoid
1,08443,116,949shoulda
1,13940,033,197curb
1,73119,234,380bson_ext
3,2784,327,537hashr
3,5823,447,756turn
24,10462,547redis-persistence
65,59015,802load_balance_client

Owners

#GravatarHandle
1iconTheMattRay