Skip to content

Commit 8822792

Browse files
authored
Create README.md
0 parents  commit 8822792

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# sql_example
2+
3+
This repository includes Python and SQL code that demonstrates competency in loading data to a star schema in SQL and performing queries on that data.
4+
5+
The data loaded is cricket match data stored in JSON.
6+
- Python is utilised to load the JSON to a staging database in SQL server.
7+
- SQL is utilised to create staging and star schema databases, load staging data to the star schema and several information extraction queries (e.g. all cricket matches play in a specific location).
8+
9+
The files below are included:
10+
- TBC

0 commit comments

Comments
 (0)