Categories: None [Edit]

chimera

https://rubygems.org/gems/chimera
https://github.com/benmyles/chimera
Chimera is an object mapper for Riak and Redis. The idea is to mix the advantages of Riak (scalability, massive data storage) with Redis (atomicity, performance, data structures). You should store the bulk of your data in Riak, and then use Redis data structures where appropriate (for example, a counter or set of keys). Internally, Chimera uses Redis for any indexes you define as well as some default indexes that are automatically created. There's no built in sharding for Redis, but since it's only being used for key storage and basic data elements you should be able to go a long way with one Redis server (especially if you use the new Redis VM). !! Chimera is alpha. It's not production tested and needs a better test suite. !! !! It's also only tested in Ruby 1.9. !!

Total

Ranking: 51,647 of 180,530
Downloads: 18,303

Daily

Ranking: 62,540 of 180,517
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
7893,904,322activesupport
33566,982,008activemodel
43075,917,031uuidtools
44673,334,338yajl-ruby
1,9588,420,361hoe
2,4245,586,697fast-stemmer
3,1772,994,506rubyforge
4,1551,540,927gemcutter

Owners

#GravatarHandle
1iconbenmyles