You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not exactly sure how this would work, but a significant feature for any ODM would be the ability to build migrations on a per-document scale.
I think this would amount to some means (akin to _type) of determining the migration level of a document, as well as a DSL for describing how to load old versions of the document. On save, migration to the current version would be complete.
Of concern is multiple persistence clients at different versions, as well as down-migration (I don't recognize this version number...)
The text was updated successfully, but these errors were encountered:
I mentioned this to @seancribbs at one point (thing it might make sense to roll it into ripple) and he was open to the idea. I'm not doing as much with riak/ripple these days, though, so I doubt I'll have the time to do it.
I'm not exactly sure how this would work, but a significant feature for any ODM would be the ability to build migrations on a per-document scale.
I think this would amount to some means (akin to _type) of determining the migration level of a document, as well as a DSL for describing how to load old versions of the document. On save, migration to the current version would be complete.
Of concern is multiple persistence clients at different versions, as well as down-migration (I don't recognize this version number...)
The text was updated successfully, but these errors were encountered: