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: 101,957 of 187,591
Downloads: 7,672

Daily

Ranking: 111,315 of 187,571
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,011,203,451bundler
101,165,649,814rake
151,089,701,321minitest
241,006,783,249multi_json
34760,003,506activemodel
36719,592,156activerecord
182248,248,053rdoc
275165,742,106sqlite3
45199,941,465yajl-ruby
63080,690,828mocha
1,01344,362,855mongoid
1,10439,141,409curb
1,10938,995,678shoulda
1,67718,726,766bson_ext
3,2923,886,847hashr
3,4793,384,559turn
23,82460,580redis-persistence
64,84115,461load_balance_client

Owners

#GravatarHandle
1iconTheMattRay