Exercises

Exercises to help explain how Data Modeling works!

Modeling Places

In this exercise, you'll model two places for storage in a reviews website like Yelp, Google Local, or Foursquare.

We're not terribly worried about format for this. PAIR UP and don't worry about getting JSON exactly right - the important part is "name" : "value". If you get stuck trying to read something you wrote, here's a JSON Parser that will organize things for you.



Modeling Movies!

Making movies takes lots of relationships - Actors, Producers, Studios - we don't want to duplicate data, so let's form some relationships!