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,262 of 190,443
Downloads: 7,890

Daily

Ranking: 96,776 of 190,400
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,250,662,047bundler
81,258,433,457rake
141,166,723,091minitest
241,064,146,273multi_json
34810,912,938activemodel
36763,268,314activerecord
171282,528,103rdoc
279175,592,132sqlite3
466103,404,928yajl-ruby
58986,778,290mocha
1,02446,231,752mongoid
1,09142,392,766shoulda
1,13439,894,341curb
1,72319,139,444bson_ext
3,2724,307,955hashr
3,5593,438,797turn
24,02462,341redis-persistence
65,47415,754load_balance_client

Owners

#GravatarHandle
1iconTheMattRay