Skip to content

Instantly share code, notes, and snippets.

@notmarkmiranda
Last active April 26, 2016 19:27
Show Gist options
  • Save notmarkmiranda/235962335f9b38d0e5250cd30bca7916 to your computer and use it in GitHub Desktop.
Save notmarkmiranda/235962335f9b38d0e5250cd30bca7916 to your computer and use it in GitHub Desktop.
Outline for Non Relational Databases Blog Post.

A Student's Limited View of Non-relational Databases

Background

  • We've been taught traditional relational database and normalization. I was introduced to the topic of non-relational databases and their different uses

Module 2 database concepts

  • basics of normalization in relational databases
  • join tables
  • x to y relationships

Basic structures of non relational databbases

  • How they store data differently from relational dbs
  • Comparison of scaling
  • Usage in "big data"
  • The right time to consider using a non-relational db
  • Companies that utilize them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment