Skip to content

Instantly share code, notes, and snippets.

@natac13
Created April 22, 2019 10:55
Show Gist options
  • Select an option

  • Save natac13/a613bf1c47240c38f2c73aede03526e3 to your computer and use it in GitHub Desktop.

Select an option

Save natac13/a613bf1c47240c38f2c73aede03526e3 to your computer and use it in GitHub Desktop.
My working understanding of MongoDB and the tools surrounding it. eg Atlas, mlab, mongoose

Structuring a Mongo Database Documents

Whether or not one should embed nested docs or to use the reference by ID and populate later is a great question and has been answered nicely on StackOverflow

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