You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments