Categories: None [Edit]

stellr

https://rubygems.org/gems/stellr
== FEATURES: * DRb frontend * easy to use client library (see below) * multi index search * Index rotation Stellr always keeps two versions of your index around - one is used in a multi threaded, read only way to handle incoming search requests, while the other one is written to when you index something. Using the switch function you may decide when to switch over searching from the old index to the new one. Then, changes will be synced, and searches will see the new or updated data from before the switch call. * Index synchronization Two kinds of synchronization methods are supported for now: rsync, using rsync two copy over the changes from one index to the other, and static, which will completely replace the old index with the new one. While the latter is suitable for indexes which you rebuild completely from time to time, the former is good for large indexes that are updated frequently or that are too large for frequent rebuilds. == SYNOPSIS: * start the server:

Total

Ranking: 74,526 of 180,671
Downloads: 11,031

Daily

Ranking: 75,401 of 180,660
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,9658,429,634hoe

Owners

#GravatarHandle
1iconjkraemer