search menu icon-carat-right cmu-wordmark

Data Model as an Architectural View

October 2009 Technical Note
Paulo Merson

This 2009 report describes the data model as an architectural style in an effort to help architects apply this style to create data model architectural views.

Publisher:

Software Engineering Institute

CMU/SEI Report Number

CMU/SEI-2009-TN-024

DOI (Digital Object Identifier):
10.1184/R1/6572864.v1

Abstract

A data model is commonly created to describe the structure of the data handled in information systems and persisted in database management systems. That structure is often represented in entity-relationship diagrams or UML class diagrams. These diagrams basically show data entities and their relationships. The data model for a given system can be seen as an architectural view. Code units (e.g., classes, packages) and runtime components (e.g., processes, threads) are most commonly regarded as software architecture elements. However, a software architecture document may contain architectural views that show other types of elements beyond these first class software elements—a deployment view showing hardware nodes and deployment files is an example. The data model showing the structure of the database in terms of data entities and their relationships is another example. Among other practical purposes, the data model serves as the blueprint for the physical database, helps implementation of the data access layer of the system, and has strong impact on performance and modifiability. This technical note describes the elements, relations, constraints, and notations for the data model.