-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (23 loc) · 1.43 KB
/
README
File metadata and controls
27 lines (23 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This repo is meant to be a showcase code I have worked on for potential employers and the code
was written and run using RStudio.
Languages: R, SQL
Features:
- Data Mining
- Transformation of XML into a relational database (MySQL)
- Database design
------------------------------------------------------------------------------------------------------
High Level Requirements:
- Create a normalized relational schema that contains the following entities/tables:
Articles, Journals, Authors
- Realize the relational schema in SQLite
- Extract and transform the data from the XML and then load into the appropriate
tables in the database
- Write queries to populate a fictitious dashboard that would allow an analyst to explore
whether the number of publications show a seasonal pattern
- Create a line graph that shows the average days elapsed between submission and publication
for all journals per quarter.
--------------------------------------------------------------------------------------------------------
The code includes comments and answers to questions specifically asked by the project requirements.
--------------------------------------------------------------------------------------------------------
The Database_Schema.png shows the relational schema design my team mate and I developed
--------------------------------------------------------------------------------------------------------