RubyGems Navigation menu

ocean-dynamo 0.2.7

OceanDynamo

This is the OceanDynamo ruby gem, implementing a highly scalable Amazon DynamoDB near drop-in replacement for ActiveRecord.

As one important use case for OceanDynamo is to facilitate the conversion of SQL based ActiveRecord models to DynamoDB based models, it is important that the syntax and semantics of OceanDynamo’s operations are as close as possible to those of ActiveRecord, including callbacks, exceptions and support methods. Ocean-dynamo follows this pattern closely and is of course based on ActiveModel.

The attribute and persistence layer of OceanDynamo is modeled on that of ActiveRecord: there’s save, save!, create, update, update!, update_attributes and all the other methods you’re used to. The design goal is always to implement as much as possible of the ActiveRecord interface, without sacrificing scalability. This makes the task of switching from SQL to no-SQL much easier.

OceanDynamo will use secondary indices to retrieve related table items, which means OceanDynamo tables will scale without limits.

Thanks to its structural similarity to ActiveRecord, OceanDynamo works with FactoryGirl. To facilitate testing, future versions will keep track of and delete instances after tests.

See also Ocean, a Rails framework for creating highly scalable SOAs in the cloud, in which ocean-dynamo is used as a central component: wiki.oceanframework.net

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.9.1 - October 12, 2018 (51.0 KB)
  2. 1.9.0 - October 12, 2018 (51.0 KB)
  3. 1.8.2 - October 09, 2018 (51.0 KB)
  4. 1.8.1 - September 02, 2018 (51.0 KB)
  5. 1.8.0 - September 02, 2018 (51.0 KB)
  6. 0.2.7 - September 12, 2013 (14.0 KB)
顯示所有版本(共 90)

Runtime 相依性套件 (1):

aws-sdk ~> 1.0

Development 相依性套件 (6):

fake_dynamo ~> 0.1.3
rails ~> 4.0
simplecov >= 0
sqlite3 >= 0

擁有者:

作者:

  • Peter Bengtson

SHA 256 checksum:

6cd7d401d0e7c3c71705da59b8f7c9569729685850b0cad951d8feff2a984d06

總下載次數 223,003

這個版本 2,569

License:

MIT

Ruby 版本需求: >= 2.0.0

相關連結: