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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,15 @@ Scripts to capture GitHub repository and usage statistics daily, for all reposit
32
32
+ Note that all dates and times are in universal time (UTC), in the GMT time zone.
33
33
34
34
### Loading Into a Database
35
-
+ The script(s) under the SQL folder can be used to create a table to host and accumulate the data.
35
+
+ The script(s) under the SQL folder can be used to create a table to host and accumulate the data. It includes SQL comments for most columns to use in a data dictionary.
36
36
++ Currently, the only script(s) available are for Oracle databases. Some work maybe required to use a different database engine.
37
37
+ The PowerShell script does not currently save to the database directly. A data pipeline is needed to load the data into a database.
38
38
39
+
### Creating visualizations
40
+
+ Although outside the scope of this project, it is worth mentioning that the table created from CSV can be used as-is in visualization tools like Tableau or PowerBI. It can also be further normalized or transformed into a star schema for reporting.
41
+
+ Example of visualizations for repo usage in Tableau (using v1.0 of the script):
0 commit comments