Databases
Learn about deciding between which facets to keep, database changes, and relational databases.
We'll cover the following...
Deciding between facets
Information architecture is how we structure data. It’s the data and metadata we use to describe the things that matter to our systems. We also need to keep in mind that it’s not reality, or even a picture of reality. It’s a set of related models that capture some facets of reality. Our job is to choose which facets to model, what to leave out, and how concrete to be.
Relational databases
When we’re embedded in a paradigm, it’s hard to see its limits. Many of us got started in the era of relational databases and object-oriented ...