Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize resource #84

Open
akariv opened this issue Apr 30, 2019 · 3 comments
Open

Normalize resource #84

akariv opened this issue Apr 30, 2019 · 3 comments

Comments

@akariv
Copy link
Member

akariv commented Apr 30, 2019

Add ability to normalize a resource - i.e.

  • extract a few columns out of a resource into a deduplicated 'lookup table' resource
  • add proper cross indexes and pointers (i.e. replace extracted columns with the index of the
  • create foreign key relationships between the two resources.
@rufuspollock
Copy link
Member

@akariv can you give a bit more detail - i normally think of "normalize" as like "unpivot" cf #72

@akariv
Copy link
Member Author

akariv commented Apr 30, 2019

Yes - unpivoting is actually a process for denormalizing data.

Normalizing is the process of removing duplication, as can be read about here:
https://en.wikipedia.org/wiki/Database_normalization

@rufuspollock
Copy link
Member

Got it and clear. Thanks 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants