RubyGems Navigation menu

ocean-dynamo 1.2.3

OceanDynamo

As one important use case for OceanDynamo is to facilitate the conversion of SQL databases to no-SQL DynamoDB databases, it is important that the syntax and semantics of OceanDynamo are as close as possible to those of ActiveRecord. This includes callbacks, exceptions and method chaining semantics. OceanDynamo 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, find_each, destroy_all, delete_all, read_attribute, write_attribute and all the other methods you’re used to. The design goal is always to implement as much of the ActiveRecord interface as possible, without compromising scalability. This makes the task of switching from SQL to no-SQL much easier.

OceanDynamo uses only primary indices to retrieve related table items and collections, which means it will scale without limits.

OceanDynamo is fully usable as an ActiveModel and can be used by Rails controllers. Thanks to its structural similarity to ActiveRecord, OceanDynamo works with FactoryGirl.

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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.9.1 - October 12, 2018 (51 KB)
  2. 1.9.0 - October 12, 2018 (51 KB)
  3. 1.8.2 - October 09, 2018 (51 KB)
  4. 1.8.1 - September 02, 2018 (51 KB)
  5. 1.8.0 - September 02, 2018 (51 KB)
  6. 1.2.3 - September 19, 2015 (51 KB)
Show all versions (90 total)

Runtime Dependencies (3):

Development Dependencies (6):

Owners:

Authors:

  • Peter Bengtson

SHA 256 checksum:

73acfb626134b9de098cd945d423eae03736c5294db9080478d4c3205afd3b39

Total downloads 221,677

For this version 2,019

License:

MIT

Required Ruby Version: >= 2.0.0

Links: