RubyGems Navigation menu

chimera 0.0.4

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

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.0.4 - March 08, 2010 (39.5KB)
  2. 0.0.3 - March 06, 2010 (38KB)
  3. 0.0.2 - March 06, 2010 (38KB)
  4. 0.0.1 - March 06, 2010 (38KB)

Runtime依存関係 (5):

activemodel = 3.0.0.beta
activesupport = 3.0.0.beta
fast-stemmer = 1.0.0
uuidtools = 2.1.1
yajl-ruby = 0.7.4

Development依存関係 (3):

gemcutter >= 0.4.1
hoe >= 2.5.0
rubyforge >= 2.0.3

所有者:

作者:

  • Ben Myles

SHA 256チェックサム:

4ffaf76ab7e9020c772954a970dd5d812c2da7710574cf72a3375723222dc717

累計ダウンロード数 18,228

このバージョンのみ 5,405

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: