Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brayanjuls/r2-take-home-assesment
https://github.com/brayanjuls/r2-take-home-assesment
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brayanjuls/r2-take-home-assesment
- Owner: brayanjuls
- Created: 2022-07-10T22:48:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T23:46:09.000Z (over 2 years ago)
- Last Synced: 2023-03-02T04:11:46.860Z (over 1 year ago)
- Language: HTML
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Take Home Assessment
### Data Profiling
If you want to visualize the data profile, download the following html files and open then in your favorite browser.
[Sales Profiling](ingestion/sales_t.html)
[Stores Profiling](ingestion/stores_t.html)
### Ingestion
In this folder we would find EL component to move the data from the filesystem to the postgres database.### Transformation (wip)
In this folder we would find all the sql ddl and dml to perform the transformation of the data and apply reporting.### Report Output
### Report Transaction processed by batch date
![Report1](https://drive.google.com/uc?export=view&id=)#### Report Sales by Transaction
![Report2](https://drive.google.com/uc?export=view&id=1vpIMGvApDtp2PxP443175esQQiOSVVWI)
#### Report Top Sales Store
![Report3](https://drive.google.com/uc?export=view&id=1RTEt3IU7fHS0pSaCOtOnd_kvhd2ufhHY)