2. Data model design
- Due Sep 25, 2014 by 1:30pm
- Points 100
- Submitting a file upload
- Available after Sep 11, 2014 at 12am
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 researcher recently deployed several instruments to continuously monitor streamflow and water quality at two sites in the Little Bear River, Cache Valley, Utah. The instruments report measurements in datalogger and metadata files that the researcher must now regularly retrieve, organize, quality-control/quality-check, aggregate, and manipulate before s/he can perform further analysis. Design a logical data model to represent all of the data contained within and metadata associated with the datalogger files for the two sites, and that when physically implemented, will allow the researcher to automate the retrieval, etc. step. The datalogger 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 your data model design will facilitate querying and retrieval of subsets of data.
- Provide an 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.