Skip to Content

Content Relationship System

In any complex information system, there will be many types of data. These could be Articles, Authors, or Images. These types have some sort of meaningul relationship between them.

Let’s say we have an Article with the following data structure:

// a-very-interesting-story.json
{
  headline: "You won't believe what Brendan Fraser looks like now!"
  byline: [{
    name: "Jerry Holkins"
  }]
}