Skip to content

Instantly share code, notes, and snippets.

@samsch
Created September 13, 2020 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samsch/b71ece6872d3c9446ddb44d03f7a2179 to your computer and use it in GitHub Desktop.
Save samsch/b71ece6872d3c9446ddb44d03f7a2179 to your computer and use it in GitHub Desktop.
All Data is Relational

All Data is Relational

Think of the least relational data you can come up with.

That data, and each item in it, has explicit and implicit relationships.

If it's a list of items, then the items are explicitly related to each other by nature of being in the same list. A list is a type of relationship.

If you have an app that stores random items which are each completely unrelated to each other... they are all related to the app.

If your data has fields, each item in each field is related to the whole.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment