RubyGems Navigation menu

ocean-dynamo 0.7.4

OceanDynamo

OceanDynamo is a massively scalable Amazon DynamoDB near drop-in replacement for ActiveRecord.

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: save, save!, create, update, update!, update_attributes, find_each, destroy_all, delete_all and all the other methods you’re used to are available. 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.

Thanks to its structural similarity to ActiveRecord, OceanDynamo works with FactoryGirl.

OceanDynamo uses primary indices to retrieve related table items, meaning it scales without limits.

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:
= Copier Copié!

installation:
=

Versions:

  1. 1.9.1 - October 12, 2018 (51 ko)
  2. 1.9.0 - October 12, 2018 (51 ko)
  3. 1.8.2 - October 09, 2018 (51 ko)
  4. 1.8.1 - September 02, 2018 (51 ko)
  5. 1.8.0 - September 02, 2018 (51 ko)
  6. 0.7.4 - May 06, 2015 (47 ko)
Voir toutes les versions (90)

Dépendances de Runtime (4):

Dépendances de Development (5):

rails ~> 4.2.0
simplecov >= 0
sqlite3 >= 0

Propriétaires:

Auteurs:

  • Peter Bengtson

Total de contrôle SHA 256:

63766708473e3311358202efc1366fb8b50470c0e3d55bfb07d262d6ab0a2d77

Total de téléchargements 222 044

Pour cette version 2 233

License:

MIT

Version de Ruby requise: >= 2.0.0

Liens: