https://github.com/danzigerrr/datawarehouselabsqlcode
https://github.com/danzigerrr/datawarehouselabsqlcode
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danzigerrr/datawarehouselabsqlcode
- Owner: Danzigerrr
- License: mit
- Created: 2022-12-06T09:38:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T21:41:14.000Z (over 3 years ago)
- Last Synced: 2025-01-22T18:35:15.691Z (over 1 year ago)
- Language: TSQL
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README_instruction.txt
- License: LICENSE
Awesome Lists containing this project
README
Order of excecution:
DATABASE
- create schema tables
- Stacje
- Trasy
- Maszynisci
- Pociagi
- Awarie
- Przejazdy
- insert to schema
DATAWAREHOUSE
- Create DW tables:
- Czas
- Daty
- inserts to Czas na Daty
- Czas (ETL)
- Daty (ETL)
- Create the rest of the DW tables:
- Stacje
- Trasy
- Maszynisci
- Pociagi
- Przejazdy
- Awarie