This repository was archived by the owner on Mar 15, 2021. It is now read-only.
RFC0012: Add and subtract operations (schema evolution)#6
Open
RFC0012: Add and subtract operations (schema evolution)#6
Conversation
Signed-off-by: Arnau Siches <arnau.siches@digital.cabinet-office.gov.uk>
Contributor
Author
|
@michaelabenyohai this PR is here to let us carry on with the discussion around lenses. |
added 2 commits
January 26, 2018 16:26
Signed-off-by: Arnau Siches <arnau.siches@digital.cabinet-office.gov.uk>
Signed-off-by: Arnau Siches <arnau.siches@digital.cabinet-office.gov.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Currently, the Registers Data Model has no way to evolve the data structure
described in the schema and used in data items. This means a Register has to
be designed upfront with the right fields forever given it is an append-only
log. We need a way to be able to evolve the schema definition and a way to
reflect such evolution on existing and new data.
Changes proposed in this pull request
This RFC proposes a way to add and subtract fields to a Register, and defines the meaning of this operation.
Please ignore the
notes.mdfile. They're my working notes and they'll be removed once this RFC goes out of wip.