Categories: None [Edit]
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: 52,617 of 183,107
Downloads: 18,734
Daily
Ranking: 31,663 of 183,092
Downloads: 4
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
7 | 989,475,609 | activesupport |
33 | 623,629,016 | activemodel |
435 | 83,101,346 | yajl-ruby |
449 | 80,958,923 | uuidtools |
2,086 | 8,574,300 | hoe |
2,517 | 5,941,238 | fast-stemmer |
3,345 | 3,018,476 | rubyforge |
4,376 | 1,551,364 | gemcutter |
Owners
# | Gravatar | Handle |
---|---|---|
1 | benmyles |