diff options
| author | Alex <git@ajschof.me> | 2024-09-03 16:21:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 16:21:28 +0100 |
| commit | 692a39e1e0e91c775c594c6d1b678b9d1964c9d2 (patch) | |
| tree | 63d0d64814bfe44bc27fc8bca015857cbe7f36d4 | |
| parent | 06e0727d554b08c4be3db954acb4d281a9146712 (diff) | |
| download | de-project-bentley-692a39e1e0e91c775c594c6d1b678b9d1964c9d2.tar.gz de-project-bentley-692a39e1e0e91c775c594c6d1b678b9d1964c9d2.zip | |
Update README.md
| -rw-r--r-- | README.md | 57 |
1 files changed, 56 insertions, 1 deletions
@@ -1,5 +1,9 @@ -# ToteSys - Data Engineering Project +> [!NOTE] +> Considering that myself and my team have graduated from the Northcoders Data Engineering course, this project will be archived and made read-only. +> I will be continuing this project solo, which you can find [here](https://github.com/ajschofield/NC-Bentley-ETL), where I will be adding more features +> over time. +# ToteSys - Data Engineering Project [](https://www.python.org/) [](https://aws.amazon.com/) [](https://www.terraform.io/) @@ -8,6 +12,57 @@ [](https://github.com/ajschofield/de-project-bentley/actions/workflows/deploy.yml?query=branch%3Amain) [](https://github.com/ajschofield/de-project-bentley/deployments/production) + +# Contributors +<table> + <tr> + <td align="center"> + <a href="https://github.com/ellsymonds"> + <img src="https://github.com/ellsymonds.png" width="100px;" alt="ellsymonds"/> + <br /> + <sub><b>Ellie Symonds</b></sub> + </a> + </td> + <td align="center"> + <a href="https://github.com/lian-manonog"> + <img src="https://github.com/lian-manonog.png" width="100px;" alt="lian-manonog"/> + <br /> + <sub><b>Lianmei Manon-og</b></sub> + </a> + </td> + <td align="center"> + <a href="https://github.com/T-Aji"> + <img src="https://github.com/T-Aji.png" width="100px;" alt="T-Aji"/> + <br /> + <sub><b>Tolu Ajibade</b></sub> + </a> + </td> + </tr> + <tr> + <td align="center"> + <a href="https://github.com/HastarTara"> + <img src="https://github.com/HastarTara.png" width="100px;" alt="HastarTara"/> + <br /> + <sub><b>Joslin Rashleigh</b></sub> + </a> + </td> + <td align="center"> + <a href="https://github.com/bulve-ad"> + <img src="https://github.com/bulve-ad.png" width="100px;" alt="bulve-ad"/> + <br /> + <sub><b>Anzelika Belotelova</b></sub> + </a> + </td> + <td align="center"> + <a href="https://github.com/ajschofield"> + <img src="https://github.com/ajschofield.png" width="100px;" alt="ajschofield"/> + <br /> + <sub><b>Alex Schofield</b></sub> + </a> + </td> + </tr> +</table> + # Summary The project aims to implement a data platform that can extract data from an operational database, archive it in a data lake, and make it easily accessible |
