Categories: None [Edit]
ocean-dynamo
== 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 FactoryBot.
See also Ocean, a Rails framework for creating highly scalable SOAs in the cloud, in which
ocean-dynamo is used as a central component: http://wiki.oceanframework.net
Total
Ranking: 10,269 of 183,052
Downloads: 229,333
Daily
Ranking: 10,923 of 183,043
Downloads: 16
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
6,436 | 619,295 | ocean-rails |
Depends on
Rank | Downloads | Name |
---|---|---|
7 | 987,157,009 | activesupport |
33 | 622,228,533 | activemodel |
41 | 563,982,264 | rails |
99 | 347,316,978 | simplecov |
116 | 293,846,927 | rspec-rails |
183 | 196,892,026 | factory_bot_rails |
237 | 149,387,013 | aws-sdk-dynamodb |
252 | 141,285,248 | sqlite3 |
6,436 | 619,295 | ocean-rails |
Owners
# | Gravatar | Handle |
---|---|---|
1 | peterbengtson |