Sign in Sign up
rubygems

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. !!

Activity

Latest release
16y ago
Total releases
4
Cadence
~daily
Last 12 months
0

Details

First release
Mar 05, 2010
Releases
Version Released
0.0.4 patch
0.0.2 patch
0.0.1 initial
0.0.3 patch