Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Created May 1, 2020 18:45
Show Gist options
  • Save sandrabosk/c4c37050fc56acb65e73901f3450faac to your computer and use it in GitHub Desktop.
Save sandrabosk/c4c37050fc56acb65e73901f3450faac to your computer and use it in GitHub Desktop.

Data modeling test

Let's practice modeling! Here you have some common problems. Please pair with another student and propose how to implement the schema for the following scenarios.

In this exercise, deciding what fields go into which collection is less important. Focus on deciding whether to use relations or embed documents.

Twitter

  • Users
  • Tweets
  • Followers
  • Favorites

Airbnb

  • Users
  • Homes
  • Bookings
  • Reviews

Spotify

  • Users
  • Artists
  • Songs
  • Albums
  • Genres
  • Favorites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment