diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-16 10:40:00 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-16 10:40:00 +0100 |
| commit | 9809e7ca1351d7b27f62b3c7c74db7124cab5dc9 (patch) | |
| tree | 4fe71f4bd9f8a48cb9dcfd990fc7f1c31813cd25 /README.md | |
| parent | d25f05ba140cb85847ca604bef0e68b76a17ba62 (diff) | |
| download | de-project-bentley-9809e7ca1351d7b27f62b3c7c74db7124cab5dc9.tar.gz de-project-bentley-9809e7ca1351d7b27f62b3c7c74db7124cab5dc9.zip | |
docs: add draft main objective section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -11,4 +11,14 @@ The solution showcases our skills in: - PostgreSQL - Database modelling - Amazon Web Services (AWS) -- Agile methodologies
\ No newline at end of file +- Agile methodologies + +# Main Objective + +Our goal is to create a reliable ETL (Extract, Transform, Load) pipeline that +can: + +1. Extract the data from the `totesys` operational database +2. Store the data in AWS S3 buckets, that will form our data lake +3. Transform the data into a suitable schema for the data warehouse +4. Load the data into the data warehouse hosted on AWS
\ No newline at end of file |
