CSCI 5408 Assignment #1 solution

$29.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (13 votes)

Assignment #1
CSCI 5408 (Data Management, Warehousing, Analytics)
Problem #1: Building a Data Model for Nova Scotia on its Provincial Parks
Visit the website https://parks.novascotia.ca/ and any other related websites that you find
appropriate to gather information on Nova Scotia Parks. The province is trying to build an
information system to capture all the key information related to the parks that are operating in the
province. Your initial task is to identify the key entities and the relationships, so that at next phase of
the project Nova Scotia can decide on how to create the database.
Therefore, at this stage of the project, the province is expecting you to provide a correct and
flexible data modelling, which is free from any of the design flaws (e.g., absence of capturing historical
data, chasm trap, and fan-trap etc.)
Conditions/Steps You must Follow (Do not skip any point):
1. This process does not require any web scrapping, therefore, do not perform such operations.
2. You need to visit the website(s) and document your findings in a systemic manner.
o E.g., after visiting the website you find “Parks” an entity, then in a single sentence in
the PDF file mention, why did you consider “Parks” as a valid entity. You should
provide a tabular structure as mentioned in the 5th point.
Summer 2021 saurabh.dey@dal.ca
3. Identify at least 12 valid entities, and that does not include sub-types if you are considering
an EERD.
4. A valid entity means a proper strong or weak entity, which may have one or more attributes.
E.g., “ParkName” is not a valid entity, it can be an attribute of entity “Parks”.
5. Create a table of entities and provide the reason of your selection.
6. Create an initial data modelling (Chen model) with entities you identified with the possible
attributes and try to establish the relationships between the entities. You should also add
cardinality at this stage. Perform this operation on a paper/ powerpoint/ word/paint etc. At
this stage you may get plenty of errors, design issues, and absence of attributes, or incorrect
cardinalities, which are acceptable. This step will highlight your understanding of the
problem, and the domain.
7. In the next step, you need to perform a systematic approach to find solution for the design
issues, or attributes that were not considered, or entities that you discovered new, and
document it with possible solution. You need to write (within ½ page) the problems that you
found in your paper (6th point) design and write your planning on how you are going to solve
it.
8. Once you find the solution, it is the time to build the final correct data modelling (ERD or
EERD) using a tool like ErWin/ Visio/ draw.io etc.
• If you include EERD, then highlight the part in your ERD (e.g., drawing a circle
around the entity sets) that you want to extend.
Submission Expectations:
(1) Report in PDF,
(2) image of Initial ERD/EERD, and
(3) image of final ERD/EERD.
Problem #2: Format Ocean Tracking Data and Report
Dalhousie Ocean Research wants you to explore the dataset they provided, and perform the
following:
1. Read the document available at

About


2. Write a ½ page report (in your own words) on the different datasets, and attributes you
discovered.
3. Clean and transform the dataset using spreadsheet formula/filtering. You do not need to write
any code or use any other tools.
a. remove NULL values.
b. rearrange the columns if needed.
c. transform the data in a column or attribute if required to fit a common format.
Summer 2021 saurabh.dey@dal.ca
d. Is there a possibility of combining some of the tables or attributes without losing
information (de-normalization)? If yes, please perform the task and report your
findings.
e. Is there a possibility of decomposing some of the tables without losing information
(normalization)? If yes, please perform the task and report your findings.
4. Based on the given dataset, create relational schema using MySQL DBMS
5. Using MySQL Workbench and reverse engineering create the possible ERD. Your report must
contain the ERD produced by the reverse engineering. In addition, you need to add the
cardinality.
6. Populate the database with clean and transformed dataset (if dataset is huge,then import at least
1000 random data points or rows).
Submission Expectations:
(1) Report in PDF file,
(2) ERD generated using MySQL Workbench,
(3) Normalization/Denormalization (Logic and reason in the PDF file),
(4) SQL Dump of Table structure and values (Before normalization or de-normalization)
(5) SQL Dump of Table structure and values (after normalization or de-normalization).
Problem #3: Opportunities in Halifax (Flexible project with abstract problem, and dataset)
A real-estate client wants to explore various factors that can create opportunities for future business
investments in Halifax. The client wants to know if Halifax is good for Education, and if it has good
shopping areas. They asked you to capture data from various public domains and create an enhanced
model. In addition, they want a database populated with few hundred records just to analyze the data
pattern. They are expecting an EERD that shows the possible relationships between various factors,
such as Education, and Shopping/Lifestyle.
To obtain information on various collected data, you can visit: https://data.novascotia.ca
Conditions/Steps You must Follow (Do not skip any point):
1. This process does not require any web scrapping, therefore, do not perform such operations.
2. You need to visit the website given and document your findings in a systemic manner.
3. Identify at least 5 valid entities, and that does not include sub-types if you are considering an
EERD.
4. A valid entity means a proper strong or weak entity, which may have one or more attributes.
E.g., “SchoolName” is not a valid entity, it can be an attribute of entity “School”.
5. Create an initial data modelling (Chen model) with entities you identified with the possible
attributes and try to establish the relationships between the entities. You should also add
cardinality at this stage. Perform this operation on a paper. At this stage you may get plenty
of errors, design issues, and absence of attributes, or incorrect cardinalities, which are
acceptable. This step will highlight your understanding of the problem, and the domain. (You
Summer 2021 saurabh.dey@dal.ca
do not need to solve design issues for this problem. However, it will be appreciated if you can
solve the design issues)
6. After downloading the required dataset, perform possible normalization/cleaning/denormalization using spreadsheet formula/filtering and include the process in the PDF file
with images.
7. Import the clean dataset on MySQL Workbench and create the ERD using reverse
engineering.
Submission Expectations:
(1) Report in PDF,
(2) Image of ERD/EERD you created on paper.
(3) Image of ERD obtained from MySQL Workbench.
(4) SQL Dump of Table structure and values.
(5) ** ERD if you solve the design issues.
** Not a mandatory requirement.