2. Data model design
- Due Sep 24, 2015 by 1:30pm
- Points 100
- Submitting a file upload
Learning Objectives
- Develop data models to represent, organize, and store data
- Design and use relational databases to organize, store, and manipulate data
Computer and Data Requirements
- Data for this assignment are available in a zip file here Download here.
- MySQL Workbench software. You can download and install the MySQL Workbench software using the instructions provided:
The Problem
A group of researchers recently deployed several instruments to continuously monitor streamflow and water quality at multiple monitoring sites in 3 watersheds located in northern Utah. The instruments report measurements in numerous datalogger data files that the researcher must now regularly retrieve, organize, quality-control/quality-check, aggregate, and manipulate before they can perform further analysis. Design a logical data model to represent all of the data contained within and metadata associated with the data files from all of the monitoring sites, and that when physically implemented, will allow the researchers to automate the retrieval, etc. step. The data and metadata files are available on the course website.
Deliverable
Provide a one-page briefing report along with a full-page entity-relationship diagram that shows your logical model design. In presenting your design:
- Describe the entities and relationships that you have included in your data model.
- Explain how you will structure the metadata to avoid repetition.
- Overview the software technology, file formats, etc. you will use to organize the data and implement your data model.
- Describe how you could make it easier to get data into and out of your data model.
- Specify whether/how your data model design will facilitate querying and retrieval of subsets of data.
- Provide a full page entity-relationship diagram that shows the entities needed to describe the data, their attributes, and the relationships between them.
For printing purposes, a PDF of this assignment is available here
Download here.
An editable Microsoft Word version of the grading rubric for this assignment is available here
Download here.
Instructions for creating an entity-relationship diagram using MySQL Workbench are here
Download here.